SKP16C26: Rename files for better conformance to naming conventions

This commit is contained in:
Gregory Nutt 2015-03-21 14:46:44 -06:00
parent a975215465
commit 19d33fb3f7
6 changed files with 19 additions and 19 deletions

View File

@ -35,18 +35,18 @@
-include $(TOPDIR)/Make.defs
CFLAGS += -I$(TOPDIR)/sched
CFLAGS += -I$(TOPDIR)/sched
ASRCS =
AOBJS = $(ASRCS:.S=$(OBJEXT))
CSRCS = up_leds.c up_buttons.c up_lcd.c up_lcdconsole.c
COBJS = $(CSRCS:.c=$(OBJEXT))
ASRCS =
AOBJS = $(ASRCS:.S=$(OBJEXT))
CSRCS = m16c_leds.c m16c_buttons.c m16c_lcd.c m16c_lcdconsole.c
COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS)
SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS)
ARCH_SRCDIR = $(TOPDIR)/arch/$(CONFIG_ARCH)/src
CFLAGS += -I$(ARCH_SRCDIR)/chip -I$(ARCH_SRCDIR)/common
ARCH_SRCDIR = $(TOPDIR)/arch/$(CONFIG_ARCH)/src
CFLAGS += -I$(ARCH_SRCDIR)/chip -I$(ARCH_SRCDIR)/common
all: libboard$(LIBEXT)

View File

@ -1,5 +1,5 @@
/****************************************************************************
* configs/skp16c26/src/board_buttons.c
* configs/skp16c26/src/m16c_buttons.c
*
* Copyright (C) 2009, 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/************************************************************************************
* configs/scp16c26/src/up_lcd.c
* configs/scp16c26/src/m16c_lcd.c
*
* Copyright (C) 2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@ -50,7 +50,7 @@
#ifdef CONFIG_LCD
/************************************************************************************
* Definitions
* Pre-processor Definitions
************************************************************************************/
/* LCD dimensions *******************************************************************/

View File

@ -1,5 +1,5 @@
/************************************************************************************
* configs/scp16c26/src/up_lcd.c
* configs/scp16c26/src/m16c_lcdconsole.c
*
* Copyright (C) 2009, 2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@ -59,7 +59,7 @@
#if !defined(HAVE_SERIALCONSOLE) && defined(CONFIG_LCD) && defined(CONFIG_LCD_CONSOLE)
/************************************************************************************
* Definitions
* Pre-processor Definitions
************************************************************************************/
/************************************************************************************

View File

@ -1,5 +1,5 @@
/************************************************************************************
* configs/scp16c26/src/up_leds.c
* configs/scp16c26/src/m16c_leds.c
*
* Copyright (C) 2009, 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -41,12 +41,12 @@
************************************************************************************/
/************************************************************************************
* Definitions
* Pre-processor Definitions
************************************************************************************/
/********************************************************************************/
/* Macro Definitions */
/********************************************************************************/
/************************************************************************************
* Macro Definitions
************************************************************************************/
/************************************************************************************
* Inline Functions