Add STM32WB55 examples to CI, fix example crate name

This commit is contained in:
Dominik Boehi
2021-06-12 06:57:38 +02:00
parent 0eab96f573
commit b82e2627aa
2 changed files with 3 additions and 1 deletions

View File

@ -86,6 +86,8 @@ jobs:
target: thumbv7em-none-eabi
- package: examples/stm32l0
target: thumbv6m-none-eabi
- package: examples/stm32wb55
target: thumbv7em-none-eabihf
steps:
- uses: actions/checkout@v2