LPC4330 Xplorer: Rename files for better conformance to naming conventions

This commit is contained in:
Gregory Nutt
2015-03-21 14:23:07 -06:00
parent d989ecf865
commit 7a42e0821b
8 changed files with 45 additions and 49 deletions
+6 -6
View File
@@ -38,24 +38,24 @@
CFLAGS += -I$(TOPDIR)/sched CFLAGS += -I$(TOPDIR)/sched
ASRCS = ASRCS =
CSRCS = up_boot.c CSRCS = lpc43_boot.c
ifeq ($(CONFIG_NSH_ARCHINIT),y) ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += up_nsh.c CSRCS += lpc43_nsh.c
endif endif
ifeq ($(CONFIG_ARCH_FPU),y) ifeq ($(CONFIG_ARCH_FPU),y)
CSRCS += up_ostest.c CSRCS += lpc43_ostest.c
endif endif
ifeq ($(CONFIG_ARCH_LEDS),y) ifeq ($(CONFIG_ARCH_LEDS),y)
CSRCS += up_autoleds.c CSRCS += lpc43_autoleds.c
else else
CSRCS += up_userleds.c CSRCS += lpc43_userleds.c
endif endif
ifeq ($(CONFIG_ARCH_BUTTONS),y) ifeq ($(CONFIG_ARCH_BUTTONS),y)
CSRCS += up_buttons.c CSRCS += lpc43_buttons.c
endif endif
ifeq ($(CONFIG_USBMSC),y) ifeq ($(CONFIG_USBMSC),y)
@@ -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. * Copyright (C) 2012-2013, 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * 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. * Copyright (C) 2012, 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>
@@ -50,7 +50,7 @@
#include "xplorer_internal.h" #include "xplorer_internal.h"
/************************************************************************************ /************************************************************************************
* Definitions * Pre-processor Definitions
************************************************************************************/ ************************************************************************************/
/************************************************************************************ /************************************************************************************
@@ -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. * Copyright (C) 2012, 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>
@@ -1,6 +1,5 @@
/**************************************************************************** /****************************************************************************
* config/lpc4330-xplorer/src/up_nsh.c * config/lpc4330-xplorer/src/lpc43_nsh.c
* arch/arm/src/board/up_nsh.c
* *
* Copyright (C) 2012 Gregory Nutt. All rights reserved. * Copyright (C) 2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>
@@ -57,7 +56,7 @@
#endif #endif
/**************************************************************************** /****************************************************************************
* Pre-Processor Definitions * Pre-processor Definitions
****************************************************************************/ ****************************************************************************/
/* Configuration ************************************************************/ /* Configuration ************************************************************/
@@ -1,6 +1,5 @@
/************************************************************************************ /************************************************************************************
* configs/lpc4330-xplorer/src/up_ostest.c * configs/lpc4330-xplorer/src/lpc43_ostest.c
* arch/arm/src/board/up_ostest.c
* *
* Copyright (C) 2012 Gregory Nutt. All rights reserved. * Copyright (C) 2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>
@@ -53,7 +52,7 @@
#include "xplorer-internal.h" #include "xplorer-internal.h"
/************************************************************************************ /************************************************************************************
* Definitions * Pre-processor Definitions
************************************************************************************/ ************************************************************************************/
/* Configuration ********************************************************************/ /* Configuration ********************************************************************/
@@ -1,6 +1,5 @@
/**************************************************************************** /****************************************************************************
* configs/lpc4330-xplorer/src/up_userleds.c * configs/lpc4330-xplorer/src/lpc43_userleds.c
* arch/arm/src/board/up_userleds.c
* *
* Copyright (C) 2012-2013 Gregory Nutt. All rights reserved. * Copyright (C) 2012-2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>
@@ -55,7 +54,7 @@
#ifndef CONFIG_ARCH_LEDS #ifndef CONFIG_ARCH_LEDS
/**************************************************************************** /****************************************************************************
* Definitions * Pre-processor Definitions
****************************************************************************/ ****************************************************************************/
/* LED definitions **********************************************************/ /* LED definitions **********************************************************/
/* The LPC4330-Xplorer has 2 user-controllable LEDs labeled D2 an D3 in the /* 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 * configs/lpc4330-xplorer/src/xplorer_internal.h
* arch/arm/src/board/xplorer_internal.n
* *
* Copyright (C) 2012 Gregory Nutt. All rights reserved. * Copyright (C) 2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>
@@ -48,7 +47,7 @@
#include "lpc43_gpio.h" #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 /* __ASSEMBLY__ */
#endif /* _CONFIGS_LPC4330_XPLORER_SRC_XPLORER_INTERNAL_H */ #endif /* _CONFIGS_LPC4330_XPLORER_SRC_XPLORER_INTERNAL_H */