Add more chips to CI
This commit is contained in:
parent
86132b5fc9
commit
410b24d54b
1 changed files with 5 additions and 2 deletions
7
.github/workflows/rust.yml
vendored
7
.github/workflows/rust.yml
vendored
|
@ -59,10 +59,13 @@ jobs:
|
|||
target: thumbv6m-none-eabi
|
||||
- package: embassy-stm32
|
||||
target: thumbv7em-none-eabi
|
||||
features: stm32f411ce
|
||||
features: stm32f411ce,defnt
|
||||
- package: embassy-stm32
|
||||
target: thumbv7em-none-eabi
|
||||
features: stm32f429zi
|
||||
features: stm32f429zi,log
|
||||
- package: embassy-stm32
|
||||
target: thumbv7em-none-eabi
|
||||
features: stm32h755zi,defmt
|
||||
- package: embassy-stm32-examples
|
||||
target: thumbv7em-none-eabi
|
||||
|
||||
|
|
Loading…
Reference in a new issue