Skip to content

Commit 513524f

Browse files
authored
Migrate some stm32 examples to use toolsets (#94)
Updates the stm32-uart-echo and stm32-neopixel examples to use a swiftpm toolset.json to specify various compiler and linker flags. Also updates the Makefiles to leverage swiftpm to link the executable instead of manually linking using `ld` directly.
1 parent e5478d4 commit 513524f

File tree

27 files changed

+61880
-2692
lines changed

27 files changed

+61880
-2692
lines changed

.github/workflows/build-stm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
example: [stm32-blink]
20-
swift: [swift-DEVELOPMENT-SNAPSHOT-2024-12-04-a]
20+
swift: [swift-DEVELOPMENT-SNAPSHOT-2025-03-04-a]
2121

2222
steps:
2323
- name: Checkout repo

0 commit comments

Comments
 (0)