STM32F3-Discvoery: Rename stm32f3discovery-internal.h to just stm32f3discovery.h

This commit is contained in:
Gregory Nutt 2015-12-29 15:09:04 -06:00
parent 9bde162fd6
commit a64ebf212d
10 changed files with 14 additions and 14 deletions

View File

@ -48,7 +48,7 @@
#include "chip.h" #include "chip.h"
#include "stm32.h" #include "stm32.h"
#include "stm32f3discovery-internal.h" #include "stm32f3discovery.h"
#ifdef CONFIG_ARCH_LEDS #ifdef CONFIG_ARCH_LEDS

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 "stm32f3discovery-internal.h" #include "stm32f3discovery.h"
/************************************************************************************ /************************************************************************************
* Pre-processor Definitions * Pre-processor Definitions

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 "stm32f3discovery-internal.h" #include "stm32f3discovery.h"
#ifdef CONFIG_ARCH_BUTTONS #ifdef CONFIG_ARCH_BUTTONS

View File

@ -51,7 +51,7 @@
#endif #endif
#include "stm32.h" #include "stm32.h"
#include "stm32f3discovery-internal.h" #include "stm32f3discovery.h"
/**************************************************************************** /****************************************************************************
* Pre-processor Definitions * Pre-processor Definitions

View File

@ -50,7 +50,7 @@
#include "chip.h" #include "chip.h"
#include "up_arch.h" #include "up_arch.h"
#include "stm32_pwm.h" #include "stm32_pwm.h"
#include "stm32f3discovery-internal.h" #include "stm32f3discovery.h"
/************************************************************************************ /************************************************************************************
* Pre-processor Definitions * Pre-processor Definitions

View File

@ -48,7 +48,7 @@
#include "chip.h" #include "chip.h"
#include "up_arch.h" #include "up_arch.h"
#include "stm32_qencoder.h" #include "stm32_qencoder.h"
#include "stm32f3discovery-internal.h" #include "stm32f3discovery.h"
/************************************************************************************ /************************************************************************************
* Pre-processor Definitions * Pre-processor Definitions

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 "stm32f3discovery-internal.h" #include "stm32f3discovery.h"
#if defined(CONFIG_STM32_SPI1) || defined(CONFIG_STM32_SPI2) || defined(CONFIG_STM32_SPI3) #if defined(CONFIG_STM32_SPI1) || defined(CONFIG_STM32_SPI2) || defined(CONFIG_STM32_SPI3)

View File

@ -51,7 +51,7 @@
#include "up_arch.h" #include "up_arch.h"
#include "stm32.h" #include "stm32.h"
#include "stm32f3discovery-internal.h" #include "stm32f3discovery.h"
#ifdef CONFIG_STM32_USB #ifdef CONFIG_STM32_USB

View File

@ -47,7 +47,7 @@
#include "chip.h" #include "chip.h"
#include "stm32.h" #include "stm32.h"
#include "stm32f3discovery-internal.h" #include "stm32f3discovery.h"
#ifndef CONFIG_ARCH_LEDS #ifndef CONFIG_ARCH_LEDS

View File

@ -1,6 +1,6 @@
/**************************************************************************************************** /****************************************************************************************************
* configs/stm32f3discovery/src/stm32f3discovery-internal.h * configs/stm32f3discovery/src/stm32f3discovery.h
* arch/arm/src/board/stm32f3discovery-internal.n * arch/arm/src/board/stm32f3discovery.n
* *
* Copyright (C) 2013 Gregory Nutt. All rights reserved. * Copyright (C) 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>
@ -34,8 +34,8 @@
* *
****************************************************************************************************/ ****************************************************************************************************/
#ifndef __CONFIGS_STM32F3DISCOVERY_SRC_STM32F3DISCOVERY_INTERNAL_H #ifndef __CONFIGS_STM32F3DISCOVERY_SRC_STM32F3DISCOVERY_H
#define __CONFIGS_STM32F3DISCOVERY_SRC_STM32F3DISCOVERY_INTERNAL_H #define __CONFIGS_STM32F3DISCOVERY_SRC_STM32F3DISCOVERY_H
/**************************************************************************************************** /****************************************************************************************************
* Included Files * Included Files
@ -163,5 +163,5 @@ void weak_function stm32_usbinitialize(void);
#endif #endif
#endif /* __ASSEMBLY__ */ #endif /* __ASSEMBLY__ */
#endif /* __CONFIGS_STM32F3DISCOVERY_SRC_STM32F3DISCOVERY_INTERNAL_H */ #endif /* __CONFIGS_STM32F3DISCOVERY_SRC_STM32F3DISCOVERY_H */