afry-south / dragonfly-fcb

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

heap #60

Closed stenbergd closed 9 years ago

stenbergd commented 9 years ago

Which type of heap management to use?

Currently using heap_1.c?

http://www.freertos.org/a00111.html

stenbergd commented 9 years ago

Now using heap_2.c so we can create and delete tasks. Useful for temporary tasks printing sensor values and such that can later be removed.