Browse Source

px4_io-v2 Updates for NuttX 9.1.0-

sbg
David Sidrane 5 years ago committed by Daniel Agar
parent
commit
8cb1fe5a54
  1. 2
      boards/px4/io-v2/nuttx-config/nsh/defconfig
  2. 5
      boards/px4/io-v2/nuttx-config/scripts/script.ld

2
boards/px4/io-v2/nuttx-config/nsh/defconfig

@ -34,7 +34,7 @@ CONFIG_MM_FILL_ALLOCATIONS=y @@ -34,7 +34,7 @@ CONFIG_MM_FILL_ALLOCATIONS=y
CONFIG_MM_SMALL=y
CONFIG_NAME_MAX=12
CONFIG_NFILE_DESCRIPTORS=3
CONFIG_NFILE_STREAMS=0
CONFIG_NFILE_STREAMS=1
CONFIG_PREALLOC_TIMERS=0
CONFIG_PREALLOC_WDOGS=1
CONFIG_RAM_SIZE=8192

5
boards/px4/io-v2/nuttx-config/scripts/script.ld

@ -72,11 +72,6 @@ SECTIONS @@ -72,11 +72,6 @@ SECTIONS
*(.gcc_except_table)
*(.gnu.linkonce.r.*)
_etext = ABSOLUTE(.);
/*
* This is a hack to make the newlib libm __errno() call
* use the NuttX get_errno_ptr() function.
*/
__errno = get_errno_ptr;
} > flash
/*

Loading…
Cancel
Save