This is example code showing how to use stm32f1-hal and freertos-next together.
- Install
gcc-arm-none-eabifor compiling FreeRtos-Kernel C source code. Useapton Ubuntu orscoopon Windows - 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.
- If you are using a different debugger, please modify