~janbaudisch/nucleo-l432

Rust on STM32L432 Nucleo-32.
update dependencies
move to sourcehut
a83ff333 — dependabot-preview[bot] 5 years ago
Merge pull request #4 from janbaudisch/dependabot/cargo/cortex-m-rt-0.6.11

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~janbaudisch/nucleo-l432
read/write
git@git.sr.ht:~janbaudisch/nucleo-l432

You can also use your local clone with git send-email.

Build

#nucleo-l432

Rust on STM32L432 Nucleo-32.

This is a collection of simple programs for the STM32L432 Nucleo-32 board.

#Usage

#Requirements

  • Rust

    • llvm-tools-preview component
    • thumbv7em-none-eabihf target
  • OpenOCD

  • GDB (arm-none-eabi-gdb)

#Build

cargo build

#Run

Start OpenOCD:

openocd -f openocd.cfg

Run an debug via GDB:

cargo run -p <project>

For the build and runner configuration see .cargo/config.

#Compatibility

Note: I have not tested any other platform.

#STM32L4x2

memory.x may need some adjustment.