diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 8807114b..0585b6d3 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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 diff --git a/examples/stm32wb55/Cargo.toml b/examples/stm32wb55/Cargo.toml index 1ba79c58..d3d128e8 100644 --- a/examples/stm32wb55/Cargo.toml +++ b/examples/stm32wb55/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Dario Nieuwenhuis "] edition = "2018" -name = "embassy-stm32f4-examples" +name = "embassy-stm32wb55-examples" version = "0.1.0" resolver = "2"