rusefi/firmware/gen_config_common.sh

15 lines
541 B
Bash
Raw Normal View History

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 \
-readfile DATALOG_SECTION console/binary/generated/data_logs.ini \
-ts_destination tunerstudio \
-firing_order controllers/algo/firing_order.h \
-triggerFolder ../unit_tests \
2022-01-04 22:02:50 -08:00
-with_c_defines false \
-initialize_to_zero false \
-definition integration/rusefi_config.txt"