This commit is contained in:
Priec
2025-11-18 09:20:57 +01:00
parent fa343624e7
commit 66c4741afa
2 changed files with 2 additions and 1 deletions

View File

@@ -59,6 +59,7 @@
echo "cargo flash --release --chip STM32U575ZI"
echo "cargo run --bin main"
echo "probe-rs run --chip STM32U575ZITxQ target/thumbv8m.main-none-eabihf/release/main"
echo "probe-rs erase --chip STM32U575ZITxQ"
echo "target/**/build/embassy-stm32-*/out/_generated.rs"
'';
};