working rtic on TM4C123GXL

This commit is contained in:
Priec
2025-10-10 19:12:45 +02:00
parent 42ef7c380d
commit 0b8bf041c9
8 changed files with 21 additions and 16 deletions

View File

@@ -0,0 +1,5 @@
[target.thumbv7em-none-eabihf]
rustflags = ["-C", "link-arg=-Tlink.x"]
[build]
target = "thumbv7em-none-eabihf"