This commit is contained in:
Priec
2025-10-21 08:18:36 +02:00
parent c6709f6aac
commit bf44bcc5d0
12 changed files with 407 additions and 336 deletions

View File

@@ -49,7 +49,8 @@
rustc --version
arm-none-eabi-gcc --version | head -n1
echo "cargo build --release --target thumbv8m.main-none-eabihf"
echo "sudo probe-rs run --chip STM32U575ZI target/thumbv8m.main-none-eabihf/release/main"
echo "cargo flash --release --chip STM32U575ZI"
echo "probe-rs run --chip STM32U575ZITxQ target/thumbv8m.main-none-eabihf/release/main"
'';
};
};