mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-10 00:07:54 -06:00
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:
parent
28b3c9e88c
commit
0a55489e2c
7 changed files with 583 additions and 2 deletions
|
@ -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[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue