px4_io-v2 Updates for NuttX 9.1.0-

This commit is contained in:
David Sidrane
2020-06-17 14:32:28 -07:00
committed by Daniel Agar
parent f870594f1d
commit 8cb1fe5a54
2 changed files with 1 additions and 6 deletions

View File

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

View File

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