From 53f0e5d382b346aa8b8c5cf221fa3b2464ef4617 Mon Sep 17 00:00:00 2001 From: Ian McIntyre Date: Sun, 7 Dec 2025 12:12:45 -0500 Subject: 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. --- .cargo/flash_algo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.cargo/flash_algo.toml') 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" -- cgit v1.2.3