stm32: Add initial support for stm32h7

Signed-off-by: Konstantin Vogel <konstantin.vogel@gmx.net>
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
D4SK 2021-05-30 01:19:39 +01:00 committed by Kevin O'Connor
parent 28b3c9e88c
commit 0a55489e2c
7 changed files with 583 additions and 2 deletions

View file

@ -12,6 +12,8 @@
#include "stm32f2xx.h"
#elif CONFIG_MACH_STM32F4
#include "stm32f4xx.h"
#elif CONFIG_MACH_STM32H7
#include "stm32h7xx.h"
#endif
extern GPIO_TypeDef * const digital_regs[];