mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-29 14: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.
Description
The LibrePilot open source project was founded in July 2015. It focuses on research and development of software and hardware to be used in a variety of applications including vehicle control and stabilization, unmanned autonomous vehicles and robotics.
Languages
C
60.6%
C++
30.8%
Fortran
2.6%
Rich Text Format
1.3%
Assembly
1.2%
Other
3.1%