Development progress
- many small fixes - add hello-world - fix source code
This commit is contained in:
9
.cargo/config
Normal file
9
.cargo/config
Normal file
@@ -0,0 +1,9 @@
|
||||
[target.thumbv6m-none-eabi]
|
||||
runner = "arm-none-eabi-gdb"
|
||||
rustflags = [
|
||||
"-C", "link-arg=-Wl,-Tlink.x",
|
||||
"-C", "link-arg=-nostartfiles",
|
||||
]
|
||||
|
||||
[build]
|
||||
target = "thumbv6m-none-eabi"
|
||||
Reference in New Issue
Block a user