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
- Host: GitHub
- URL: https://github.com/bjwschaap/platformio-libopencm3-freertos
- Owner: bjwschaap
- License: mit
- Created: 2019-12-24T11:21:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-17T08:05:10.000Z (over 4 years ago)
- Last Synced: 2023-08-24T21:35:57.089Z (almost 3 years ago)
- Topics: bluepill, freertos, libopencm3, platformio, platformio-ide, stm32, stm32f103
- Language: C
- Size: 538 KB
- Stars: 20
- Watchers: 5
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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