test: Add support for testing klippy with multi-mcu configs

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2018-06-29 13:52:23 -04:00
parent 5922a1ea1b
commit cc6b416660
2 changed files with 30 additions and 11 deletions

View File

@@ -46,3 +46,14 @@ CONFIG ../../config/generic-radds.cfg
DICTIONARY lpc176x.dict
CONFIG ../../config/generic-re-arm.cfg
CONFIG ../../config/generic-smoothieboard.cfg
# Printers using the PRU
DICTIONARY pru.dict host=linuxprocess.dict
CONFIG ../../config/generic-cramps.cfg
CONFIG ../../config/generic-replicape.cfg
# Tests with multiple mcus
DICTIONARY atmega2560-16mhz.dict zboard=atmega2560-16mhz.dict auxboard=atmega2560-16mhz.dict
CONFIG ../../config/example-multi-mcu.cfg
DICTIONARY atmega2560-16mhz.dict z=atmega2560-16mhz.dict
CONFIG ../../config/kit-voron2-2018.cfg