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- You may need to install
gcc-arm-none-eabi, useapton Ubuntu orscoopon Windows.
- You may need to install
- Clone the code.
- Run
git submodule update --init - Run
cargo checkor use VSCode build task.