Mark is an ass but by far the most potent combination of knowledgeable ass, smart ass, get it done ass and determined ass. and his ass consistently puts in time.
This commit is contained in:
parent
6a924f14df
commit
71d6d230cf
|
@ -19,8 +19,9 @@ echo "Using COMMON_GEN_CONFIG [$COMMON_GEN_CONFIG]"
|
|||
|
||||
java \
|
||||
-DSystemOut.name=logs/gen_config_hellen_cypress \
|
||||
$COMMON_GEN_CONFIG \
|
||||
$COMMON_GEN_CONFIG_PREFIX \
|
||||
-tool hellen_cypress_gen_config.bat \
|
||||
$COMMON_GEN_CONFIG \
|
||||
-ts_output_name generated/rusefi_hellen_cypress.ini \
|
||||
-c_defines config/boards/hellen/cypress/config/controllers/algo/rusefi_generated.h \
|
||||
-c_destination config/boards/hellen/cypress/config/controllers/algo/engine_configuration_generated_structures.h \
|
||||
|
|
|
@ -19,8 +19,9 @@ echo "Using COMMON_GEN_CONFIG [$COMMON_GEN_CONFIG]"
|
|||
|
||||
java \
|
||||
-DSystemOut.name=logs/gen_config_kinetis \
|
||||
$COMMON_GEN_CONFIG \
|
||||
$COMMON_GEN_CONFIG_PREFIX \
|
||||
-tool kinetis_gen_config.bat \
|
||||
$COMMON_GEN_CONFIG \
|
||||
-ts_output_name generated/rusefi_kinetis.ini \
|
||||
-c_defines config/boards/kinetis/config/controllers/algo/rusefi_generated.h \
|
||||
-c_destination config/boards/kinetis/config/controllers/algo/engine_configuration_generated_structures.h \
|
||||
|
|
|
@ -19,8 +19,9 @@ echo "Using COMMON_GEN_CONFIG [$COMMON_GEN_CONFIG]"
|
|||
|
||||
java \
|
||||
-DSystemOut.name=logs/gen_config_subaru_eg33 \
|
||||
$COMMON_GEN_CONFIG_PREFIX \
|
||||
-tool ${BOARD_DIR}/config/gen_subaru_config.sh \
|
||||
$COMMON_GEN_CONFIG \
|
||||
-tool ${BOARD_DIR}/config/gen_config.sh \
|
||||
-ts_output_name generated/rusefi_${SHORT_BOARDNAME}.ini \
|
||||
-c_defines ${BOARD_DIR}/config/controllers/algo/rusefi_generated.h \
|
||||
-c_destination ${BOARD_DIR}/config/controllers/algo/engine_configuration_generated_structures.h \
|
||||
|
|
|
@ -43,7 +43,8 @@ echo "Using COMMON_GEN_CONFIG [$COMMON_GEN_CONFIG]"
|
|||
# work in progress: migrating to rusefi_${BUNDLE_NAME}.txt
|
||||
# in rare cases order of arguments is important - '-tool' should be specified before '-definition'
|
||||
java -DSystemOut.name=logs/gen_config_board \
|
||||
-tool gen_config.sh \
|
||||
$COMMON_GEN_CONFIG_PREFIX \
|
||||
-tool gen_config.sh \
|
||||
$COMMON_GEN_CONFIG \
|
||||
-romraider integration \
|
||||
-field_lookup_file controllers/lua/generated/value_lookup_generated.cpp \
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
|
||||
COMMON_GEN_CONFIG="-jar ../java_tools/ConfigDefinition.jar \
|
||||
COMMON_GEN_CONFIG_PREFIX="-jar ../java_tools/ConfigDefinition.jar"
|
||||
|
||||
COMMON_GEN_CONFIG="
|
||||
-enumInputFile controllers/algo/engine_types.h \
|
||||
-enumInputFile controllers/algo/rusefi_enums.h \
|
||||
-readfile OUTPUTS_SECTION console/binary/generated/output_channels.ini \
|
||||
|
|
Loading…
Reference in New Issue