Skip to content
Snippets Groups Projects
Select Git revision
  • klee
  • master default protected
2 results

d7020e_srp

  • Clone with SSH
  • Clone with HTTPS
  • RTIC on the STM32F4xx Nucleo board

    Rust

    We assume Rust to be installed using rustup.

    Additionally you need to install the thumbv7em-none-eabi target.

    > rustup target add thumbv7em-none-eabi 

    You also need cargo-binutils.

    For RTT tracing

    We assume the following tools are in place:

    For low level gdb based debugging

    Linux tooling:

    • openocd
    • arm-none-eabi-gdb, or
    • gdb-multiarch

    Editor

    You may use any editor of choice. vscode supports Rust using the rust-analyzer plugin.