1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00
LibrePilot/flight/PiOS
Stacey Sheldon e5c54cca00 freertos: change default alignment to 4-byte from 8-byte
There shouldn't be any reason to need 8-byte alignment on the
F1 platform.  This allows better packing of all malloc'd data.

Reducing this below 4-byte alignment is not recommended and will
likely result in misaligned pointers being passed to peripherals.

RAM savings is another 300 bytes.
2012-11-11 22:16:00 -05:00
..
Boards console: add support for serial debug consoles 2012-10-11 00:22:07 -04:00
Common pios_jedec: fixed usage of uninitialized memory 2012-10-28 14:34:20 +01:00
inc Merge remote-tracking branch 'origin/lilvinz/exti_end_switching_isr' into next 2012-09-27 14:31:16 -05:00
STM32F4xx PIOS_EXTI: Make the line task macro now take in the xHigherTaskPriority variable name 2012-09-28 00:40:36 -05:00
STM32F10x freertos: change default alignment to 4-byte from 8-byte 2012-11-11 22:16:00 -05:00
pios.h Merged latest origin/next. 2012-05-05 09:40:44 -07:00