From f7858631d8cd876b41f02f2f4d6613b6d34bc68a Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Mon, 17 May 2021 03:01:30 +0200 Subject: stm32: fix build, add ci --- .github/workflows/rust.yml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 97c668aca..931a7bc01 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -57,6 +57,14 @@ jobs: features: nrf52840,defmt - package: embassy-rp-examples target: thumbv6m-none-eabi + - package: embassy-stm32 + target: thumbv7em-none-eabi + features: stm32f411ce + - package: embassy-stm32 + target: thumbv7em-none-eabi + features: stm32f429zi + - package: embassy-stm32-examples + target: thumbv7em-none-eabi steps: - uses: actions/checkout@v2 -- cgit