Files
picocalc-os-rs/.cargo/config.toml
sawyer bristol b65385fc44 small fixes
probe

fix feat

fix
2026-01-21 19:30:53 -07:00

11 lines
287 B
TOML

[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "probe-rs run --chip RP2350"
# runner = "elf2uf2-rs -d"
[build]
# target = "thumbv6m-none-eabi" # rp2040: Cortex-M0 and Cortex-M0+
target = "thumbv8m.main-none-eabihf" # rp235xa: Cortex-M33
[env]
DEFMT_LOG = "info"