nxp_rddrone-uavcan146 Updates for NuttX 9.1.0-

This commit is contained in:
David Sidrane 2020-06-17 14:36:19 -07:00 committed by Daniel Agar
parent 5698bc254a
commit ddacf357a7
5 changed files with 5 additions and 12 deletions

View File

@ -49,7 +49,6 @@ CONFIG_LPUART1_RXBUFSIZE=64
CONFIG_LPUART1_SERIAL_CONSOLE=y
CONFIG_LPUART1_TXBUFSIZE=64
CONFIG_MAX_TASKS=16
CONFIG_MAX_WDOGPARMS=2
CONFIG_MOTOROLA_SREC=y
CONFIG_NET=y
CONFIG_NETDEV_IFINDEX=y
@ -100,6 +99,5 @@ CONFIG_SYMTAB_ORDEREDBYNAME=y
CONFIG_SYSTEM_I2CTOOL=y
CONFIG_SYSTEM_NSH=y
CONFIG_SYSTEM_SPITOOL=y
CONFIG_TIME_EXTENDED=y
CONFIG_USER_ENTRYPOINT="nsh_main"
CONFIG_WATCHDOG=y

View File

@ -84,11 +84,6 @@ SECTIONS
*(.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;
} > dflash
.init_section :

View File

@ -72,8 +72,8 @@
#include <nuttx/board.h>
#include <arch/board/board.h>
#include "up_arch.h"
#include "up_internal.h"
#include "arm_arch.h"
#include "arm_internal.h"
#include "s32k1xx_pin.h"
#include "board_config.h"

View File

@ -48,7 +48,7 @@
#include <nuttx/spi/spi_transfer.h>
#include <arch/board/board.h>
#include "up_arch.h"
#include "arm_arch.h"
#include "s32k1xx_config.h"
#include "s32k1xx_lpspi.h"

View File

@ -45,8 +45,8 @@
#include <nuttx/board.h>
#include "up_arch.h"
#include "up_internal.h"
#include "arm_arch.h"
#include "arm_internal.h"
#include "s32k1xx_pin.h"
#include "board_config.h"