mirror of https://github.com/Desuuuu/klipper.git
test: Add stm32g0 and generic-bigtreetech-skr-mini-e3-v3.0.cfg to test cases
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
a518cfb02f
commit
9f31a35e75
|
@ -0,0 +1,3 @@
|
||||||
|
# Base config file for STM32G0B1 ARM processor
|
||||||
|
CONFIG_MACH_STM32=y
|
||||||
|
CONFIG_MACH_STM32G0B1=y
|
|
@ -190,6 +190,10 @@ CONFIG ../../config/generic-fysetc-s6-v2.cfg
|
||||||
CONFIG ../../config/generic-fysetc-spider.cfg
|
CONFIG ../../config/generic-fysetc-spider.cfg
|
||||||
CONFIG ../../config/generic-mks-rumba32-v1.0.cfg
|
CONFIG ../../config/generic-mks-rumba32-v1.0.cfg
|
||||||
|
|
||||||
|
# Printers using the stm32g0b1
|
||||||
|
DICTIONARY stm32g0b1.dict
|
||||||
|
CONFIG ../../config/generic-bigtreetech-skr-mini-e3-v3.0.cfg
|
||||||
|
|
||||||
# Printers using the PRU
|
# Printers using the PRU
|
||||||
DICTIONARY pru.dict host=linuxprocess.dict
|
DICTIONARY pru.dict host=linuxprocess.dict
|
||||||
CONFIG ../../config/generic-cramps.cfg
|
CONFIG ../../config/generic-cramps.cfg
|
||||||
|
|
Loading…
Reference in New Issue