mirror of
https://github.com/apache/nuttx.git
synced 2026-08-17 18:28:25 +00:00
STM32F3-Discvoery: Rename stm32f3discovery-internal.h to just stm32f3discovery.h
This commit is contained in:
parent
9bde162fd6
commit
a64ebf212d
10 changed files with 14 additions and 14 deletions
|
|
@ -48,7 +48,7 @@
|
|||
|
||||
#include "chip.h"
|
||||
#include "stm32.h"
|
||||
#include "stm32f3discovery-internal.h"
|
||||
#include "stm32f3discovery.h"
|
||||
|
||||
#ifdef CONFIG_ARCH_LEDS
|
||||
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@
|
|||
#include <arch/board/board.h>
|
||||
|
||||
#include "up_arch.h"
|
||||
#include "stm32f3discovery-internal.h"
|
||||
#include "stm32f3discovery.h"
|
||||
|
||||
/************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@
|
|||
#include <nuttx/board.h>
|
||||
#include <arch/board/board.h>
|
||||
|
||||
#include "stm32f3discovery-internal.h"
|
||||
#include "stm32f3discovery.h"
|
||||
|
||||
#ifdef CONFIG_ARCH_BUTTONS
|
||||
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
#endif
|
||||
|
||||
#include "stm32.h"
|
||||
#include "stm32f3discovery-internal.h"
|
||||
#include "stm32f3discovery.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@
|
|||
#include "chip.h"
|
||||
#include "up_arch.h"
|
||||
#include "stm32_pwm.h"
|
||||
#include "stm32f3discovery-internal.h"
|
||||
#include "stm32f3discovery.h"
|
||||
|
||||
/************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@
|
|||
#include "chip.h"
|
||||
#include "up_arch.h"
|
||||
#include "stm32_qencoder.h"
|
||||
#include "stm32f3discovery-internal.h"
|
||||
#include "stm32f3discovery.h"
|
||||
|
||||
/************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@
|
|||
#include "up_arch.h"
|
||||
#include "chip.h"
|
||||
#include "stm32.h"
|
||||
#include "stm32f3discovery-internal.h"
|
||||
#include "stm32f3discovery.h"
|
||||
|
||||
#if defined(CONFIG_STM32_SPI1) || defined(CONFIG_STM32_SPI2) || defined(CONFIG_STM32_SPI3)
|
||||
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
|
||||
#include "up_arch.h"
|
||||
#include "stm32.h"
|
||||
#include "stm32f3discovery-internal.h"
|
||||
#include "stm32f3discovery.h"
|
||||
|
||||
#ifdef CONFIG_STM32_USB
|
||||
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@
|
|||
|
||||
#include "chip.h"
|
||||
#include "stm32.h"
|
||||
#include "stm32f3discovery-internal.h"
|
||||
#include "stm32f3discovery.h"
|
||||
|
||||
#ifndef CONFIG_ARCH_LEDS
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/****************************************************************************************************
|
||||
* configs/stm32f3discovery/src/stm32f3discovery-internal.h
|
||||
* arch/arm/src/board/stm32f3discovery-internal.n
|
||||
* configs/stm32f3discovery/src/stm32f3discovery.h
|
||||
* arch/arm/src/board/stm32f3discovery.n
|
||||
*
|
||||
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
|
|
@ -34,8 +34,8 @@
|
|||
*
|
||||
****************************************************************************************************/
|
||||
|
||||
#ifndef __CONFIGS_STM32F3DISCOVERY_SRC_STM32F3DISCOVERY_INTERNAL_H
|
||||
#define __CONFIGS_STM32F3DISCOVERY_SRC_STM32F3DISCOVERY_INTERNAL_H
|
||||
#ifndef __CONFIGS_STM32F3DISCOVERY_SRC_STM32F3DISCOVERY_H
|
||||
#define __CONFIGS_STM32F3DISCOVERY_SRC_STM32F3DISCOVERY_H
|
||||
|
||||
/****************************************************************************************************
|
||||
* Included Files
|
||||
|
|
@ -163,5 +163,5 @@ void weak_function stm32_usbinitialize(void);
|
|||
#endif
|
||||
|
||||
#endif /* __ASSEMBLY__ */
|
||||
#endif /* __CONFIGS_STM32F3DISCOVERY_SRC_STM32F3DISCOVERY_INTERNAL_H */
|
||||
#endif /* __CONFIGS_STM32F3DISCOVERY_SRC_STM32F3DISCOVERY_H */
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue