mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-06 14:37:27 -06:00
✨ HAL for HC32F460 (#26414)
This commit is contained in:
parent
8a110b80bf
commit
86338ca835
43 changed files with 3061 additions and 4 deletions
15
buildroot/tests/HC32F460C_aquila_101
Executable file
15
buildroot/tests/HC32F460C_aquila_101
Executable file
|
@ -0,0 +1,15 @@
|
|||
#!/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
|
||||
exec_test $1 $2 "Default Configuration with Fallback SD EEPROM" "$3"
|
||||
|
||||
# cleanup
|
||||
restore_configs
|
Loading…
Add table
Add a link
Reference in a new issue