This commit is contained in:
2026-02-08 18:11:50 +02:00
commit cbfc8743f7
15 changed files with 1614 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
[target.thumbv7em-none-eabihf]
runner = 'probe-rs run --chip nRF52840_xxAA'
rustflags = [
"-C", "target-feature=+vfp4d16sp", # Tells the compiler to use the FPU
]
#[target.'cfg(all(target_arch = "arm", target_os = "none"))']
#runner = "probe-rs run --no-location --chip nRF52840_xxAA"
[build]
target = "thumbv7em-none-eabihf"
#target = "thumbv7em-none-eabi"
[env]
DEFMT_LOG = "trace"
[unstable]
build-std = ["core"]
build-std-features = ["panic_immediate_abort"]