summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorUlf Lilleengen <ulf.lilleengen@gmail.com>2021-09-21 13:42:27 +0200
committerUlf Lilleengen <ulf.lilleengen@gmail.com>2021-09-21 14:50:23 +0200
commitc79485c286d96ca7b1d0bdeb7360488b838a841e (patch)
tree58415adb5d9dbdb1a31ab8f9b4b6cc3cb727c986 /.github/workflows
parent14aa4265db25adb75fdcaf66798a878ae789bf9c (diff)
downloadembassy-c79485c286d96ca7b1d0bdeb7360488b838a841e.zip
Support for STM32L1
* Add RCC * Fix more issues with dash in chip names * Update stm32-data version * Add blinky and spi example
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/rust.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 79a5ad79..5cdf75d7 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -78,6 +78,9 @@ jobs:
- package: embassy-stm32
target: thumbv6m-none-eabi
features: stm32l072cz,defmt
+ - package: embassy-stm32
+ target: thumbv7m-none-eabi
+ features: stm32l151cb-a,defmt
- package: examples/stm32f4
target: thumbv7em-none-eabi
- package: examples/stm32l4
@@ -86,6 +89,8 @@ jobs:
target: thumbv7em-none-eabi
- package: examples/stm32l0
target: thumbv6m-none-eabi
+ - package: examples/stm32l1
+ target: thumbv7m-none-eabi
- package: examples/stm32wb55
target: thumbv7em-none-eabihf
- package: examples/stm32wl55