mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-21 21:55:34 +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
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user