STM32F4 Discovery: Fix some errors do missing inclusion of stm32_gpio.h

This commit is contained in:
Gregory Nutt 2017-11-25 12:06:22 -06:00
parent 3657723208
commit 5c27c0dad4
7 changed files with 6 additions and 14 deletions

View File

@ -45,6 +45,8 @@
#include <arch/board/board.h> #include <arch/board/board.h>
#include "up_arch.h" #include "up_arch.h"
#include "stm32.h"
#include "stm32f4discovery.h" #include "stm32f4discovery.h"
/************************************************************************************ /************************************************************************************

View File

@ -46,6 +46,7 @@
#include <nuttx/board.h> #include <nuttx/board.h>
#include <arch/board/board.h> #include <arch/board/board.h>
#include "stm32.h"
#include "stm32f4discovery.h" #include "stm32f4discovery.h"
#ifdef CONFIG_ARCH_BUTTONS #ifdef CONFIG_ARCH_BUTTONS

View File

@ -48,8 +48,6 @@
#include "chip.h" #include "chip.h"
#include "up_arch.h" #include "up_arch.h"
#include "stm32_fsmc.h"
#include "stm32_gpio.h"
#include "stm32.h" #include "stm32.h"
#include "stm32f4discovery.h" #include "stm32f4discovery.h"

View File

@ -47,8 +47,6 @@
#include "stm32.h" #include "stm32.h"
#include "stm32f4discovery.h" #include "stm32f4discovery.h"
#include <stm32_gpio.h>
#include <nuttx/sensors/lis3dsh.h>
#if defined(CONFIG_STM32F4DISCO_LIS3DSH) && defined(CONFIG_LIS3DSH) #if defined(CONFIG_STM32F4DISCO_LIS3DSH) && defined(CONFIG_LIS3DSH)

View File

@ -50,6 +50,7 @@
#include "chip.h" #include "chip.h"
#include "up_arch.h" #include "up_arch.h"
#include "up_internal.h" #include "up_internal.h"
#include "stm32.h" #include "stm32.h"
#include "stm32f4discovery.h" #include "stm32f4discovery.h"

View File

@ -51,14 +51,6 @@
#ifdef CONFIG_SENSORS_ZEROCROSS #ifdef CONFIG_SENSORS_ZEROCROSS
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/
/****************************************************************************
* Private Types
****************************************************************************/
/**************************************************************************** /****************************************************************************
* Private Function Prototypes * Private Function Prototypes
****************************************************************************/ ****************************************************************************/

View File

@ -343,6 +343,6 @@ Configurations:
2017-11-25: Grrr... This configuration no longer works. Some serious bit 2017-11-25: Grrr... This configuration no longer works. Some serious bit
rot has set in. Now only random garbage appears on the OLED. Certainly rot has set in. Now only random garbage appears on the OLED. Certainly
a lot has changed since 2012, but I cannot see any change to either this a lot has changed since 2012, but I cannot see any change to either this
configuration, to the LCD driver or to the LPC2148 support that would configuration, to the LCD driver, or to the LPC2148 support that would
effect the operation of the LCD. affect the operation of the LCD.