Remove nightly-only flags from cargo configs.

This commit is contained in:
Dario Nieuwenhuis 2024-01-22 21:29:25 +01:00
parent 20fd03a14f
commit 9f76dbb93b
5 changed files with 12 additions and 12 deletions

View File

@ -1,6 +1,6 @@
[unstable]
build-std = ["core"]
build-std-features = ["panic_immediate_abort"]
#build-std = ["core"]
#build-std-features = ["panic_immediate_abort"]
[build]
target = "thumbv7em-none-eabi"

View File

@ -1,6 +1,6 @@
[unstable]
build-std = ["core"]
build-std-features = ["panic_immediate_abort"]
#build-std = ["core"]
#build-std-features = ["panic_immediate_abort"]
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "probe-rs run --chip RP2040"

View File

@ -1,6 +1,6 @@
[unstable]
build-std = ["core"]
build-std-features = ["panic_immediate_abort"]
#build-std = ["core"]
#build-std-features = ["panic_immediate_abort"]
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
#runner = "./fruitrunner"
@ -8,7 +8,7 @@ runner = "probe-rs run --chip nrf52840_xxAA"
rustflags = [
# Code-size optimizations.
"-Z", "trap-unreachable=no",
#"-Z", "trap-unreachable=no",
#"-C", "no-vectorize-loops",
"-C", "force-frame-pointers=yes",
]

View File

@ -10,7 +10,7 @@ runner = "teleprobe client run"
rustflags = [
# Code-size optimizations.
"-Z", "trap-unreachable=no",
#"-Z", "trap-unreachable=no",
"-C", "inline-threshold=5",
"-C", "no-vectorize-loops",
]

View File

@ -1,6 +1,6 @@
[unstable]
build-std = ["core"]
build-std-features = ["panic_immediate_abort"]
#build-std = ["core"]
#build-std-features = ["panic_immediate_abort"]
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "teleprobe client run"
@ -8,7 +8,7 @@ runner = "teleprobe client run"
rustflags = [
# Code-size optimizations.
"-Z", "trap-unreachable=no",
#"-Z", "trap-unreachable=no",
"-C", "inline-threshold=5",
"-C", "no-vectorize-loops",
]
@ -20,4 +20,4 @@ target = "thumbv6m-none-eabi"
#target = "thumbv8m.main-none-eabihf"
[env]
DEFMT_LOG = "trace,embassy_hal_internal=debug,embassy_net_esp_hosted=debug,smoltcp=info"
DEFMT_LOG = "trace,embassy_hal_internal=debug,embassy_net_esp_hosted=debug,smoltcp=info"