
From: Benjamin Tietz benjamin@micronet24.de
This enables and adds configuration for status-leds on the STM32F429 discovery board. --- include/configs/stm32f429-discovery.h | 8 ++++++++ 1 file changed, 8 insertions(+)
diff --git a/include/configs/stm32f429-discovery.h b/include/configs/stm32f429-discovery.h index 8bbe580..9d275c0 100644 --- a/include/configs/stm32f429-discovery.h +++ b/include/configs/stm32f429-discovery.h @@ -45,6 +45,14 @@ #define CONFIG_BOARD_SPECIFIC_LED #define CONFIG_RED_LED 110 #define CONFIG_GREEN_LED 109 +#define CONFIG_GPIO_LED 1 +#define CONFIG_STATUS_LED +#define STATUS_LED_BIT CONFIG_RED_LED +#define STATUS_LED_STATE 0 +#define STATUS_LED_PERIOD 0 +#define STATUS_LED_BIT1 CONFIG_GREEN_LED +#define STATUS_LED_STATE1 0 +#define STATUS_LED_PERIOD1 0
#define CONFIG_STM32_GPIO #define CONFIG_STM32_FLASH