mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-09 15:57:56 -06:00
stm32l4: add stm32l412 support with adc,i2c,spi,usb
Signed-off-by: Matt Baker <baker.matt.j@gmail.com>
This commit is contained in:
parent
57b0eb5d43
commit
d9c917b950
11 changed files with 313 additions and 33 deletions
|
@ -16,6 +16,8 @@
|
|||
#include "stm32g0xx.h"
|
||||
#elif CONFIG_MACH_STM32H7
|
||||
#include "stm32h7xx.h"
|
||||
#elif CONFIG_MACH_STM32L4
|
||||
#include "stm32l4xx.h"
|
||||
#endif
|
||||
|
||||
// gpio.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue