Skip to content

Commit

Permalink
add a few more chips, fix for NRF clippy checks
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Feb 8, 2025
1 parent 593bc47 commit bdbaa1d
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,20 @@ jobs:
fail-fast: false
matrix:
include:
# STMicro
- { chip: STM32F030 }
- { chip: STM32F410 }
- { chip: STM32L1xx }
# Espressif
- { chip: esp32c3 }
- { chip: MKW41Z4 }
- { chip: nrf51 }
# Freescale
- { chip: MKW02}
- { chip: MK02F12810 }
# Silicon Labs
- { chip: SIM3L1x8_SVD }
# Nordic chips
- { chip: nrf51, options: -f register_mod::s:_mod }
- { chip: nrf52, options: -f register_mod::s:_mod }
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit bdbaa1d

Please sign in to comment.