mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-09 15:57:56 -06:00
stm32g4: implement build,usb,can,i2c,spi,serial,adc.
Signed-off-by: Matt Baker <baker.matt.j@gmail.com>
This commit is contained in:
parent
9ab367d813
commit
c5d56f4438
12 changed files with 320 additions and 20 deletions
|
@ -14,6 +14,8 @@
|
|||
#include "stm32f4xx.h"
|
||||
#elif CONFIG_MACH_STM32G0
|
||||
#include "stm32g0xx.h"
|
||||
#elif CONFIG_MACH_STM32G4
|
||||
#include "stm32g4xx.h"
|
||||
#elif CONFIG_MACH_STM32H7
|
||||
#include "stm32h7xx.h"
|
||||
#elif CONFIG_MACH_STM32L4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue