Rename files containing board_app_initialize from xyz_nsh.c to xyz_appinit.c

This commit is contained in:
Gregory Nutt 2016-02-04 12:03:09 -06:00
parent 7a72a42d47
commit 36bb11d77c
134 changed files with 136 additions and 136 deletions

View File

@ -62,7 +62,7 @@ endif
endif
ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += sam_nsh.c
CSRCS += sam_appinit.c
endif
include $(TOPDIR)/configs/Board.mk

View File

@ -1,5 +1,5 @@
/****************************************************************************
* config/arduino-due/src/sam_nsh.c
* config/arduino-due/src/sam_appinit.c
*
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -58,7 +58,7 @@ CSRCS += stm32_usb.c
endif
ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += stm32_nsh.c
CSRCS += stm32_appinit.c
endif
ifeq ($(CONFIG_MTD_W25),y)

View File

@ -1,5 +1,5 @@
/****************************************************************************
* config/cloudctrl/src/stm32_nsh.c
* config/cloudctrl/src/stm32_appinit.c
*
* Copyright (C) 2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -72,7 +72,7 @@
int usbmsc_archinitialize(void)
{
/* If system/usbmsc is built as an NSH command, then SD slot should
* already have been initized in board_app_initialize() (see stm32_nsh.c).
* already have been initized in board_app_initialize() (see stm32_appinit.c).
* In this case, there is nothing further to be done here.
*/

View File

@ -38,7 +38,7 @@
ASRCS =
CSRCS = m9s12_boot.c m9s12_leds.c m9s12_buttons.c m9s12_spi.c
ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += m9s12_nsh.c
CSRCS += m9s12_appinit.c
endif
include $(TOPDIR)/configs/Board.mk

View File

@ -1,5 +1,5 @@
/****************************************************************************
* config/demo9s12ne64/src/m9s12_nsh.c
* config/demo9s12ne64/src/m9s12_appinit.c
*
* Copyright (C) 2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -55,7 +55,7 @@ CSRCS += lpc31_spi.c
endif
ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += lpc31_nsh.c
CSRCS += lpc31_appinit.c
endif
ifeq ($(CONFIG_PAGING),y)

View File

@ -1,5 +1,5 @@
/****************************************************************************
* config/ea3131/src/lpc31_nsh.c
* config/ea3131/src/lpc31_appinit.c
*
* Copyright (C) 2009, 2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -50,7 +50,7 @@ ifeq ($(CONFIG_LPC31_SPI),y)
CSRCS += lpc31_spi.c
endif
ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += lpc31_nsh.c
CSRCS += lpc31_appinit.c
endif
ifeq ($(CONFIG_PAGING),y)
CSRCS += lpc31_fillpage.c

View File

@ -1,5 +1,5 @@
/****************************************************************************
* config/ea3152/src/lpc31_nsh.c
* config/ea3152/src/lpc31_appinit.c
*
* Copyright (C) 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -38,7 +38,7 @@
ASRCS =
CSRCS = lm_boot.c lm_leds.c lm_ethernet.c lm_ssi.c
ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += lm_nsh.c
CSRCS += lm_appinit.c
endif
include $(TOPDIR)/configs/Board.mk

View File

@ -1,5 +1,5 @@
/****************************************************************************
* config/eagle100/src/lm_nsh.c
* config/eagle100/src/lm_appinit.c
*
* Copyright (C) 2009, 2012, 2016 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -39,7 +39,7 @@
ASRCS =
CSRCS = lm_boot.c lm_leds.c lm_ethernet.c lm_ssi.c
ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += lm_nsh.c
CSRCS += lm_appinit.c
endif
include $(TOPDIR)/configs/Board.mk

View File

@ -1,5 +1,5 @@
/****************************************************************************
* config/ekk-lm3s9b96/src/lm_nsh.c
* config/ekk-lm3s9b96/src/lm_appinit.c
*
* Copyright (C) 2012 Gregory Nutt. All rights reserved.
* Authors: Gregory Nutt <gnutt@nuttx.org>

View File

@ -48,7 +48,7 @@ endif
endif
ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += stm32_nsh.c
CSRCS += stm32_appinit.c
endif
ifeq ($(CONFIG_INPUT),y)

View File

@ -1,5 +1,5 @@
/****************************************************************************
* config/hymini-stm32v/src/stm32_nsh.c
* config/hymini-stm32v/src/stm32_appinit.c
*
* Copyright (C) 2009, 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -89,7 +89,7 @@
int usbmsc_archinitialize(void)
{
/* If system/usbmsc is built as an NSH command, then SD slot should
* already have been initialized in board_app_initialize() (see stm32_nsh.c).
* already have been initialized in board_app_initialize() (see stm32_appinit.c).
* In this case, there is nothing further to be done here.
*/

View File

@ -47,7 +47,7 @@ CSRCS += k40_buttons.c
endif
ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += k40_nsh.c
CSRCS += k40_appinit.c
endif
ifeq ($(CONFIG_USBDEV),y)

View File

@ -1,5 +1,5 @@
/****************************************************************************
* config/kwikstik-k40/src/k40_nsh.c
* config/kwikstik-k40/src/k40_appinit.c
*
* Copyright (C) 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -85,7 +85,7 @@
int usbmsc_archinitialize(void)
{
/* If system/usbmsc is built as an NSH command, then SD slot should
* already have been initialized in board_app_initialize() (see k40_nsh.c).
* already have been initialized in board_app_initialize() (see k40_appinit.c).
* In this case, there is nothing further to be done here.
*/

View File

@ -39,7 +39,7 @@ ASRCS =
CSRCS = lpc17_boot.c lpc17_leds.c
ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += lpc17_nsh.c
CSRCS += lpc17_appinit.c
endif
ifeq ($(CONFIG_USBMSC),y)

View File

@ -1,5 +1,5 @@
/****************************************************************************
* config/lincoln60/src/lpc17_nsh.c
* config/lincoln60/src/lpc17_appinit.c
*
* Copyright (C) 2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -38,7 +38,7 @@
ASRCS =
CSRCS = lm_boot.c lm_leds.c lm_ethernet.c lm_ssi.c
ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += lm_nsh.c
CSRCS += lm_appinit.c
endif
include $(TOPDIR)/configs/Board.mk

View File

@ -1,5 +1,5 @@
/****************************************************************************
* config/lm3s6432-s2e/src/lm_nsh.c
* config/lm3s6432-s2e/src/lm_appinit.c
*
* Copyright (C) 2010 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -39,7 +39,7 @@ ASRCS =
CSRCS = lm_boot.c lm_leds.c lm_ethernet.c lm_ssi.c
ifeq ($(CONFIG_LIB_BOARDCTL),y)
CSRCS += lm_nsh.c
CSRCS += lm_appinit.c
endif
ifeq ($(CONFIG_NX_LCDDRIVER),y)

View File

@ -1,5 +1,5 @@
/****************************************************************************
* config/lm3s6965-ek/src/lm_nsh.c
* config/lm3s6965-ek/src/lm_appinit.c
*
* Copyright (C) 2010 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -39,7 +39,7 @@ ASRCS =
CSRCS = lm_boot.c lm_leds.c lm_ethernet.c lm_ssi.c
ifeq ($(CONFIG_LIB_BOARDCTL),y)
CSRCS += lm_nsh.c
CSRCS += lm_appinit.c
endif
ifeq ($(CONFIG_NX_LCDDRIVER),y)

View File

@ -1,5 +1,5 @@
/****************************************************************************
* config/lm3s8962-ek/src/lm_nsh.c
* config/lm3s8962-ek/src/lm_appinit.c
*
* Copyright (C) 2010, 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -43,7 +43,7 @@ CSRCS += lm4f_autoleds.c
endif
ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += lm4f_nsh.c
CSRCS += lm4f_appinit.c
endif
include $(TOPDIR)/configs/Board.mk

View File

@ -1,6 +1,6 @@
/****************************************************************************
* config/lm4f120-launchpad/src/lm4f_nsh.c
* arch/arm/src/board/lm4f_nsh.c
* config/lm4f120-launchpad/src/lm4f_appinit.c
* arch/arm/src/board/lm4f_appinit.c
*
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -39,7 +39,7 @@ ASRCS =
CSRCS = lpc43_boot.c
ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += lpc43_nsh.c
CSRCS += lpc43_appinit.c
endif
ifeq ($(CONFIG_ARCH_FPU),y)

View File

@ -1,5 +1,5 @@
/****************************************************************************
* config/lpc4330-xplorer/src/lpc43_nsh.c
* config/lpc4330-xplorer/src/lpc43_appinit.c
*
* Copyright (C) 2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -39,7 +39,7 @@ ASRCS =
CSRCS = lpc43_boot.c
ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += lpc43_nsh.c
CSRCS += lpc43_appinit.c
endif
ifeq ($(CONFIG_ARCH_FPU),y)

View File

@ -1,5 +1,5 @@
/****************************************************************************
* config/lpc4357-evb/src/lpc43_nsh.c
* config/lpc4357-evb/src/lpc43_appinit.c
*
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -39,7 +39,7 @@ ASRCS =
CSRCS = lpc17_boot.c lpc17_leds.c lpc17_ssp.c lpc17_adc.c lpc17_dac.c lpc17_pwm.c
ifeq ($(CONFIG_LIB_BOARDCTL),y)
CSRCS += lpc17_nsh.c
CSRCS += lpc17_appinit.c
endif
ifeq ($(CONFIG_NX_LCDDRIVER),y)

View File

@ -1,5 +1,5 @@
/****************************************************************************
* config/lpcxpresso-lpc1768/src/lpc17_nsh.c
* config/lpcxpresso-lpc1768/src/lpc17_appinit.c
*
* Copyright (C) 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -39,7 +39,7 @@ ASRCS =
CSRCS = lpc17_boot.c lpc17_leds.c lpc17_adc.c lpc17_dac.c lpc17_pwm.c
ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += lpc17_nsh.c
CSRCS += lpc17_appinit.c
endif
ifeq ($(CONFIG_USBMSC),y)
CSRCS += lpc17_usbmsc.c

View File

@ -1,5 +1,5 @@
/****************************************************************************
* config/mbed/src/lpc17_nsh.c
* config/mbed/src/lpc17_appinit.c
*
* Copyright (C) 2010 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -39,7 +39,7 @@ ASRCS =
CSRCS = lpc2148_spi1.c lpc2148_leds.c
ifeq ($(CONFIG_LIB_BOARDCTL),y)
CSRCS += lpc2148_nsh.c
CSRCS += lpc2148_appinit.c
endif
ifeq ($(CONFIG_USBMSC),y)

View File

@ -1,5 +1,5 @@
/****************************************************************************
* config/mcu123-lpc214x/src/lpc2148_nsh.c
* config/mcu123-lpc214x/src/lpc2148_appinit.c
*
* Copyright (C) 2008-2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -79,7 +79,7 @@
int composite_archinitialize(void)
{
/* If system/composite is built as an NSH command, then SD slot should
* already have been initialized in board_app_initialize() (see lpc2148_nsh.c).
* already have been initialized in board_app_initialize() (see lpc2148_appinit.c).
* In this case, there is nothing further to be done here.
*
* NOTE: CONFIG_NSH_BUILTIN_APPS is not a fool-proof indication that NSH

View File

@ -63,7 +63,7 @@ CSRCS += stm32_watchdog.c
endif
ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += stm32_nsh.c
CSRCS += stm32_appinit.c
endif
ifeq ($(CONFIG_ARCH_CUSTOM_PMINIT),y)

View File

@ -1,5 +1,5 @@
/****************************************************************************
* config/mikroe_stm32f4/src/stm32_nsh.c
* config/mikroe_stm32f4/src/stm32_appinit.c
*
* Copyright (C) 2012-2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -47,7 +47,7 @@ CSRCS += pic32_adc.c
endif
ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += pic32_nsh.c
CSRCS += pic32_appinit.c
endif
include $(TOPDIR)/configs/Board.mk

View File

@ -1,5 +1,5 @@
/****************************************************************************
* config/mirtoo/src/pic32_nsh.c
* config/mirtoo/src/pic32_appinit.c
*
* Copyright (C) 2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -39,7 +39,7 @@ ASRCS =
CSRCS = moxart_boot.c
ifeq ($(CONFIG_NSH_LIBRARY),y)
CSRCS += moxart_nsh.c
CSRCS += moxart_appinit.c
endif
include $(TOPDIR)/configs/Board.mk

View File

@ -1,5 +1,5 @@
/****************************************************************************
* config/moxart/src/moxart_nsh.c
* config/moxart/src/moxart_appinit.c
*
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
* Author: Anton D. Kachalov <mouse@mayc.ru>

View File

@ -38,7 +38,7 @@
ASRCS =
CSRCS = m9s12_boot.c m9s12_leds.c m9s12_buttons.c m9s12_spi.c
ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += m9s12_nsh.c
CSRCS += m9s12_appinit.c
endif
include $(TOPDIR)/configs/Board.mk

View File

@ -1,5 +1,5 @@
/****************************************************************************
* config/ne64badge/src/m9s12_nsh.c
* config/ne64badge/src/m9s12_appinit.c
*
* Copyright (C) 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -63,7 +63,7 @@ endif
endif
ifeq ($(CONFIG_NSH_LIBRARY),y)
CSRCS += stm32_nsh.c
CSRCS += stm32_appinit.c
endif
include $(TOPDIR)/configs/Board.mk

View File

@ -1,5 +1,5 @@
/****************************************************************************
* configs/nucleo-f4x1re/src/stm32_nsh.c
* configs/nucleo-f4x1re/src/stm32_appinit.c
*
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -39,7 +39,7 @@ ASRCS =
CSRCS = lpc17_boot.c lpc17_leds.c lpc17_ssp.c lpc17_outputs.c
ifeq ($(CONFIG_LIB_BOARDCTL),y)
CSRCS += lpc17_nsh.c
CSRCS += lpc17_appinit.c
endif
ifeq ($(CONFIG_USBMSC),y)

View File

@ -1,5 +1,5 @@
/****************************************************************************
* config/nucleus2g/src/lpc17_nsh.c
* config/nucleus2g/src/lpc17_appinit.c
*
* Copyright (C) 2010-2011, 2013, 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -55,7 +55,7 @@ CSRCS += lpc31_mmcsd.c
endif
ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += lpc31_nsh.c
CSRCS += lpc31_appinit.c
endif
ifeq ($(CONFIG_LPC31_USBOTG),y)

View File

@ -1,5 +1,5 @@
/****************************************************************************
* configs/olimex-lpc-h3131/src/lpc31_nsh.c
* configs/olimex-lpc-h3131/src/lpc31_appinit.c
*
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -39,7 +39,7 @@ ASRCS =
CSRCS = lpc17_boot.c lpc17_leds.c lpc17_ssp.c
ifeq ($(CONFIG_LIB_BOARDCTL),y)
CSRCS += lpc17_nsh.c
CSRCS += lpc17_appinit.c
endif
ifeq ($(CONFIG_USBMSC),y)

View File

@ -1,5 +1,5 @@
/****************************************************************************
* config/olimex-lpc1766stk/src/lpc17_nsh.c
* config/olimex-lpc1766stk/src/lpc17_appinit.c
*
* Copyright (C) 2010, 2013-2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -44,7 +44,7 @@ ASRCS =
CSRCS = lpc2378_leds.c
ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += lpc2378_nsh.c
CSRCS += lpc2378_appinit.c
endif
include $(TOPDIR)/configs/Board.mk

View File

@ -1,5 +1,5 @@
/****************************************************************************
* config/olimex-lpc2378/src/lpc2378_nsh.c
* config/olimex-lpc2378/src/lpc2378_appinit.c
*
* Copyright (C) 2010 Rommel Marcelo. All rights reserved.
* Author: Rommel Marcelo

View File

@ -53,7 +53,7 @@ CSRCS += stm32_usb.c
endif
ifeq ($(CONFIG_NSH_LIBRARY),y)
CSRCS += stm32_nsh.c
CSRCS += stm32_appinit.c
endif
ifeq ($(CONFIG_ADC),y)

View File

@ -1,5 +1,5 @@
/****************************************************************************
* config/olimex-stm32-h405/src/stm32_nsh.c
* config/olimex-stm32-h405/src/stm32_appinit.c
*
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -49,7 +49,7 @@ CSRCS += stm32_buttons.c
endif
ifeq ($(CONFIG_NSH_LIBRARY),y)
CSRCS += stm32_nsh.c
CSRCS += stm32_appinit.c
endif
ifeq ($(CONFIG_ARCH_IDLE_CUSTOM),y)

View File

@ -1,5 +1,5 @@
/****************************************************************************
* config/olimex-stm32-h407/src/stm32_nsh.c
* config/olimex-stm32-h407/src/stm32_appinit.c
*
* Copyright (C) 2016 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -53,7 +53,7 @@ CSRCS += stm32_usb.c
endif
ifeq ($(CONFIG_NSH_LIBRARY),y)
CSRCS += stm32_nsh.c
CSRCS += stm32_appinit.c
endif
ifeq ($(CONFIG_ADC),y)

View File

@ -1,5 +1,5 @@
/****************************************************************************
* config/olimex-stm32-p207/src/stm32_nsh.c
* config/olimex-stm32-p207/src/stm32_appinit.c
*
* Copyright (C) 2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -38,7 +38,7 @@
ASRCS =
CSRCS = str71_spi.c str71_leds.c str71_buttons.c
ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += str71_nsh.c
CSRCS += str71_appinit.c
endif
ifeq ($(CONFIG_ENC28J60),y)
CSRCS += str71_enc28j60.c

View File

@ -1,5 +1,5 @@
/****************************************************************************
* config/olimex-strp711/src/str71_nsh.c
* config/olimex-strp711/src/str71_appinit.c
*
* Copyright (C) 2009-2010 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -57,7 +57,7 @@ ifeq ($(CONFIG_LPC17_LCD),y)
endif
ifeq ($(CONFIG_NSH_LIBRARY),y)
CSRCS += lpc17_nsh.c
CSRCS += lpc17_appinit.c
endif
ifeq ($(CONFIG_ARCH_LEDS),y)

View File

@ -1,6 +1,6 @@
/****************************************************************************
* config/open1788/src/lpc17_nsh.c
* arch/arm/src/board/lpc17_nsh.c
* config/open1788/src/lpc17_appinit.c
* arch/arm/src/board/lpc17_appinit.c
*
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -39,7 +39,7 @@ ASRCS =
CSRCS = pic32mx_boot.c
ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += pic32mx_nsh.c
CSRCS += pic32mx_appinit.c
endif
ifeq ($(CONFIG_LCD_LCD1602),y)

View File

@ -1,5 +1,5 @@
/****************************************************************************
* config/pcblocic-pic32mx/src/pic32mx_nsh.c
* config/pcblocic-pic32mx/src/pic32mx_appinit.c
*
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -46,7 +46,7 @@ endif
endif
ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += pic32mx_nsh.c
CSRCS += pic32mx_appinit.c
endif
ifeq ($(CONFIG_USBMSC),y)

View File

@ -1,5 +1,5 @@
/****************************************************************************
* config/pic32mx-starterkit/src/pic32mx_nsh.c
* config/pic32mx-starterkit/src/pic32mx_appinit.c
*
* Copyright (C) 2011, 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -62,7 +62,7 @@ int usbmsc_archinitialize(void)
{
/* If system/usbmsc is built as an NSH command, then SD slot should
* already have been initialized in board_app_initialize() (see
* pic32mx_nsh.c). In this case, there is nothing further to be done here.
* pic32mx_appinit.c). In this case, there is nothing further to be done here.
*/
#ifndef CONFIG_NSH_BUILTIN_APPS

