1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-11 19:24:10 +01:00
LibrePilot/flight/PiOS/STM32F10x/Libraries
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
..
CMSIS Also strex needs to not clobber it's register to have predictable results. 2012-07-14 19:47:03 -05:00
dosfs Flight/PiOS: this patch makes dosfs work with both MBR and VBR formats. Backup your SD files in case this messes something!! Testing needed. 2010-09-29 16:29:38 +00:00
FreeRTOS/Source freertos: change default alignment to 4-byte from 8-byte 2012-11-11 22:16:00 -05:00
msd Moved STM32 specific PiOS Libraries. 2010-03-04 06:14:14 +00:00
STM32_USB-FS-Device_Driver usb: allow runtime selection of USB descriptors via hwsettings 2012-01-14 14:28:15 -05:00
STM32F10x_StdPeriph_Driver exti: rewrite exti layer to improve portability 2012-01-22 23:23:41 -05:00