Olimex-STRP711: Rename files for better conformance to naming conventions

This commit is contained in:
Gregory Nutt
2015-03-21 14:42:30 -06:00
parent d24c29da2e
commit 84742ae48a
6 changed files with 23 additions and 24 deletions
+3 -3
View File
@@ -47,12 +47,12 @@ endif
ASRCS = ASRCS =
AOBJS = $(ASRCS:.S=$(OBJEXT)) AOBJS = $(ASRCS:.S=$(OBJEXT))
CSRCS = up_spi.c up_leds.c up_buttons.c CSRCS = str71_spi.c str71_leds.c str71_buttons.c
ifeq ($(CONFIG_NSH_ARCHINIT),y) ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += up_nsh.c CSRCS += str71_nsh.c
endif endif
ifeq ($(CONFIG_ENC28J60),y) ifeq ($(CONFIG_ENC28J60),y)
CSRCS += up_enc28j60.c CSRCS += str71_enc28j60.c
endif endif
COBJS = $(CSRCS:.c=$(OBJEXT)) COBJS = $(CSRCS:.c=$(OBJEXT))
@@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* configs/olimex-strp711/src/up_leds.c * configs/olimex-strp711/src/str71_buttons.c
* *
* Copyright (C) 2008-2009, 2015 Gregory Nutt. All rights reserved. * Copyright (C) 2008-2009, 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>
@@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* configs/olimex-strp711/src/up_enc28j60.c * configs/olimex-strp711/src/str71_enc28j60.c
* *
* Copyright (C) 2010, 2012 Gregory Nutt. All rights reserved. * Copyright (C) 2010, 2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>
@@ -98,7 +98,7 @@
#ifdef CONFIG_ENC28J60 #ifdef CONFIG_ENC28J60
/**************************************************************************** /****************************************************************************
* Definitions * Pre-processor Definitions
****************************************************************************/ ****************************************************************************/
/* Configuration ************************************************************/ /* Configuration ************************************************************/
@@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* configs/olimex-strp711/src/up_leds.c * configs/olimex-strp711/src/str71_leds.c
* *
* Copyright (C) 2008-2009, 2015 Gregory Nutt. All rights reserved. * Copyright (C) 2008-2009, 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>
@@ -1,6 +1,5 @@
/**************************************************************************** /****************************************************************************
* config/olimex-strp711/src/up_nsh.c * config/olimex-strp711/src/str71_nsh.c
* arch/arm/src/board/up_nsh.c
* *
* Copyright (C) 2009-2010 Gregory Nutt. All rights reserved. * Copyright (C) 2009-2010 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>
@@ -48,7 +47,7 @@
#include <nuttx/mmcsd.h> #include <nuttx/mmcsd.h>
/**************************************************************************** /****************************************************************************
* Pre-Processor Definitions * Pre-processor Definitions
****************************************************************************/ ****************************************************************************/
/* Configuration ************************************************************/ /* Configuration ************************************************************/
@@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* config/olimex-strp711/src/up_spi.c * config/olimex-strp711/src/str71_spi.c
* *
* Copyright (C) 2008-2010,2012 Gregory Nutt. All rights reserved. * Copyright (C) 2008-2010,2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>
@@ -58,7 +58,7 @@
#if defined(CONFIG_STR71X_BSPI0) || defined(CONFIG_STR71X_BSPI1) #if defined(CONFIG_STR71X_BSPI0) || defined(CONFIG_STR71X_BSPI1)
/**************************************************************************** /****************************************************************************
* Definitions * Pre-processor Definitions
****************************************************************************/ ****************************************************************************/
/* Configuration ************************************************************/ /* Configuration ************************************************************/