Browse Source

nxp_rddrone-uavcan146 Updates for NuttX 9.1.0-

sbg
David Sidrane 5 years ago committed by Daniel Agar
parent
commit
ddacf357a7
  1. 2
      boards/nxp/rddrone-uavcan146/nuttx-config/nsh/defconfig
  2. 5
      boards/nxp/rddrone-uavcan146/nuttx-config/scripts/script.ld
  3. 4
      boards/nxp/rddrone-uavcan146/src/autoleds.c
  4. 2
      boards/nxp/rddrone-uavcan146/src/spi.c
  5. 4
      boards/nxp/rddrone-uavcan146/src/userleds.c

2
boards/nxp/rddrone-uavcan146/nuttx-config/nsh/defconfig

@ -49,7 +49,6 @@ CONFIG_LPUART1_RXBUFSIZE=64 @@ -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 @@ -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

5
boards/nxp/rddrone-uavcan146/nuttx-config/scripts/script.ld

@ -84,11 +84,6 @@ SECTIONS @@ -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 :

4
boards/nxp/rddrone-uavcan146/src/autoleds.c

@ -72,8 +72,8 @@ @@ -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"

2
boards/nxp/rddrone-uavcan146/src/spi.c

@ -48,7 +48,7 @@ @@ -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"

4
boards/nxp/rddrone-uavcan146/src/userleds.c

@ -45,8 +45,8 @@ @@ -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"

Loading…
Cancel
Save