Skip to content

Commit 1b99243

Browse files
committed
Smoke tester build [WIP]
1 parent 596128e commit 1b99243

File tree

9 files changed

+941
-24
lines changed

9 files changed

+941
-24
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[alias]
2+
stm32c011f6 = "test --features embassy-stm32/stm32c011f6"
3+
stm32f051r8 = "test --features embassy-stm32/stm32f051r8"
4+
stm32f429zi = "test --features embassy-stm32/stm32f429zi"
5+
stm32g031k8 = "test --features embassy-stm32/stm32g031k8"
6+
stm32g431kb = "test --features embassy-stm32/stm32g431kb"
7+
stm32l432kc = "test --features embassy-stm32/stm32l432kc"
8+
stm32u545re = "test --features embassy-stm32/stm32u545re"
9+
#stm32f767zi = "test --features embassy-stm32/stm32f767zi --target thumbv7em-none-eabihf"
10+
11+
[unstable]
12+
build-std = ["core"]
+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/target
2+
/output

0 commit comments

Comments
 (0)