Fix Fysetc S6 FLASH_PAGE_SIZE and test build (#16560)
parent
bfe4ceedd1
commit
fc773c2784
@ -0,0 +1,15 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
#
|
||||||
|
# Build tests for FYSETC_S6
|
||||||
|
#
|
||||||
|
|
||||||
|
# exit on first failure
|
||||||
|
set -e
|
||||||
|
|
||||||
|
# Build examples
|
||||||
|
restore_configs
|
||||||
|
use_example_configs FYSETC/S6
|
||||||
|
exec_test $1 $2 "FYSETC S6 Example"
|
||||||
|
|
||||||
|
# cleanup
|
||||||
|
restore_configs
|
Loading…
Reference in New Issue