Files
arcade-keyboard/.cargo/config.toml
Nick Mello 93f2bbde47 Initial commit
Signed-off-by: Nicholas Mello <nick@nmello.dev>
2026-07-10 23:17:03 -05:00

9 lines
199 B
TOML

[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "probe-rs run --chip RP2040"
[build]
target = "thumbv6m-none-eabi" # Cortex-M0 and Cortex-M0+
[env]
DEFMT_LOG = "debug"