afry-south / dragonfly-fcb

ÅF Dragonfly Quadrotor UAV Project
Other
7 stars 3 forks source link

newest version of FreeRTOS #37

Open adam-at-epsilon opened 9 years ago

adam-at-epsilon commented 9 years ago

Check whether there are newer versions of FreeRTOS than those shipped with STM32Cube and check the buglists.

stenbergd commented 8 years ago

Attempted this to no avail.

The FreeRTOS that comes with the STM32Cube package is v 7.6.0 but the latest is 8.2.1.

However, there seems to be some difficulty in getting it running - compiler complains about unreferenced call to _sbrk() function which likely has to do with malloc/free use or similar.

One would have to delve deeper into this issue, but for now 7.6.0 should suit our needs just as well.

Perhaps also the FreeRTOS packaged with STM32Cube is pre-configured/adapted to work on STM32 devices off the bat.