diff options
Diffstat (limited to 'examples/rp')
| -rw-r--r-- | examples/rp/.cargo/config.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/rp/.cargo/config.toml b/examples/rp/.cargo/config.toml index ac54f9693..3d6051389 100644 --- a/examples/rp/.cargo/config.toml +++ b/examples/rp/.cargo/config.toml | |||
| @@ -3,3 +3,6 @@ runner = "probe-run --chip RP2040" | |||
| 3 | 3 | ||
| 4 | [build] | 4 | [build] |
| 5 | target = "thumbv6m-none-eabi" # Cortex-M0 and Cortex-M0+ | 5 | target = "thumbv6m-none-eabi" # Cortex-M0 and Cortex-M0+ |
| 6 | |||
| 7 | [env] | ||
| 8 | DEFMT_LOG = "trace" | ||
