mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_HAL_ChibiOS: Move scheduler task table to RAM for H750
This commit is contained in:
parent
2781f7bf73
commit
784eb8d2aa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user