nxp_fmurt1062-v1:Fix memory overflow

This commit is contained in:
David Sidrane 2020-11-25 03:24:46 -08:00 committed by Daniel Agar
parent 0ca7783ea5
commit 1dd22acd12
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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)