User board-specific terms in error messages #3886
making board with pinout go first to facilitate my local manual testing
This commit is contained in:
parent
cb35a832a7
commit
5aff59cce2
|
@ -14,7 +14,6 @@ mkdir build
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
for BOARD in \
|
for BOARD in \
|
||||||
"f429-discovery f429-discovery" \
|
|
||||||
"hellen/alphax-2chan alphax-2chan" \
|
"hellen/alphax-2chan alphax-2chan" \
|
||||||
"hellen/alphax-4chan alphax-4chan" \
|
"hellen/alphax-4chan alphax-4chan" \
|
||||||
"hellen/hellen128 hellen128 rusefi_hellen128mercedes.ini" \
|
"hellen/hellen128 hellen128 rusefi_hellen128mercedes.ini" \
|
||||||
|
@ -35,6 +34,7 @@ for BOARD in \
|
||||||
"proteus proteus_f7" \
|
"proteus proteus_f7" \
|
||||||
"proteus proteus_f4" \
|
"proteus proteus_f4" \
|
||||||
"proteus proteus_h7" \
|
"proteus proteus_h7" \
|
||||||
|
"f429-discovery f429-discovery" \
|
||||||
"atlas atlas"\
|
"atlas atlas"\
|
||||||
; do
|
; do
|
||||||
BOARD_NAME=$(echo "$BOARD" | cut -d " " -f 1)
|
BOARD_NAME=$(echo "$BOARD" | cut -d " " -f 1)
|
||||||
|
|
Loading…
Reference in New Issue