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 target: thumbv7em-none-eabi
- package: examples/stm32l0 - package: examples/stm32l0
target: thumbv6m-none-eabi target: thumbv6m-none-eabi
- package: examples/stm32wb55
target: thumbv7em-none-eabihf
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2

View File

@ -1,7 +1,7 @@
[package] [package]
authors = ["Dario Nieuwenhuis <dirbaio@dirbaio.net>"] authors = ["Dario Nieuwenhuis <dirbaio@dirbaio.net>"]
edition = "2018" edition = "2018"
name = "embassy-stm32f4-examples" name = "embassy-stm32wb55-examples"
version = "0.1.0" version = "0.1.0"
resolver = "2" resolver = "2"