mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
LM3S6432-S2E: Rename files for better conformance to naming conventions
This commit is contained in:
@@ -39,9 +39,9 @@ CFLAGS += -I$(TOPDIR)/sched
|
||||
|
||||
ASRCS =
|
||||
AOBJS = $(ASRCS:.S=$(OBJEXT))
|
||||
CSRCS = up_boot.c up_leds.c up_ethernet.c up_ssi.c
|
||||
CSRCS = lm_boot.c lm_leds.c lm_ethernet.c lm_ssi.c
|
||||
ifeq ($(CONFIG_NSH_ARCHINIT),y)
|
||||
CSRCS += up_nsh.c
|
||||
CSRCS += lm_nsh.c
|
||||
endif
|
||||
|
||||
COBJS = $(CSRCS:.c=$(OBJEXT))
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
#include "tiva_gpio.h"
|
||||
|
||||
/************************************************************************************
|
||||
* Definitions
|
||||
* Pre-processor Definitions
|
||||
************************************************************************************/
|
||||
|
||||
/* How many SSI modules does this chip support? The LM3S6432 supports 1 SSI
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/************************************************************************************
|
||||
* configs/lm3s6432-s2e/src/up_boot.c
|
||||
* configs/lm3s6432-s2e/src/lm_boot.c
|
||||
*
|
||||
* Copyright (C) 2010, 2015 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -1,6 +1,5 @@
|
||||
/************************************************************************************
|
||||
* configs/lm3s6432-s3e/src/up_ethernet.c
|
||||
* arch/arm/src/board/up_ethernet.c
|
||||
* configs/lm3s6432-s3e/src/lm_ethernet.c
|
||||
*
|
||||
* Copyright (C) 2010 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************
|
||||
* configs/lm3s6432-s2e/src/up_leds.c
|
||||
* configs/lm3s6432-s2e/src/lm_leds.c
|
||||
*
|
||||
* Copyright (C) 2010, 2013, 2015 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -1,6 +1,5 @@
|
||||
/****************************************************************************
|
||||
* config/lm3s6432-s2e/src/up_nsh.c
|
||||
* arch/arm/src/board/up_nsh.c
|
||||
* config/lm3s6432-s2e/src/lm_nsh.c
|
||||
*
|
||||
* Copyright (C) 2010 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
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
@@ -1,6 +1,5 @@
|
||||
/************************************************************************************
|
||||
* configs/lm3s6432-s2e/src/up_ssi.c
|
||||
* arch/arm/src/board/up_ssi.c
|
||||
* configs/lm3s6432-s2e/src/lm_ssi.c
|
||||
*
|
||||
* Copyright (C) 2010 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -55,7 +54,7 @@
|
||||
#if defined(CONFIG_TIVA_SSI0)
|
||||
|
||||
/************************************************************************************
|
||||
* Definitions
|
||||
* Pre-processor Definitions
|
||||
************************************************************************************/
|
||||
|
||||
/* Enables debug output from this file (needs CONFIG_DEBUG too) */
|
||||
Reference in New Issue
Block a user