add config.toml with probe config (forgot it)

This commit is contained in:
Arkitu 2025-09-07 21:54:23 +02:00
parent 379ce3d010
commit 197933e0ed

View File

@ -1,8 +1,9 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))'] [target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "sudo /home/arkitu/.cargo/bin/elf2uf2-rs -d -s" # runner = "sudo /home/arkitu/.cargo/bin/elf2uf2-rs -d -s"
runner = "probe-rs run --chip RP2040"
[build] [build]
target = "thumbv6m-none-eabi" # Cortex-M0 and Cortex-M0+ target = "thumbv6m-none-eabi" # Cortex-M0 and Cortex-M0+
[env] [env]
DEFMT_LOG = "debug" DEFMT_LOG = "info"