stv0g / stm32cube-gcc

A developement environment for projects based on the STM32Cube firmware.
89 stars 27 forks source link

Free RTOS #4

Open chrismrutherford opened 7 years ago

chrismrutherford commented 7 years ago

This make file could build the cube freertos with some small changes. I've managed to get it working in my clone of this repo. https://github.com/chrismrutherford/stm32cube-gcc

Unfortunately there aren't many examples in the cube tree, so I had to create a rtosexample with some sample code.

to use:

make freertos make freertos=y

anthonyclark-as commented 5 years ago

@chrismrutherford You should submit a pull request. Your modification is really useful.