diff options
| author | Ian McIntyre <me@mciantyre.dev> | 2025-12-07 12:12:45 -0500 |
|---|---|---|
| committer | Ian McIntyre <me@mciantyre.dev> | 2025-12-13 13:41:31 -0500 |
| commit | 53f0e5d382b346aa8b8c5cf221fa3b2464ef4617 (patch) | |
| tree | 4df038dfb6edc6bb99b6fe5197d3603c85b67d01 /.cargo | |
| parent | 7514ffe3b565669f6535ce05826613a884fb0665 (diff) | |
Disable defmt, RTT, in flash algorithms
Typical users won't be able to decode the messages without the ELF, so
there's little reason to include the log messages.
Diffstat (limited to '.cargo')
| -rw-r--r-- | .cargo/flash_algo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.cargo/flash_algo.toml b/.cargo/flash_algo.toml index 51a41a8..5530e86 100644 --- a/.cargo/flash_algo.toml +++ b/.cargo/flash_algo.toml @@ -9,3 +9,6 @@ rustflags = [ "-Clink-arg=-Tdefmt.x", ] runner = "target-gen elf --fixed-load-address" + +[env] +DEFMT_LOG="off" |
