aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2021-09-21 13:42:27 +0200
committerUlf Lilleengen <[email protected]>2021-09-21 14:50:23 +0200
commitc79485c286d96ca7b1d0bdeb7360488b838a841e (patch)
tree58415adb5d9dbdb1a31ab8f9b4b6cc3cb727c986 /.github
parent14aa4265db25adb75fdcaf66798a878ae789bf9c (diff)
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')
-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 79a5ad796..5cdf75d7b 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -78,6 +78,9 @@ jobs:
78 - package: embassy-stm32 78 - package: embassy-stm32
79 target: thumbv6m-none-eabi 79 target: thumbv6m-none-eabi
80 features: stm32l072cz,defmt 80 features: stm32l072cz,defmt
81 - package: embassy-stm32
82 target: thumbv7m-none-eabi
83 features: stm32l151cb-a,defmt
81 - package: examples/stm32f4 84 - package: examples/stm32f4
82 target: thumbv7em-none-eabi 85 target: thumbv7em-none-eabi
83 - package: examples/stm32l4 86 - package: examples/stm32l4
@@ -86,6 +89,8 @@ jobs:
86 target: thumbv7em-none-eabi 89 target: thumbv7em-none-eabi
87 - package: examples/stm32l0 90 - package: examples/stm32l0
88 target: thumbv6m-none-eabi 91 target: thumbv6m-none-eabi
92 - package: examples/stm32l1
93 target: thumbv7m-none-eabi
89 - package: examples/stm32wb55 94 - package: examples/stm32wb55
90 target: thumbv7em-none-eabihf 95 target: thumbv7em-none-eabihf
91 - package: examples/stm32wl55 96 - package: examples/stm32wl55