1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-19 04:52:12 +01:00
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
..
2012-05-05 09:40:44 -07:00
2012-05-05 09:40:44 -07:00
2010-09-27 07:28:45 +00:00
2012-05-05 09:40:44 -07:00
2012-01-24 09:23:07 -06:00
2010-09-27 07:28:45 +00:00
2012-05-05 09:40:44 -07:00
2012-05-05 09:40:44 -07:00
2012-05-24 18:04:42 -07:00