mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-01-03 13:30:40 -07:00
test: Add compile test builds for stm32g431, stm32h723, stm32l412
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
ac090d9d52
commit
41c7bb818f
3 changed files with 9 additions and 0 deletions
3
test/configs/stm32g431.cfg
Normal file
3
test/configs/stm32g431.cfg
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Base config file for STM32G431 ARM processor
|
||||
CONFIG_MACH_STM32=y
|
||||
CONFIG_MACH_STM32G431=y
|
||||
3
test/configs/stm32h723.cfg
Normal file
3
test/configs/stm32h723.cfg
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Base config file for STM32H723 ARM processor
|
||||
CONFIG_MACH_STM32=y
|
||||
CONFIG_MACH_STM32H723=y
|
||||
3
test/configs/stm32l412.cfg
Normal file
3
test/configs/stm32l412.cfg
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Base config file for STM32L412 ARM processor
|
||||
CONFIG_MACH_STM32=y
|
||||
CONFIG_MACH_STM32L412=y
|
||||
Loading…
Add table
Add a link
Reference in a new issue