mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:22:18 +08:00
LPC4330 Xplorer: Rename files for better conformance to naming conventions
This commit is contained in:
@@ -38,24 +38,24 @@
|
||||
CFLAGS += -I$(TOPDIR)/sched
|
||||
|
||||
ASRCS =
|
||||
CSRCS = up_boot.c
|
||||
CSRCS = lpc43_boot.c
|
||||
|
||||
ifeq ($(CONFIG_NSH_ARCHINIT),y)
|
||||
CSRCS += up_nsh.c
|
||||
CSRCS += lpc43_nsh.c
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_ARCH_FPU),y)
|
||||
CSRCS += up_ostest.c
|
||||
CSRCS += lpc43_ostest.c
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_ARCH_LEDS),y)
|
||||
CSRCS += up_autoleds.c
|
||||
CSRCS += lpc43_autoleds.c
|
||||
else
|
||||
CSRCS += up_userleds.c
|
||||
CSRCS += lpc43_userleds.c
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_ARCH_BUTTONS),y)
|
||||
CSRCS += up_buttons.c
|
||||
CSRCS += lpc43_buttons.c
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_USBMSC),y)
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************
|
||||
* configs/lpc4330-xplorer/src/up_autoleds.c
|
||||
* configs/lpc4330-xplorer/src/lpc43_autoleds.c
|
||||
*
|
||||
* Copyright (C) 2012-2013, 2015 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -1,5 +1,5 @@
|
||||
/************************************************************************************
|
||||
* configs/lpc4330-xplorer/src/up_boot.c
|
||||
* configs/lpc4330-xplorer/src/lpc43_boot.c
|
||||
*
|
||||
* Copyright (C) 2012, 2015 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -50,7 +50,7 @@
|
||||
#include "xplorer_internal.h"
|
||||
|
||||
/************************************************************************************
|
||||
* Definitions
|
||||
* Pre-processor Definitions
|
||||
************************************************************************************/
|
||||
|
||||
/************************************************************************************
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************
|
||||
* configs/lpc4330-xplorer/src/board_buttons.c
|
||||
* configs/lpc4330-xplorer/src/lpc43_buttons.c
|
||||
*
|
||||
* Copyright (C) 2012, 2015 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -1,6 +1,5 @@
|
||||
/****************************************************************************
|
||||
* config/lpc4330-xplorer/src/up_nsh.c
|
||||
* arch/arm/src/board/up_nsh.c
|
||||
* config/lpc4330-xplorer/src/lpc43_nsh.c
|
||||
*
|
||||
* Copyright (C) 2012 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -57,7 +56,7 @@
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-Processor Definitions
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
/* Configuration ************************************************************/
|
||||
|
||||
+2
-3
@@ -1,6 +1,5 @@
|
||||
/************************************************************************************
|
||||
* configs/lpc4330-xplorer/src/up_ostest.c
|
||||
* arch/arm/src/board/up_ostest.c
|
||||
* configs/lpc4330-xplorer/src/lpc43_ostest.c
|
||||
*
|
||||
* Copyright (C) 2012 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -53,7 +52,7 @@
|
||||
#include "xplorer-internal.h"
|
||||
|
||||
/************************************************************************************
|
||||
* Definitions
|
||||
* Pre-processor Definitions
|
||||
************************************************************************************/
|
||||
/* Configuration ********************************************************************/
|
||||
|
||||
+2
-3
@@ -1,6 +1,5 @@
|
||||
/****************************************************************************
|
||||
* configs/lpc4330-xplorer/src/up_userleds.c
|
||||
* arch/arm/src/board/up_userleds.c
|
||||
* configs/lpc4330-xplorer/src/lpc43_userleds.c
|
||||
*
|
||||
* Copyright (C) 2012-2013 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -55,7 +54,7 @@
|
||||
#ifndef CONFIG_ARCH_LEDS
|
||||
|
||||
/****************************************************************************
|
||||
* Definitions
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
/* LED definitions **********************************************************/
|
||||
/* The LPC4330-Xplorer has 2 user-controllable LEDs labeled D2 an D3 in the
|
||||
@@ -1,6 +1,5 @@
|
||||
/****************************************************************************
|
||||
* configs/lpc4330-xplorer/src/xplorer_internal.h
|
||||
* arch/arm/src/board/xplorer_internal.n
|
||||
*
|
||||
* Copyright (C) 2012 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -48,7 +47,7 @@
|
||||
#include "lpc43_gpio.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Definitions
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
@@ -123,7 +122,7 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
extern void weak_function lpc43_sspinitialize(void);
|
||||
void weak_function lpc43_sspinitialize(void);
|
||||
|
||||
#endif /* __ASSEMBLY__ */
|
||||
#endif /* _CONFIGS_LPC4330_XPLORER_SRC_XPLORER_INTERNAL_H */
|
||||
|
||||
Reference in New Issue
Block a user