mirror of
https://github.com/andreili/klipper.git
synced 2025-08-23 19:34:06 +02: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
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…
x
Reference in New Issue
Block a user