0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-08 10:42:30 +00:00
MarlinFirmware/buildroot/tests/HC32F460C_aquila_101

16 lines
329 B
Text
Raw Normal View History

2023-11-26 23:58:56 +00:00
#!/usr/bin/env bash
#
# Build tests for HC32F460C_aquila_101
#
# exit on first failure
set -e
restore_configs
opt_set MOTHERBOARD BOARD_AQUILA_V101 SERIAL_PORT 1
opt_enable EEPROM_SETTINGS SDSUPPORT EMERGENCY_PARSER PINS_DEBUGGING
2023-11-26 23:58:56 +00:00
exec_test $1 $2 "Default Configuration with Fallback SD EEPROM" "$3"
# cleanup
restore_configs