HAL for HC32F460 (#26414)

This commit is contained in:
Chris 2023-11-27 00:58:56 +01:00 committed by GitHub
parent 8a110b80bf
commit 86338ca835
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
43 changed files with 3061 additions and 4 deletions

View 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