Skip to content

mcu-rust/stm32f1-FreeRTOS-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STM32F1-FreeRTOS-Example

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.

Usage

  1. Install Rust toolchain.
  2. Run rustup target add thumbv7m-none-eabi
  3. Run cargo install flip-link
  4. Clone this repository.
  5. Run cargo check or use VSCode build task.
  6. Run debug in VSCode.
    1. If you are using a different debugger, please modify .vscode/launch.json as needed.
    2. You may need to install gcc-arm-none-eabi, use apt on Ubuntu or scoop on Windows.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published