diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-01-22 21:29:25 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-01-22 21:31:06 +0100 |
| commit | 9f76dbb93b4ab5efc8a0d51b4507ab7eb144fcd9 (patch) | |
| tree | aa6141bbd6ba68b10b493e8bdea48248fce93996 /examples/boot/application/rp | |
| parent | 20fd03a14f1261e7b2264dcbca8e164393e66b94 (diff) | |
Remove nightly-only flags from cargo configs.
Diffstat (limited to 'examples/boot/application/rp')
| -rw-r--r-- | examples/boot/application/rp/.cargo/config.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/boot/application/rp/.cargo/config.toml b/examples/boot/application/rp/.cargo/config.toml index cd8d1ef02..22ab3a5c1 100644 --- a/examples/boot/application/rp/.cargo/config.toml +++ b/examples/boot/application/rp/.cargo/config.toml | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | [unstable] | 1 | [unstable] |
| 2 | build-std = ["core"] | 2 | #build-std = ["core"] |
| 3 | build-std-features = ["panic_immediate_abort"] | 3 | #build-std-features = ["panic_immediate_abort"] |
| 4 | 4 | ||
| 5 | [target.'cfg(all(target_arch = "arm", target_os = "none"))'] | 5 | [target.'cfg(all(target_arch = "arm", target_os = "none"))'] |
| 6 | runner = "probe-rs run --chip RP2040" | 6 | runner = "probe-rs run --chip RP2040" |
