Skip to content

Commit

Permalink
Smoke tester build [WIP]
Browse files Browse the repository at this point in the history
  • Loading branch information
t-moe committed Dec 4, 2024
1 parent 596128e commit dad7aa2
Show file tree
Hide file tree
Showing 9 changed files with 925 additions and 24 deletions.
12 changes: 12 additions & 0 deletions .github/test-projects/stm32/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[alias]
stm32c011f6 = "test --features embassy-stm32/stm32c011f6"
stm32f051r8 = "test --features embassy-stm32/stm32f051r8"
stm32f429zi = "test --features embassy-stm32/stm32f429zi"
stm32g031k8 = "test --features embassy-stm32/stm32g031k8"
stm32g431kb = "test --features embassy-stm32/stm32g431kb"
stm32l432kc = "test --features embassy-stm32/stm32l432kc"
stm32u545re = "test --features embassy-stm32/stm32u545re"
#stm32f767zi = "test --features embassy-stm32/stm32f767zi --target thumbv7em-none-eabihf"

[unstable]
build-std = ["core"]
2 changes: 2 additions & 0 deletions .github/test-projects/stm32/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/target
/output
Loading

0 comments on commit dad7aa2

Please sign in to comment.