1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-04 12:24:11 +01:00
LibrePilot/flight/PiOS/STM32F10x/Libraries/FreeRTOS/Source/portable/MemMang
Mathieu Rondonneau 36f28f8037 OP-423: Fixing heap2 (puting back bytes from the post heap stack (used during init) back into the free list).
Tested this heap2 at runtime with CC and new compiler since old one (current) triggers strict alliasing error.
That's ok since strict aliasing is disabled on OP, and CC only use heap1.
2011-07-05 21:45:39 -07:00
..
heap_1.c OP-423 do the arch specific stuff (in reset vector) to hide this from portable code: 2011-06-13 21:49:17 -07:00
heap_2.c OP-423: Fixing heap2 (puting back bytes from the post heap stack (used during init) back into the free list). 2011-07-05 21:45:39 -07:00
heap_3.c OP-519 upgrade to FreeRTOS-7.0.1 2011-06-01 21:46:28 -07:00