mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
ab4e15e9aa
CAREFULL: the heap section need to be the last section in RAM to avoid overwritting data... Tested with GCC 4.5.2 this gives 1K of free bytes usable in heap right away (including the 200 bytes saved just by using the new gcc). This does not include any code re-org yet!