View File

@ -46,7 +46,7 @@ endif
endif
ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += pic32_nsh.c
CSRCS += pic32_appinit.c
endif
ifeq ($(CONFIG_USBMSC),y)

View File

@ -1,5 +1,5 @@
/****************************************************************************
* config/pic32mx7mmb/src/pic32_nsh.c
* config/pic32mx7mmb/src/pic32_appinit.c
*
* Copyright (C) 2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -61,7 +61,7 @@
int usbmsc_archinitialize(void)
{
/* If system/usbmsc is built as an NSH command, then SD slot should
* already have been initialized in board_app_initialize() (see pic32_nsh.c).
* already have been initialized in board_app_initialize() (see pic32_appinit.c).
* In this case, there is nothing further to be done here.
*/

View File

@ -49,7 +49,7 @@ CSRCS += pic32mz_buttons.c
endif
ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += pic32mz_nsh.c
CSRCS += pic32mz_appinit.c
endif
include $(TOPDIR)/configs/Board.mk

View File

@ -1,5 +1,5 @@
/****************************************************************************
* config/pic32mz-starterkit/src/pic32mz_nsh.c
* config/pic32mz-starterkit/src/pic32mz_appinit.c
*
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -43,7 +43,7 @@ CSRCS += sam_lcd.c
endif
ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += sam_nsh.c
CSRCS += sam_appinit.c
endif
ifeq ($(CONFIG_SAM34_HSMCI),y)

View File

@ -1,5 +1,5 @@
/****************************************************************************
* config/sam3u-ek/src/sam_nsh.c
* config/sam3u-ek/src/sam_appinit.c
*
* Copyright (C) 2010, 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -39,7 +39,7 @@ ASRCS =
CSRCS = sam_boot.c sam_leds.c sam_buttons.c sam_udp.c
ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += sam_nsh.c
CSRCS += sam_appinit.c
endif
ifeq ($(CONFIG_SAM34_HSMCI),y)

View File

@ -1,5 +1,5 @@
/****************************************************************************
* config/sam4e-ek/src/sam_nsh.c
* config/sam4e-ek/src/sam_appinit.c
*
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -53,7 +53,7 @@ CSRCS += sam_buttons.c
endif
ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += sam_nsh.c
CSRCS += sam_appinit.c
endif
ifeq ($(CONFIG_SAM34_LCDCA),y)

View File

@ -1,5 +1,5 @@
/****************************************************************************
* config/sam4l-xplained/src/sam_nsh.c
* config/sam4l-xplained/src/sam_appinit.c
*
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -39,7 +39,7 @@ ASRCS =
CSRCS = sam_boot.c
ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += sam_nsh.c
CSRCS += sam_appinit.c
endif
ifeq ($(CONFIG_SAM34_HSMCI),y)

View File

@ -1,5 +1,5 @@
/****************************************************************************
* config/sam4s-xplained-pro/src/sam_nsh.c
* config/sam4s-xplained-pro/src/sam_appinit.c
*
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -39,7 +39,7 @@ ASRCS =
CSRCS = sam_boot.c sam_userleds.c
ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += sam_nsh.c sam_bringup.c
CSRCS += sam_appinit.c sam_bringup.c
else
ifeq ($(CONFIG_BOARD_INITIALIZE),y)
CSRCS += sam_bringup.c

View File

@ -1,5 +1,5 @@
/****************************************************************************
* config/sama5d2-xult/src/sam_nsh.c
* config/sama5d2-xult/src/sam_appinit.c
*
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -85,7 +85,7 @@ endif
endif
ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += sam_nsh.c
CSRCS += sam_appinit.c
endif
ifeq ($(CONFIG_ADC),y)

View File

@ -1,5 +1,5 @@
/****************************************************************************
* config/sama5d3-xplained/src/sam_nsh.c
* config/sama5d3-xplained/src/sam_appinit.c
*
* Copyright (C) 2014-2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -107,7 +107,7 @@ endif
endif
ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += sam_nsh.c
CSRCS += sam_appinit.c
endif
ifeq ($(CONFIG_ADC),y)

View File

@ -1,5 +1,5 @@
/****************************************************************************
* config/sama5d3x-ek/src/sam_nsh.c
* config/sama5d3x-ek/src/sam_appinit.c
*
* Copyright (C) 2013-2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -53,7 +53,7 @@ CSRCS += sam_buttons.c
endif
ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += sam_nsh.c
CSRCS += sam_appinit.c
endif
ifeq ($(CONFIG_SAMD20_XPLAINED_IOMODULE),y)

View File

@ -1,5 +1,5 @@
/****************************************************************************
* config/samd20-xplained/src/sam_nsh.c
* config/samd20-xplained/src/sam_appinit.c
*
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -53,7 +53,7 @@ CSRCS += sam_buttons.c
endif
ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += sam_nsh.c
CSRCS += sam_appinit.c
endif
ifeq ($(CONFIG_SAMD21_XPLAINED_IOMODULE),y)

View File

@ -1,5 +1,5 @@
/****************************************************************************
* config/samd21-xplained/src/sam_nsh.c
* config/samd21-xplained/src/sam_appinit.c
*
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -53,7 +53,7 @@ CSRCS += sam_buttons.c
endif
ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += sam_nsh.c
CSRCS += sam_appinit.c
endif
ifeq ($(CONFIG_SAML21_XPLAINED_IOMODULE),y)

View File

@ -1,5 +1,5 @@
/****************************************************************************
* config/saml21-xplained/src/sam_nsh.c
* config/saml21-xplained/src/sam_appinit.c
*
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

Some files were not shown because too many files have changed in this diff Show More