mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:22:18 +08:00
MCU-123 LPC2148: Rename files for better conformance to naming conventions
This commit is contained in:
@@ -47,18 +47,18 @@ endif
|
||||
|
||||
ASRCS =
|
||||
AOBJS = $(ASRCS:.S=$(OBJEXT))
|
||||
CSRCS = up_spi1.c up_leds.c
|
||||
CSRCS = lpc2148_spi1.c lpc2148_leds.c
|
||||
|
||||
ifeq ($(CONFIG_NSH_ARCHINIT),y)
|
||||
CSRCS += up_nsh.c
|
||||
CSRCS += lpc2148_nsh.c
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_USBMSC),y)
|
||||
CSRCS += up_usbmsc.c
|
||||
CSRCS += lpc2148_usbmsc.c
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_USBDEV_COMPOSITE),y)
|
||||
CSRCS += up_composite.c
|
||||
CSRCS += lpc2148_composite.c
|
||||
endif
|
||||
|
||||
COBJS = $(CSRCS:.c=$(OBJEXT))
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************
|
||||
* configs/mcu123-lpc214x/src/up_composite.c
|
||||
* configs/mcu123-lpc214x/src/lpc2148_composite.c
|
||||
*
|
||||
* Copyright (C) 2012 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -50,7 +50,7 @@
|
||||
#include <nuttx/usb/composite.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-Processor Definitions
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
/* Configuration ************************************************************/
|
||||
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************
|
||||
* configs/mcu123-lpc214x/src/up_leds.c
|
||||
* configs/mcu123-lpc214x/src/lpc2148_leds.c
|
||||
*
|
||||
* Copyright (C) 2007-2009, 2015 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -1,6 +1,5 @@
|
||||
/****************************************************************************
|
||||
* config/mcu123-lpc214x/src/up_nsh.c
|
||||
* arch/arm/src/board/up_nsh.c
|
||||
* config/mcu123-lpc214x/src/lpc2148_nsh.c
|
||||
*
|
||||
* Copyright (C) 2008-2009 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -48,7 +47,7 @@
|
||||
#include <nuttx/mmcsd.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-Processor Definitions
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
/* Configuration ************************************************************/
|
||||
@@ -1,6 +1,5 @@
|
||||
/****************************************************************************
|
||||
* config/mcu123-lpc214x/src/up_spi1.c
|
||||
* arch/arm/src/board/up_spi1.c
|
||||
* config/mcu123-lpc214x/src/lpc2148_spi1.c
|
||||
*
|
||||
* Copyright (C) 2008-2010, 2012 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -82,7 +81,7 @@
|
||||
#include "lpc214x_spi.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Definitions
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
/* Enables debug output from this file */
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************
|
||||
* configs/mcu123-lpc214x/src/up_usbmsc.c
|
||||
* configs/mcu123-lpc214x/src/lpc2148_usbmsc.c
|
||||
*
|
||||
* Copyright (C) 2008-2010 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -49,7 +49,7 @@
|
||||
#include <nuttx/mmcsd.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-Processor Definitions
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
/* Configuration ************************************************************/
|
||||
Reference in New Issue
Block a user