Skip to content

jack-greenberg/stm32-freertos-buildchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STM32-FreeRTOS Buildchain Example

Goal: The purpose of this repository and documentation is to demonstrate a buildchain implementation for the STM32F103C8 (STM32) microcontroller found on the STM32 Blue Pill dev board.

Components

  • CMake is used to generate the build tools. It is used to generate Makefiles that are then used to compile code.
  • libopencm3 is used as a hardware abstraction library (HAL) for the STM32.
  • FreeRTOS is the real-time operating system used. It exposes APIs like threads, queues, semaphores, mutexes, and other helpful constructs.

How They Work

Resources

There are lots...

About

Example usage of FreeRTOS with the STM32F103C8

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published