This is example code showing how to use stm32f1-hal and freertos-next together.
It also uses FreeRTOS-Kernel at V11.2.0 as submodule.
- Install Rust toolchain.
- Run
rustup target add thumbv7m-none-eabi - Run
cargo install flip-link - Clone this repository.
- Run
cargo checkor use VSCode build task. - Run debug in VSCode.
- If you are using a different debugger, please modify
.vscode/launch.jsonas needed. - You may need to install
gcc-arm-none-eabi, useapton Ubuntu orscoopon Windows.
- If you are using a different debugger, please modify