9 lines
163 B
TOML
9 lines
163 B
TOML
[target.thumbv6m-none-eabi]
|
|
runner = "direnv exec . probe-rs run --chip RP2040"
|
|
|
|
[build]
|
|
target = "thumbv6m-none-eabi"
|
|
|
|
[unstable]
|
|
# build-std = ["core", "alloc"]
|