stuff
This commit is contained in:
12
.cargo/config.toml
Normal file
12
.cargo/config.toml
Normal file
@ -0,0 +1,12 @@
|
||||
[build]
|
||||
target = "thumbv6m-none-eabi"
|
||||
|
||||
[target.thumbv6m-none-eabi]
|
||||
rustflags = [
|
||||
"-C", "linker=flip-link",
|
||||
"-C", "inline-threshold=5", # inline functions more aggressively
|
||||
"-C", "no-vectorize-loops",
|
||||
]
|
||||
|
||||
#runner = "elf2uf2-rs -d"
|
||||
runner = "probe-run --chip RP2040"
|
||||
Reference in New Issue
Block a user