mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-10 00:07:54 -06:00
stm32: Initial support for stm32f070
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
7e090a996a
commit
2c535106ee
9 changed files with 390 additions and 21 deletions
|
@ -4,9 +4,11 @@
|
|||
|
||||
#include "autoconf.h" // CONFIG_MACH_STM32F1
|
||||
|
||||
#if CONFIG_MACH_STM32F1
|
||||
#if CONFIG_MACH_STM32F0
|
||||
#include "stm32f0xx.h"
|
||||
#elif CONFIG_MACH_STM32F1
|
||||
#include "stm32f1xx.h"
|
||||
#else
|
||||
#elif CONFIG_MACH_STM32F4
|
||||
#include "stm32f4xx.h"
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue