AP_HAL_ChibiOS: Move scheduler task table to RAM for H750

This commit is contained in:
Martin Luessi 2023-06-02 13:39:34 -07:00 committed by Andrew Tridgell
parent 8f339e9750
commit eb37c4a5c9

View File

@ -228,7 +228,14 @@ SECTIONS
lib/lib*.a:vector3.*(.rodata*)
lib/lib*.a:matrix3.*(.rodata*)
*libm.a:*(.rodata*)
/* scheduler task table */
AntennaTracker/Tracker.*(.rodata*)
AP_Vehicle/AP_Vehicle.*(.rodata*)
ArduCopter/Copter.*(.rodata*)
ArduPlane/ArduPlane.*(.rodata*)
ArduSub/ArduSub.*(.rodata*)
Blimp/Blimp.*(.rodata*)
Rover/Rover.*(.rodata*)
*(.ramdata*)
. = ALIGN(4);
} > dataram AT > default_flash