[U-Boot] [PATCH v2 04/22] stm32f429-discovery: config: enable status leds
Benjamin Tietz
uboot at dresden.micronet24.de
Mon Jun 20 20:26:20 CEST 2016
From: Benjamin Tietz <benjamin at 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
More information about the U-Boot
mailing list