diff --git a/.github/workflows/build-firmware.yaml b/.github/workflows/build-firmware.yaml index d378bfeb14..2ad136024a 100644 --- a/.github/workflows/build-firmware.yaml +++ b/.github/workflows/build-firmware.yaml @@ -12,6 +12,9 @@ jobs: matrix: # What boards should we build for? In the 'include' section below, # set up what each of these boards needs to build. + # + # see also gen_config where we have a similar list for all boards! + # build-target: [hellen72, hellenNA6, cypress, frankenso_na6, kinetis, mre_f4, mre_f4_recovery, mre_f4_hardware_QC_special_build, mre_f7, prometheus_405, prometheus_469, proteus_f4, proteus_f4_hardware_QC_special_build, proteus_f7, proteus_h7, stm32f767_nucleo, stm32h743_nucleo, subaru_eg33_f7] include: diff --git a/firmware/gen_config.sh b/firmware/gen_config.sh index 1138322726..f239ff7cab 100755 --- a/firmware/gen_config.sh +++ b/firmware/gen_config.sh @@ -9,7 +9,10 @@ rm -f gen_config_board.log bash gen_config_default.sh [ $? -eq 0 ] || { echo "ERROR generating default"; exit 1; } -for BOARD in "hellen/hellen72 hellen72" "microrusefi mre_f7" "microrusefi mre_f4" "frankenso frankenso_na6" "prometheus prometheus_469" "prometheus prometheus_405" "proteus proteus_f7" "proteus proteus_f4"; do +# +# see also build-firmware where we compile all versions of firmware +# +for BOARD in "hellen/hellen72 hellen72" "hellen/hellen64_miataNA6_94 hellenNA6" "microrusefi mre_f7" "microrusefi mre_f4" "frankenso frankenso_na6" "prometheus prometheus_469" "prometheus prometheus_405" "proteus proteus_f7" "proteus proteus_f4"; do BOARD_NAME="${BOARD% *}" BOARD_SHORT_NAME="${BOARD#* }" bash gen_config_board.sh $BOARD_NAME $BOARD_SHORT_NAME diff --git a/firmware/tunerstudio/rusefi.input b/firmware/tunerstudio/rusefi.input index dfe464ec9e..0c7651649a 100644 --- a/firmware/tunerstudio/rusefi.input +++ b/firmware/tunerstudio/rusefi.input @@ -3598,4 +3598,4 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@\x00\x31\x00\x00" addTool = afrTableGenerator, "AFR Table Generator", afrTableTbl #endif -; poke +;