NE64BADGE: Rename files for better conformance to naming conventions
This commit is contained in:
parent
c0ef46df80
commit
1bd49ceb87
@ -40,9 +40,9 @@ CFLAGS += -I$(TOPDIR)/sched
|
||||
ASRCS =
|
||||
AOBJS = $(ASRCS:.S=$(OBJEXT))
|
||||
|
||||
CSRCS = up_boot.c up_leds.c up_buttons.c up_spi.c
|
||||
CSRCS = m9s12_boot.c m9s12_leds.c m9s12_buttons.c m9s12_spi.c
|
||||
ifeq ($(CONFIG_NSH_ARCHINIT),y)
|
||||
CSRCS += up_nsh.c
|
||||
CSRCS += m9s12_nsh.c
|
||||
endif
|
||||
COBJS = $(CSRCS:.c=$(OBJEXT))
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/************************************************************************************
|
||||
* configs/ne64badge/src/up_boot.c
|
||||
* configs/ne64badge/src/m9s12_boot.c
|
||||
*
|
||||
* Copyright (C) 2011, 2015 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@ -63,7 +63,7 @@
|
||||
*
|
||||
* Description:
|
||||
* All HCS12 architectures must provide the following entry point. This entry point
|
||||
* is called early in the intitialization -- after all memory has been configured
|
||||
* is called early in the initialization -- after all memory has been configured
|
||||
* and mapped but before any devices have been initialized.
|
||||
*
|
||||
************************************************************************************/
|
@ -1,5 +1,5 @@
|
||||
/****************************************************************************
|
||||
* configs/ne64badge/src/board_buttons.c
|
||||
* configs/ne64badge/src/m9s12_buttons.c
|
||||
*
|
||||
* Copyright (C) 2011, 2014-2015 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
@ -1,5 +1,5 @@
|
||||
/****************************************************************************
|
||||
* configs/ne64badge/src/up_leds.c
|
||||
* configs/ne64badge/src/m9s12_leds.c
|
||||
*
|
||||
* Copyright (C) 2011, 2013, 2015 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
@ -1,6 +1,5 @@
|
||||
/****************************************************************************
|
||||
* config/ne64badge/src/up_nsh.c
|
||||
* arch/arm/src/board/up_nsh.c
|
||||
* config/ne64badge/src/m9s12_nsh.c
|
||||
*
|
||||
* Copyright (C) 2011 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@ -47,7 +46,7 @@
|
||||
#include "ne64badge_internal.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-Processor Definitions
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
@ -1,6 +1,5 @@
|
||||
/************************************************************************************
|
||||
* configs/ne64badge/src/up_spi.c
|
||||
* arch/arm/src/board/up_spi.c
|
||||
* configs/ne64badge/src/m9s12_spi.c
|
||||
*
|
||||
* Copyright (C) 2011 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@ -52,7 +51,7 @@
|
||||
#if defined(CONFIG_HCS12_SPI)
|
||||
|
||||
/************************************************************************************
|
||||
* Definitions
|
||||
* Pre-processor Definitions
|
||||
************************************************************************************/
|
||||
|
||||
/* Enables debug output from this file (needs CONFIG_DEBUG too) */
|
@ -1,6 +1,5 @@
|
||||
/************************************************************************************
|
||||
* configs/ne64badge/src/ne64badge_internal.h
|
||||
* arch/arm/src/board/ne64badge_internal.n
|
||||
*
|
||||
* Copyright (C) 2011 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@ -47,7 +46,7 @@
|
||||
#include "m9s12_internal.h"
|
||||
|
||||
/************************************************************************************
|
||||
* Definitions
|
||||
* Pre-processor Definitions
|
||||
************************************************************************************/
|
||||
|
||||
/* NE64BADGE Pin Usage **************************************************************/
|
||||
@ -186,9 +185,7 @@
|
||||
*
|
||||
************************************************************************************/
|
||||
|
||||
extern void weak_function hcs12_spiinitialize(void);
|
||||
|
||||
void weak_function hcs12_spiinitialize(void);
|
||||
|
||||
#endif /* __ASSEMBLY__ */
|
||||
#endif /* __CONFIGS_NE64BADGE_SRC_NE64BADGE_INTERNAL_H */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user