[target.riscv32imac-unknown-none-elf] # runner = "probe-rs run --chip=esp32c6 --always-print-stacktrace --no-location --catch-hardfault" runner = "espflash flash --monitor -L defmt --no-skip --chip esp32c6 --partition-table partitions.csv" rustflags = ["-C", "force-frame-pointers"] [env] DEFMT_LOG = "info" [build] rustflags = [ # Required to obtain backtraces (e.g. when using the "esp-backtrace" crate.) # NOTE: May negatively impact performance of produced code # "-C", # "force-frame-pointers", ] target = "riscv32imac-unknown-none-elf" [unstable] build-std = ["alloc", "core"]