mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 09:58:28 -04:00
AP_HAL_ChibiOS: Use DTCM for vector table for external flash targets
This commit is contained in:
parent
ab03c49ea8
commit
f55261c852
@ -81,7 +81,7 @@ SECTIONS
|
||||
__vectors_base__ = .;
|
||||
KEEP(*(.vectors))
|
||||
__vectors_end__ = .;
|
||||
} > flashram AT > default_flash
|
||||
} > dataram AT > default_flash
|
||||
|
||||
constructors : ALIGN(4) SUBALIGN(4)
|
||||
{
|
||||
|
@ -81,7 +81,7 @@ SECTIONS
|
||||
__vectors_base__ = .;
|
||||
KEEP(*(.vectors))
|
||||
__vectors_end__ = .;
|
||||
} > flashram AT > default_flash
|
||||
} > dataram AT > default_flash
|
||||
|
||||
constructors : ALIGN(4) SUBALIGN(4)
|
||||
{
|
||||
|
@ -81,7 +81,7 @@ SECTIONS
|
||||
__vectors_base__ = .;
|
||||
KEEP(*(.vectors))
|
||||
__vectors_end__ = .;
|
||||
} > flashram AT > default_flash
|
||||
} > dataram AT > default_flash
|
||||
|
||||
constructors : ALIGN(4) SUBALIGN(4)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user