drivers/gpio: Add support on STM32H7 series

Add GPIO support on STM32H7.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2019-07-01 14:22:59 +02:00 committed by Anas Nashif
commit d185ec4cff
6 changed files with 252 additions and 1 deletions

View file

@ -28,6 +28,11 @@
#include <stm32h7xx_ll_exti.h>
#endif /* CONFIG_EXTI_STM32 */
#ifdef CONFIG_GPIO_STM32
#include <stm32h7xx_ll_gpio.h>
#include <stm32h7xx_ll_system.h>
#endif /* CONFIG_GPIO_STM32 */
#endif /* !_ASMLANGUAGE */
#endif /* _STM32F7_SOC_H7_ */