info! printing to the terminal

This commit is contained in:
Priec
2025-10-21 09:07:44 +02:00
parent bf44bcc5d0
commit 43af240f51
5 changed files with 37 additions and 5 deletions

View File

@@ -50,6 +50,8 @@
arm-none-eabi-gcc --version | head -n1
echo "cargo build --release --target thumbv8m.main-none-eabihf"
echo "cargo flash --release --chip STM32U575ZI"
echo "export DEFMT_LOG=info"
echo "cargo run --bin main"
echo "probe-rs run --chip STM32U575ZITxQ target/thumbv8m.main-none-eabihf/release/main"
'';
};