From b82e2627aab7e220c957685a11e8d304c6af44e9 Mon Sep 17 00:00:00 2001 From: Dominik Boehi Date: Sat, 12 Jun 2021 06:57:38 +0200 Subject: [PATCH] Add STM32WB55 examples to CI, fix example crate name --- .github/workflows/rust.yml | 2 ++ examples/stm32wb55/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 8807114ba..0585b6d3d 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 1ba79c580..d3d128e87 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"