blob: 3d7d61740aaec4d1b8efa804055ce4beab7e65c3 (
plain)
1
2
3
4
5
6
7
8
|
[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"
|