An open API service indexing awesome lists of open source software.

https://github.com/bjwschaap/platformio-libopencm3-freertos

Sample blinky project for PlatformIO using libopencm3 and FreeRTOS
https://github.com/bjwschaap/platformio-libopencm3-freertos

bluepill freertos libopencm3 platformio platformio-ide stm32 stm32f103

Last synced: 5 months ago
JSON representation

Sample blinky project for PlatformIO using libopencm3 and FreeRTOS

Awesome Lists containing this project

README

          

# STM32 libopencm3 FreeRTOS PlatformIO

This is a small 'blinky' sample project, implemented using libopencm3 and FreeRTOS, in PlatformIO.
It has been tested against a 'bluepill' STM32F103C8T6 using STLINKv2.

Use this sample project as a template for your own libopencm3 + FreeRTOS STM32 projects.

## Contributors
I got this working thanks to:
* the original author of this example code: [Warren Gay](https://github.com/ve3wwg)
* [Maximilian Gerhardt](https://github.com/maxgerhardt) from the PlatformIO community
* [jacfont](https://github.com/jacfont) upgrading FreeRTOS to 10.4.1
* [deltaphi](https://github.com/deltaphi), who fixed the debug build