feat: add toml and markdown formatters
This commit is contained in:
@@ -2,13 +2,14 @@
|
||||
runner = "espflash flash --monitor --chip esp32c6 --log-format defmt"
|
||||
|
||||
[env]
|
||||
DEFMT_LOG="info"
|
||||
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",
|
||||
"-C",
|
||||
"force-frame-pointers",
|
||||
]
|
||||
|
||||
target = "riscv32imac-unknown-none-elf"
|
||||
|
||||
Reference in New Issue
Block a user