mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 03:49:12 +08:00
nxp_fmurt1062-v1:Fix memory overflow
This commit is contained in:
committed by
Daniel Agar
parent
0ca7783ea5
commit
1dd22acd12
@@ -9,7 +9,6 @@ px4_add_board(
|
|||||||
ROMFSROOT px4fmu_common
|
ROMFSROOT px4fmu_common
|
||||||
LINKER_PREFIX ocram
|
LINKER_PREFIX ocram
|
||||||
# UAVCAN_INTERFACES 2
|
# UAVCAN_INTERFACES 2
|
||||||
CONSTRAINED_FLASH
|
|
||||||
SERIAL_PORTS
|
SERIAL_PORTS
|
||||||
GPS1:/dev/ttyS1
|
GPS1:/dev/ttyS1
|
||||||
TEL1:/dev/ttyS3
|
TEL1:/dev/ttyS3
|
||||||
|
|||||||
@@ -120,10 +120,13 @@ SECTIONS
|
|||||||
*(.text.*probe*)
|
*(.text.*probe*)
|
||||||
*(.text.*thread_main*);
|
*(.text.*thread_main*);
|
||||||
*(.text.*listener*)
|
*(.text.*listener*)
|
||||||
|
*(.text.*BlockLocalPositionEstimator*)
|
||||||
*(.text.nsh_*)
|
*(.text.nsh_*)
|
||||||
*(.text.lib_vscanf)
|
*(.text.lib_vscanf)
|
||||||
|
*(.text.lib_vsprintf)
|
||||||
*(.text.*configure_streams_to_default*)
|
*(.text.*configure_streams_to_default*)
|
||||||
*(.text.*_main)
|
*(.text.*_main)
|
||||||
|
*(.text.*GPSDriverAshtech*)
|
||||||
*(.rodata .rodata.*)
|
*(.rodata .rodata.*)
|
||||||
KEEP(*(__param*))
|
KEEP(*(__param*))
|
||||||
*(.fixup)
|
*(.fixup)
|
||||||
|
|||||||
Reference in New Issue
Block a user