parent
38e37a72b5
commit
dbcfa6f660
|
@ -1116,7 +1116,7 @@
|
|||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define TS_SIGNATURE "rusEFI master.2023.12.20.cypress.2195950183"
|
||||
#define TS_SIGNATURE "rusEFI custom-generated-name.2023.12.19.cypress.2195950183"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
|
@ -34,8 +34,8 @@ java \
|
|||
$COMMON_GEN_CONFIG_PREFIX \
|
||||
-tool hellen_cypress_gen_config.bat \
|
||||
$COMMON_GEN_CONFIG \
|
||||
-c_defines ${BOARD_DIR}/config/controllers/algo/rusefi_generated.h \
|
||||
-c_destination ${BOARD_DIR}/config/controllers/algo/engine_configuration_generated_structures.h \
|
||||
-c_defines ${BOARD_DIR}/config/controllers/algo/rusefi_generated_cypress.h \
|
||||
-c_destination ${BOARD_DIR}/config/controllers/algo/engine_configuration_generated_structures_cypress.h \
|
||||
-enumInputFile controllers/algo/rusefi_hw_enums.h
|
||||
|
||||
[ $? -eq 0 ] || { echo "ERROR generating TunerStudio config for ${BOARDNAME}"; exit 1; }
|
||||
|
|
|
@ -1116,7 +1116,7 @@
|
|||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define TS_SIGNATURE "rusEFI master.2023.12.20.kin.3224522185"
|
||||
#define TS_SIGNATURE "rusEFI custom-generated-name.2023.12.19.kin.3224522185"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
|
@ -34,8 +34,8 @@ java \
|
|||
$COMMON_GEN_CONFIG_PREFIX \
|
||||
-tool kinetis_gen_config.bat \
|
||||
$COMMON_GEN_CONFIG \
|
||||
-c_defines ${BOARD_DIR}/config/controllers/algo/rusefi_generated.h \
|
||||
-c_destination ${BOARD_DIR}/config/controllers/algo/engine_configuration_generated_structures.h \
|
||||
-c_defines ${BOARD_DIR}/config/controllers/algo/rusefi_generated_kin.h \
|
||||
-c_destination ${BOARD_DIR}/config/controllers/algo/engine_configuration_generated_structures_kin.h \
|
||||
-enumInputFile controllers/algo/rusefi_hw_enums.h
|
||||
|
||||
[ $? -eq 0 ] || { echo "ERROR generating TunerStudio config for ${BOARDNAME}"; exit 1; }
|
||||
|
|
|
@ -1354,7 +1354,7 @@
|
|||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define TS_SIGNATURE "rusEFI master.2023.12.20.subaru_eg33_f7.2238598512"
|
||||
#define TS_SIGNATURE "rusEFI custom-generated-name.2023.12.19.subaru_eg33_f7.2238598512"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
|
@ -34,10 +34,10 @@ java \
|
|||
$COMMON_GEN_CONFIG_PREFIX \
|
||||
-tool ${BOARD_DIR}/config/gen_subaru_config.sh \
|
||||
$COMMON_GEN_CONFIG \
|
||||
-c_defines ${BOARD_DIR}/config/controllers/algo/rusefi_generated.h \
|
||||
-c_destination ${BOARD_DIR}/config/controllers/algo/engine_configuration_generated_structures.h \
|
||||
-c_defines ${BOARD_DIR}/config/controllers/algo/rusefi_generated_subaru_eg33_f7.h \
|
||||
-c_destination ${BOARD_DIR}/config/controllers/algo/engine_configuration_generated_structures_subaru_eg33_f7.h \
|
||||
-enumInputFile ${BOARD_DIR}/rusefi_hw_enums.h
|
||||
|
||||
[ $? -eq 0 ] || { echo "ERROR generating TunerStudio config for ${BOARDNAME}"; exit 1; }
|
||||
|
||||
# EG33 does not get fancy mass storage device since it does not have create_ini_image.sh etc invocations like gen_config_board.sh does
|
||||
# EG33 does not get fancy mass storage device since it does not have create_ini_image.sh etc invocations like gen_config_board.sh does
|
||||
|
|
Loading…
Reference in New Issue