Add STM32WB55 examples to CI, fix example crate name
This commit is contained in:
parent
0eab96f573
commit
b82e2627aa
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -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
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user