custom FW repos code generation process #5817

custom header names
This commit is contained in:
Andrey 2023-12-19 14:57:35 -05:00 committed by rusefillc
parent 8dff7d0342
commit 8217713535
3 changed files with 2 additions and 6912 deletions

File diff suppressed because it is too large Load Diff

View File

@ -58,8 +58,8 @@ java \
$COMMON_GEN_CONFIG \
-enumInputFile controllers/algo/rusefi_hw_stm32_enums.h \
-enumInputFile controllers/algo/rusefi_hw_adc_enums.h \
-c_defines controllers/generated/rusefi_generated.h \
-c_destination controllers/generated/engine_configuration_generated_structures.h
-c_defines controllers/generated/rusefi_generated_${SHORT_BOARDNAME}.h \
-c_destination controllers/generated/engine_configuration_generated_structures_${SHORT_BOARDNAME}.h
[ $? -eq 0 ] || { echo "ERROR generating TunerStudio config for ${BOARD_DIR}"; exit 1; }