Remove internal from name of all board header files

This commit is contained in:
Gregory Nutt
2015-12-29 15:44:56 -06:00
parent a64ebf212d
commit 6daa73a945
226 changed files with 338 additions and 339 deletions
@@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* configs/amber/src/amber-internal.h * configs/amber/src/amber.h
* *
* Copyright (C) 2011 Gregory Nutt. All rights reserved. * Copyright (C) 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>
@@ -33,8 +33,8 @@
* *
****************************************************************************/ ****************************************************************************/
#ifndef __CONFIGS_AMBER_SRC_AMBER_INTERNAL_H #ifndef __CONFIGS_AMBER_SRC_AMBER_H
#define __CONFIGS_AMBER_SRC_AMBER_INTERNAL_H #define __CONFIGS_AMBER_SRC_AMBER_H
/**************************************************************************** /****************************************************************************
* Included Files * Included Files
@@ -99,4 +99,4 @@ void atmega_led_initialize(void);
#endif #endif
#endif /* __ASSEMBLY__ */ #endif /* __ASSEMBLY__ */
#endif /* __CONFIGS_AMBER_SRC_AMBER_INTERNAL_H */ #endif /* __CONFIGS_AMBER_SRC_AMBER_H */
+1 -1
View File
@@ -47,7 +47,7 @@
#include "up_internal.h" #include "up_internal.h"
#include "atmega_internal.h" #include "atmega_internal.h"
#include "amber_internal.h" #include "amber.h"
/************************************************************************************ /************************************************************************************
* Pre-processor Definitions * Pre-processor Definitions
@@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* configs/arduino-mega2560/src/arduino-mega2560-internal.h * configs/arduino-mega2560/src/arduino-mega2560.h
* *
* Copyright (C) 2011 Gregory Nutt. All rights reserved. * Copyright (C) 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>
+1 -1
View File
@@ -48,7 +48,7 @@
#include "up_internal.h" #include "up_internal.h"
#include "at32uc3_internal.h" #include "at32uc3_internal.h"
#include "avr32dev1_internal.h" #include "avr32dev1.h"
/************************************************************************************ /************************************************************************************
* Pre-processor Definitions * Pre-processor Definitions
+1 -1
View File
@@ -51,7 +51,7 @@
#include <arch/board/board.h> #include <arch/board/board.h>
#include "at32uc3_internal.h" #include "at32uc3_internal.h"
#include "avr32dev1_internal.h" #include "avr32dev1.h"
#ifdef CONFIG_ARCH_BUTTONS #ifdef CONFIG_ARCH_BUTTONS
+1 -1
View File
@@ -42,7 +42,7 @@
#include <nuttx/board.h> #include <nuttx/board.h>
#include "at32uc3_internal.h" #include "at32uc3_internal.h"
#include "avr32dev1_internal.h" #include "avr32dev1.h"
#ifdef CONFIG_ARCH_LEDS #ifdef CONFIG_ARCH_LEDS
@@ -1,5 +1,5 @@
/************************************************************************************ /************************************************************************************
* configs/avr32dev1/src/avr32dev1_internal.h * configs/avr32dev1/src/avr32dev1.h
* *
* Copyright (C) 2010 Gregory Nutt. All rights reserved. * Copyright (C) 2010 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>
@@ -33,8 +33,8 @@
* *
************************************************************************************/ ************************************************************************************/
#ifndef _CONFIGS_AVR32DEV1_SRC_AVR32DEV1_INTERNAL_H #ifndef _CONFIGS_AVR32DEV1_SRC_AVR32DEV1_H
#define _CONFIGS_AVR32DEV1_SRC_AVR32DEV1_INTERNAL_H #define _CONFIGS_AVR32DEV1_SRC_AVR32DEV1_H
/************************************************************************************ /************************************************************************************
* Included Files * Included Files
@@ -111,4 +111,4 @@
************************************************************************************/ ************************************************************************************/
#endif /* __ASSEMBLY__ */ #endif /* __ASSEMBLY__ */
#endif /* _CONFIGS_AVR32DEV1_SRC_AVR32DEV1_INTERNAL_H */ #endif /* _CONFIGS_AVR32DEV1_SRC_AVR32DEV1_H */
@@ -1,6 +1,6 @@
/**************************************************************************************************** /****************************************************************************************************
* configs/cloudctrl/src/cloudctrl-internal.h * configs/cloudctrl/src/cloudctrl.h
* arch/arm/src/board/cloudctrl-internal.n * arch/arm/src/board/cloudctrl.n
* *
* Copyright (C) 2012 Gregory Nutt. All rights reserved. * Copyright (C) 2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>
@@ -35,8 +35,8 @@
* *
****************************************************************************************************/ ****************************************************************************************************/
#ifndef __CONFIGS_CLOUDCTRLL_SRC_CLOUDCTRL_INTERNAL_H #ifndef __CONFIGS_CLOUDCTRLL_SRC_CLOUDCTRL_H
#define __CONFIGS_CLOUDCTRLL_SRC_CLOUDCTRL_INTERNAL_H #define __CONFIGS_CLOUDCTRLL_SRC_CLOUDCTRL_H
/**************************************************************************************************** /****************************************************************************************************
* Included Files * Included Files
@@ -279,4 +279,4 @@ int stm32_w25initialize(int minor);
#endif #endif
#endif /* __ASSEMBLY__ */ #endif /* __ASSEMBLY__ */
#endif /* __CONFIGS_CLOUDCTRLL_SRC_CLOUDCTRL_INTERNAL_H */ #endif /* __CONFIGS_CLOUDCTRLL_SRC_CLOUDCTRL_H */
+1 -1
View File
@@ -51,7 +51,7 @@
#include "up_arch.h" #include "up_arch.h"
#include "stm32_pwm.h" #include "stm32_pwm.h"
#include "cloudctrl-internal.h" #include "cloudctrl.h"
#ifdef CONFIG_ADC #ifdef CONFIG_ADC
+1 -1
View File
@@ -52,7 +52,7 @@
#include "up_arch.h" #include "up_arch.h"
#include "up_internal.h" #include "up_internal.h"
#include "stm32.h" #include "stm32.h"
#include "cloudctrl-internal.h" #include "cloudctrl.h"
/**************************************************************************** /****************************************************************************
* Pre-processor Definitions * Pre-processor Definitions
+1 -1
View File
@@ -46,7 +46,7 @@
#include <arch/board/board.h> #include <arch/board/board.h>
#include "up_arch.h" #include "up_arch.h"
#include "cloudctrl-internal.h" #include "cloudctrl.h"
/************************************************************************************ /************************************************************************************
* Pre-processor Definitions * Pre-processor Definitions
+1 -1
View File
@@ -46,7 +46,7 @@
#include <nuttx/board.h> #include <nuttx/board.h>
#include <arch/board/board.h> #include <arch/board/board.h>
#include "cloudctrl-internal.h" #include "cloudctrl.h"
#ifdef CONFIG_ARCH_BUTTONS #ifdef CONFIG_ARCH_BUTTONS
+1 -1
View File
@@ -48,7 +48,7 @@
#include <nuttx/board.h> #include <nuttx/board.h>
#include "stm32.h" #include "stm32.h"
#include "cloudctrl-internal.h" #include "cloudctrl.h"
/**************************************************************************** /****************************************************************************
* Pre-processor Definitions * Pre-processor Definitions
+1 -1
View File
@@ -43,7 +43,7 @@
#include "stm32_gpio.h" #include "stm32_gpio.h"
#include "stm32_eth.h" #include "stm32_eth.h"
#include "cloudctrl-internal.h" #include "cloudctrl.h"
/************************************************************************************ /************************************************************************************
* Pre-processor Definitions * Pre-processor Definitions
+1 -1
View File
@@ -47,7 +47,7 @@
#include <nuttx/arch.h> #include <nuttx/arch.h>
#include <arch/board/board.h> #include <arch/board/board.h>
#include "cloudctrl-internal.h" #include "cloudctrl.h"
#ifdef CONFIG_ARCH_RELAYS #ifdef CONFIG_ARCH_RELAYS
+1 -1
View File
@@ -50,7 +50,7 @@
#include "up_arch.h" #include "up_arch.h"
#include "chip.h" #include "chip.h"
#include "stm32.h" #include "stm32.h"
#include "cloudctrl-internal.h" #include "cloudctrl.h"
#if defined(CONFIG_STM32_SPI1) || defined(CONFIG_STM32_SPI3) #if defined(CONFIG_STM32_SPI1) || defined(CONFIG_STM32_SPI3)
+1 -1
View File
@@ -55,7 +55,7 @@
#include "up_arch.h" #include "up_arch.h"
#include "stm32.h" #include "stm32.h"
#include "stm32_otgfs.h" #include "stm32_otgfs.h"
#include "cloudctrl-internal.h" #include "cloudctrl.h"
#ifdef CONFIG_STM32_OTGFS #ifdef CONFIG_STM32_OTGFS
+1 -1
View File
@@ -50,7 +50,7 @@
#include "up_arch.h" #include "up_arch.h"
#include "up_internal.h" #include "up_internal.h"
#include "stm32.h" #include "stm32.h"
#include "cloudctrl-internal.h" #include "cloudctrl.h"
#ifndef CONFIG_ARCH_LEDS #ifndef CONFIG_ARCH_LEDS
+1 -1
View File
@@ -53,7 +53,7 @@
# include <nuttx/fs/nxffs.h> # include <nuttx/fs/nxffs.h>
#endif #endif
#include "cloudctrl-internal.h" #include "cloudctrl.h"
/**************************************************************************** /****************************************************************************
* Pre-processor Definitions * Pre-processor Definitions
@@ -1,5 +1,5 @@
/************************************************************************************ /************************************************************************************
* configs/ea3131/src/ea3131_internal.h * configs/ea3131/src/ea3131.h
* *
* Copyright (C) 2009-2010,2012 Gregory Nutt. All rights reserved. * Copyright (C) 2009-2010,2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>
@@ -33,8 +33,8 @@
* *
************************************************************************************/ ************************************************************************************/
#ifndef __CONFIGS_EA3131_SRC_EA3131_INTERNAL_H #ifndef __CONFIGS_EA3131_SRC_EA3131_H
#define __CONFIGS_EA3131_SRC_EA3131_INTERNAL_H #define __CONFIGS_EA3131_SRC_EA3131_H
/************************************************************************************ /************************************************************************************
* Included Files * Included Files
@@ -151,4 +151,4 @@ void weak_function lpc31_pginitialize(void);
#endif #endif
#endif /* __ASSEMBLY__ */ #endif /* __ASSEMBLY__ */
#endif /* __CONFIGS_EA3131_SRC_EA3131_INTERNAL_H */ #endif /* __CONFIGS_EA3131_SRC_EA3131_H */
+1 -1
View File
@@ -47,7 +47,7 @@
#include "up_arch.h" #include "up_arch.h"
#include "up_internal.h" #include "up_internal.h"
#include "lpc31_internal.h" #include "lpc31_internal.h"
#include "ea3131_internal.h" #include "ea3131.h"
/************************************************************************************ /************************************************************************************
* Pre-processor Definitions * Pre-processor Definitions
+1 -1
View File
@@ -45,7 +45,7 @@
#include <nuttx/board.h> #include <nuttx/board.h>
#include <arch/board/board.h> #include <arch/board/board.h>
#include "ea3131_internal.h" #include "ea3131.h"
#ifdef CONFIG_ARCH_BUTTONS #ifdef CONFIG_ARCH_BUTTONS
+1 -1
View File
@@ -56,7 +56,7 @@
#include "lpc31_syscreg.h" #include "lpc31_syscreg.h"
#include "lpc31_cgudrvr.h" #include "lpc31_cgudrvr.h"
#include "lpc31_mpmc.h" #include "lpc31_mpmc.h"
#include "ea3131_internal.h" #include "ea3131.h"
#ifdef CONFIG_LPC31_EXTDRAM #ifdef CONFIG_LPC31_EXTDRAM
+1 -1
View File
@@ -49,7 +49,7 @@
#include "up_arch.h" #include "up_arch.h"
#include "chip.h" #include "chip.h"
#include "lpc31_internal.h" #include "lpc31_internal.h"
#include "ea3131_internal.h" #include "ea3131.h"
#ifdef CONFIG_LPC31_SPI #ifdef CONFIG_LPC31_SPI
#if 0 /* At present, EA3131 specific logic is hard-coded in the file lpc31_spi.c #if 0 /* At present, EA3131 specific logic is hard-coded in the file lpc31_spi.c
+1 -1
View File
@@ -54,7 +54,7 @@
#include "up_arch.h" #include "up_arch.h"
#include "lpc31_internal.h" #include "lpc31_internal.h"
#include "ea3131_internal.h" #include "ea3131.h"
#if defined(CONFIG_LPC31_USBOTG) || defined(CONFIG_USBHOST) #if defined(CONFIG_LPC31_USBOTG) || defined(CONFIG_USBHOST)
@@ -1,5 +1,5 @@
/************************************************************************************ /************************************************************************************
* configs/ea3152/src/ea3152_internal.h * configs/ea3152/src/ea3152.h
* *
* Copyright (C) 2011 Gregory Nutt. All rights reserved. * Copyright (C) 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>
@@ -33,8 +33,8 @@
* *
************************************************************************************/ ************************************************************************************/
#ifndef __CONFIGS_EA3152_SRC_EA3152_INTERNAL_H #ifndef __CONFIGS_EA3152_SRC_EA3152_H
#define __CONFIGS_EA3152_SRC_EA3152_INTERNAL_H #define __CONFIGS_EA3152_SRC_EA3152_H
/************************************************************************************ /************************************************************************************
* Included Files * Included Files
@@ -122,4 +122,4 @@ void weak_function lpc31_pginitialize(void);
#endif #endif
#endif /* __ASSEMBLY__ */ #endif /* __ASSEMBLY__ */
#endif /* __CONFIGS_EA3152_SRC_EA3152_INTERNAL_H */ #endif /* __CONFIGS_EA3152_SRC_EA3152_H */
+1 -1
View File
@@ -47,7 +47,7 @@
#include "up_arch.h" #include "up_arch.h"
#include "up_internal.h" #include "up_internal.h"
#include "lpc31_internal.h" #include "lpc31_internal.h"
#include "ea3152_internal.h" #include "ea3152.h"
/************************************************************************************ /************************************************************************************
* Pre-processor Definitions * Pre-processor Definitions
+1 -1
View File
@@ -45,7 +45,7 @@
#include <nuttx/board.h> #include <nuttx/board.h>
#include <arch/board/board.h> #include <arch/board/board.h>
#include "ea3152_internal.h" #include "ea3152.h"
#ifdef CONFIG_ARCH_BUTTONS #ifdef CONFIG_ARCH_BUTTONS
+1 -1
View File
@@ -56,7 +56,7 @@
#include "lpc31_syscreg.h" #include "lpc31_syscreg.h"
#include "lpc31_cgudrvr.h" #include "lpc31_cgudrvr.h"
#include "lpc31_mpmc.h" #include "lpc31_mpmc.h"
#include "ea3152_internal.h" #include "ea3152.h"
#ifdef CONFIG_LPC31_EXTDRAM #ifdef CONFIG_LPC31_EXTDRAM
+1 -1
View File
@@ -49,7 +49,7 @@
#include "up_arch.h" #include "up_arch.h"
#include "chip.h" #include "chip.h"
#include "lpc31_internal.h" #include "lpc31_internal.h"
#include "ea3152_internal.h" #include "ea3152.h"
#ifdef CONFIG_LPC31_SPI #ifdef CONFIG_LPC31_SPI
#if 0 /* At present, EA3152 specific logic is hard-coded in the file lpc31_spi.c #if 0 /* At present, EA3152 specific logic is hard-coded in the file lpc31_spi.c
@@ -1,5 +1,5 @@
/************************************************************************************ /************************************************************************************
* configs/eagle100/src/eagle100_internal.h * configs/eagle100/src/eagle100.h
* *
* Copyright (C) 2009-2010 Gregory Nutt. All rights reserved. * Copyright (C) 2009-2010 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>
@@ -33,8 +33,8 @@
* *
************************************************************************************/ ************************************************************************************/
#ifndef __CONFIGS_EAGLE100_SRC_EAGLE100_INTERNAL_H #ifndef __CONFIGS_EAGLE100_SRC_EAGLE100_H
#define __CONFIGS_EAGLE100_SRC_EAGLE100_INTERNAL_H #define __CONFIGS_EAGLE100_SRC_EAGLE100_H
/************************************************************************************ /************************************************************************************
* Included Files * Included Files
@@ -87,5 +87,5 @@
void weak_function lm_ssiinitialize(void); void weak_function lm_ssiinitialize(void);
#endif /* __ASSEMBLY__ */ #endif /* __ASSEMBLY__ */
#endif /* __CONFIGS_EAGLE100_SRC_EAGLE100_INTERNAL_H */ #endif /* __CONFIGS_EAGLE100_SRC_EAGLE100_H */
+1 -1
View File
@@ -45,7 +45,7 @@
#include <arch/board/board.h> #include <arch/board/board.h>
#include "up_arch.h" #include "up_arch.h"
#include "eagle100_internal.h" #include "eagle100.h"
/************************************************************************************ /************************************************************************************
* Pre-processor Definitions * Pre-processor Definitions
+1 -1
View File
@@ -49,7 +49,7 @@
#include "up_arch.h" #include "up_arch.h"
#include "up_internal.h" #include "up_internal.h"
#include "tiva_gpio.h" #include "tiva_gpio.h"
#include "eagle100_internal.h" #include "eagle100.h"
/**************************************************************************** /****************************************************************************
* Pre-processor Definitions * Pre-processor Definitions
+1 -1
View File
@@ -49,7 +49,7 @@
#include "up_arch.h" #include "up_arch.h"
#include "chip.h" #include "chip.h"
#include "tiva_gpio.h" #include "tiva_gpio.h"
#include "eagle100_internal.h" #include "eagle100.h"
/* The Eagle100 microSD CS is on SSI0 */ /* The Eagle100 microSD CS is on SSI0 */
@@ -1,5 +1,5 @@
/************************************************************************************ /************************************************************************************
* configs/ekk-lm3s9b96/src/ekklm3s9b96_internal.h * configs/ekk-lm3s9b96/src/ekk-lm3s9b96.h
* *
* Copyright (C) 2012 Gregory Nutt. All rights reserved. * Copyright (C) 2012 Gregory Nutt. All rights reserved.
* Authors: Gregory Nutt <gnutt@nuttx.org> * Authors: Gregory Nutt <gnutt@nuttx.org>
@@ -34,8 +34,8 @@
* *
************************************************************************************/ ************************************************************************************/
#ifndef __CONFIGS_EKK_LM3S9B96_SRC_EKKLM3S9B96_INTERNAL_H #ifndef __CONFIGS_EKK_LM3S9B96_SRC_EKKLM3S9B96_H
#define __CONFIGS_EKK_LM3S9B96_SRC_EKKLM3S9B96_INTERNAL_H #define __CONFIGS_EKK_LM3S9B96_SRC_EKKLM3S9B96_H
/************************************************************************************ /************************************************************************************
* Included Files * Included Files
@@ -108,5 +108,5 @@
extern void weak_function lm_ssiinitialize(void); extern void weak_function lm_ssiinitialize(void);
#endif /* __ASSEMBLY__ */ #endif /* __ASSEMBLY__ */
#endif /* __CONFIGS_EKK_LM3S9B96_SRC_EKKLM3S9B96_INTERNAL_H */ #endif /* __CONFIGS_EKK_LM3S9B96_SRC_EKKLM3S9B96_H */
+1 -1
View File
@@ -47,7 +47,7 @@
#include "up_arch.h" #include "up_arch.h"
#include "up_internal.h" #include "up_internal.h"
#include "ekklm3s9b96_internal.h" #include "ekk-lm3s9b96.h"
/************************************************************************************ /************************************************************************************
* Pre-processor Definitions * Pre-processor Definitions
+1 -1
View File
@@ -50,7 +50,7 @@
#include "up_arch.h" #include "up_arch.h"
#include "up_internal.h" #include "up_internal.h"
#include "tiva_gpio.h" #include "tiva_gpio.h"
#include "ekklm3s9b96_internal.h" #include "ekk-lm3s9b96.h"
/**************************************************************************** /****************************************************************************
* Pre-processor Definitions * Pre-processor Definitions
+1 -1
View File
@@ -50,7 +50,7 @@
#include "up_arch.h" #include "up_arch.h"
#include "chip.h" #include "chip.h"
#include "tiva_gpio.h" #include "tiva_gpio.h"
#include "ekklm3s9b96_internal.h" #include "ekk-lm3s9b96.h"
#if defined(CONFIG_TIVA_SSI0) || defined(CONFIG_TIVA_SSI1) #if defined(CONFIG_TIVA_SSI0) || defined(CONFIG_TIVA_SSI1)
@@ -1,6 +1,6 @@
/************************************************************************************ /************************************************************************************
* configs/fire-stm32v2/src/fire-internal.h * configs/fire-stm32v2/src/fire-stm32v2.h
* arch/arm/src/board/fire-internal.n * arch/arm/src/board/fire-stm32v2.n
* *
* 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>
@@ -34,8 +34,8 @@
* *
************************************************************************************/ ************************************************************************************/
#ifndef __CONFIGS_FIRE_STM32V2_SRC_FIRE_INTERNAL_H #ifndef __CONFIGS_FIRE_STM32V2_SRC_FIRE_H
#define __CONFIGS_FIRE_STM32V2_SRC_FIRE_INTERNAL_H #define __CONFIGS_FIRE_STM32V2_SRC_FIRE_H
/************************************************************************************ /************************************************************************************
* Included Files * Included Files
@@ -328,5 +328,5 @@ int stm32_w25initialize(int minor);
#endif #endif
#endif /* __ASSEMBLY__ */ #endif /* __ASSEMBLY__ */
#endif /* __CONFIGS_FIRE_STM32V2_SRC_FIRE_INTERNAL_H */ #endif /* __CONFIGS_FIRE_STM32V2_SRC_FIRE_H */
+1 -1
View File
@@ -51,7 +51,7 @@
#include "up_arch.h" #include "up_arch.h"
#include "up_internal.h" #include "up_internal.h"
#include "stm32.h" #include "stm32.h"
#include "fire-internal.h" #include "fire-stm32v2.h"
/**************************************************************************** /****************************************************************************
* Pre-processor Definitions * Pre-processor Definitions
+1 -1
View File
@@ -45,7 +45,7 @@
#include <arch/board/board.h> #include <arch/board/board.h>
#include "up_arch.h" #include "up_arch.h"
#include "fire-internal.h" #include "fire-stm32v2.h"
/************************************************************************************ /************************************************************************************
* Pre-processor Definitions * Pre-processor Definitions
+1 -1
View File
@@ -45,7 +45,7 @@
#include <nuttx/board.h> #include <nuttx/board.h>
#include <arch/board/board.h> #include <arch/board/board.h>
#include "fire-internal.h" #include "fire-stm32v2.h"
#ifdef CONFIG_ARCH_BUTTONS #ifdef CONFIG_ARCH_BUTTONS
+1 -1
View File
@@ -43,7 +43,7 @@
#include <stdio.h> #include <stdio.h>
#include "fire-internal.h" #include "fire-stm32v2.h"
/**************************************************************************** /****************************************************************************
* Pre-processor Definitions * Pre-processor Definitions
+1 -1
View File
@@ -63,7 +63,7 @@
#include "chip.h" #include "chip.h"
#include "up_arch.h" #include "up_arch.h"
#include "up_internal.h" #include "up_internal.h"
#include "fire-internal.h" #include "fire-stm32v2.h"
#ifdef CONFIG_ENC28J60 #ifdef CONFIG_ENC28J60
+1 -1
View File
@@ -47,7 +47,7 @@
#include <nuttx/mmcsd.h> #include <nuttx/mmcsd.h>
#include "stm32_sdio.h" #include "stm32_sdio.h"
#include "fire-internal.h" #include "fire-stm32v2.h"
/**************************************************************************** /****************************************************************************
* Pre-processor Definitions * Pre-processor Definitions
+1 -1
View File
@@ -47,7 +47,7 @@
#include <nuttx/board.h> #include <nuttx/board.h>
#include "stm32.h" #include "stm32.h"
#include "fire-internal.h" #include "fire-stm32v2.h"
/**************************************************************************** /****************************************************************************
* Pre-processor Definitions * Pre-processor Definitions
+1 -1
View File
@@ -51,7 +51,7 @@
#include "stm32_fsmc.h" #include "stm32_fsmc.h"
#include "stm32_gpio.h" #include "stm32_gpio.h"
#include "stm32.h" #include "stm32.h"
#include "fire-internal.h" #include "fire-stm32v2.h"
#ifdef CONFIG_STM32_FSMC #ifdef CONFIG_STM32_FSMC
+1 -1
View File
@@ -49,7 +49,7 @@
#include "up_arch.h" #include "up_arch.h"
#include "chip.h" #include "chip.h"
#include "stm32.h" #include "stm32.h"
#include "fire-internal.h" #include "fire-stm32v2.h"
#if defined(CONFIG_STM32_SPI1) || defined(CONFIG_STM32_SPI2) #if defined(CONFIG_STM32_SPI1) || defined(CONFIG_STM32_SPI2)
+1 -1
View File
@@ -49,7 +49,7 @@
#include "up_arch.h" #include "up_arch.h"
#include "stm32.h" #include "stm32.h"
#include "fire-internal.h" #include "fire-stm32v2.h"
/************************************************************************************ /************************************************************************************
* Pre-processor Definitions * Pre-processor Definitions
+1 -1
View File
@@ -49,7 +49,7 @@
#include "up_arch.h" #include "up_arch.h"
#include "up_internal.h" #include "up_internal.h"
#include "stm32.h" #include "stm32.h"
#include "fire-internal.h" #include "fire-stm32v2.h"
#ifndef CONFIG_ARCH_LEDS #ifndef CONFIG_ARCH_LEDS

Some files were not shown because too many files have changed in this diff Show More