update dependencies
move to sourcehut
Merge pull request #4 from janbaudisch/dependabot/cargo/cortex-m-rt-0.6.11
Rust on STM32L432 Nucleo-32.
This is a collection of simple programs for the STM32L432 Nucleo-32 board.
Rust
llvm-tools-preview
componentthumbv7em-none-eabihf
targetOpenOCD
GDB (arm-none-eabi-gdb
)
cargo build
Start OpenOCD:
openocd -f openocd.cfg
Run an debug via GDB:
cargo run -p <project>
For the build and runner configuration see .cargo/config
.
Note: I have not tested any other platform.
memory.x
may need some adjustment.