mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
c5471 EVM: Rename files for better conformance to naming conventions
This commit is contained in:
@@ -39,7 +39,7 @@ CFLAGS += -I$(TOPDIR)/sched
|
|||||||
|
|
||||||
ASRCS =
|
ASRCS =
|
||||||
AOBJS = $(ASRCS:.S=$(OBJEXT))
|
AOBJS = $(ASRCS:.S=$(OBJEXT))
|
||||||
CSRCS = up_leds.c
|
CSRCS = c5471_leds.c
|
||||||
COBJS = $(CSRCS:.c=$(OBJEXT))
|
COBJS = $(CSRCS:.c=$(OBJEXT))
|
||||||
|
|
||||||
SRCS = $(ASRCS) $(CSRCS)
|
SRCS = $(ASRCS) $(CSRCS)
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* configs/c4371evm/src/up_leds.c
|
* configs/c5471evm/src/c5471_leds.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2007-2009, 2015 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2007-2009, 2015 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||||
@@ -45,7 +45,7 @@
|
|||||||
#include "up_internal.h"
|
#include "up_internal.h"
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Definitions
|
* Pre-processor Definitions
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#define CS2 *(volatile uint32_t*)0xffff2e08
|
#define CS2 *(volatile uint32_t*)0xffff2e08
|
||||||
@@ -107,4 +107,5 @@ void board_led_off(int led)
|
|||||||
LEDS = g_ledstate;
|
LEDS = g_ledstate;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* CONFIG_ARCH_LEDS */
|
#endif /* CONFIG_ARCH_LEDS */
|
||||||
Reference in New Issue
Block a user