forked from Archive/PX4-Autopilot
nxp_fmurt1062-v1:Fix memory overflow
This commit is contained in:
parent
0ca7783ea5
commit
1dd22acd12
|
@ -9,7 +9,6 @@ px4_add_board(
|
|||
ROMFSROOT px4fmu_common
|
||||
LINKER_PREFIX ocram
|
||||
# UAVCAN_INTERFACES 2
|
||||
CONSTRAINED_FLASH
|
||||
SERIAL_PORTS
|
||||
GPS1:/dev/ttyS1
|
||||
TEL1:/dev/ttyS3
|
||||
|
|
|
@ -120,10 +120,13 @@ SECTIONS
|
|||
*(.text.*probe*)
|
||||
*(.text.*thread_main*);
|
||||
*(.text.*listener*)
|
||||
*(.text.*BlockLocalPositionEstimator*)
|
||||
*(.text.nsh_*)
|
||||
*(.text.lib_vscanf)
|
||||
*(.text.lib_vsprintf)
|
||||
*(.text.*configure_streams_to_default*)
|
||||
*(.text.*_main)
|
||||
*(.text.*GPSDriverAshtech*)
|
||||
*(.rodata .rodata.*)
|
||||
KEEP(*(__param*))
|
||||
*(.fixup)
|
||||
|
|
Loading…
Reference in New Issue