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

@ -39,7 +39,7 @@ CFLAGS += -I$(TOPDIR)/sched
ASRCS = ASRCS =
AOBJS = $(ASRCS:.S=$(OBJEXT)) AOBJS = $(ASRCS:.S=$(OBJEXT))
CSRCS = up_leds.c up_buttons.c up_lcd.c up_lcdconsole.c CSRCS = m16c_leds.c m16c_buttons.c m16c_lcd.c m16c_lcdconsole.c
COBJS = $(CSRCS:.c=$(OBJEXT)) COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) SRCS = $(ASRCS) $(CSRCS)

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. * Copyright (C) 2009, 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * 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. * Copyright (C) 2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>
@ -50,7 +50,7 @@
#ifdef CONFIG_LCD #ifdef CONFIG_LCD
/************************************************************************************ /************************************************************************************
* Definitions * Pre-processor Definitions
************************************************************************************/ ************************************************************************************/
/* LCD dimensions *******************************************************************/ /* 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. * Copyright (C) 2009, 2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>
@ -59,7 +59,7 @@
#if !defined(HAVE_SERIALCONSOLE) && defined(CONFIG_LCD) && defined(CONFIG_LCD_CONSOLE) #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. * Copyright (C) 2009, 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>

View File

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