Moteino Mega: Rename files to conform to newer standards. Need to fix all of the old configurations someday

This commit is contained in:
Gregory Nutt
2015-01-31 14:15:13 -06:00
parent 2720144586
commit 723e0e2ecb
5 changed files with 10 additions and 11 deletions
-1
View File
@@ -1,6 +1,5 @@
/****************************************************************************
* configs/moteino-mega/include/board.h
* include/arch/board/board.h
*
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
+2 -2
View File
@@ -36,10 +36,10 @@
-include $(TOPDIR)/Make.defs
ASRCS =
CSRCS = up_boot.c
CSRCS = avr_boot.c
ifeq ($(CONFIG_ARCH_LEDS),y)
CSRCS += up_leds.c
CSRCS += avr_leds.c
endif
AOBJS = $(ASRCS:.S=$(OBJEXT))
@@ -1,5 +1,5 @@
/************************************************************************************
* configs/moteino-mega/src/up_boot.c
* configs/moteino-mega/src/avr_boot.c
*
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@@ -47,7 +47,7 @@
#include "up_internal.h"
#include "atmega_internal.h"
#include "moteino_mega_internal.h"
#include "moteino_mega.h"
/************************************************************************************
* Pre-processor Definitions
@@ -1,5 +1,5 @@
/****************************************************************************
* configs/moteino-mega/src/up_leds.c
* configs/moteino-mega/src/avr_leds.c
*
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@@ -47,7 +47,7 @@
#include "up_internal.h"
#include "atmega_internal.h"
#include "moteino_mega_internal.h"
#include "moteino_mega.h"
#ifdef CONFIG_ARCH_LEDS
@@ -1,5 +1,5 @@
/****************************************************************************
* configs/moteino-mega/src/moteino-mega-internal.h
* configs/moteino-mega/src/moteino-mega.h
*
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@@ -33,8 +33,8 @@
*
****************************************************************************/
#ifndef __CONFIGS_MOTEINO_MEGA_SRC_MOTEINO_MEGA_INTERNAL_H
#define __CONFIGS_MOTEINO_MEGA_SRC_MOTEINO_MEGA_INTERNAL_H
#ifndef __CONFIGS_MOTEINO_MEGA_SRC_MOTEINO_MEGA_H
#define __CONFIGS_MOTEINO_MEGA_SRC_MOTEINO_MEGA_H
/****************************************************************************
* Included Files
@@ -99,4 +99,4 @@ void atmega_ledinit(void);
#endif
#endif /* __ASSEMBLY__ */
#endif /* __CONFIGS_MOTEINO_MEGA_SRC_MOTEINO_MEGA_INTERNAL_H */
#endif /* __CONFIGS_MOTEINO_MEGA_SRC_MOTEINO_MEGA_H */