Auto-generated configs and docs
This commit is contained in:
parent
2739d0812e
commit
bb257450e1
|
@ -472,7 +472,6 @@ entry = isLaunchCondition, "isLaunchCondition", int, "%d"
|
|||
entry = isSwitchActivated, "isSwitchActivated", int, "%d"
|
||||
entry = isClutchActivated, "isClutchActivated", int, "%d"
|
||||
entry = isValidInputPin, "isValidInputPin", int, "%d"
|
||||
entry = isAfterLaunch, "isAfterLaunch", int, "%d"
|
||||
entry = activateSwitchCondition, "activateSwitchCondition", int, "%d"
|
||||
entry = rpmLaunchCondition, "rpmLaunchCondition", int, "%d"
|
||||
entry = rpmPreLaunchCondition, "rpmPreLaunchCondition", int, "%d"
|
||||
|
|
|
@ -126,7 +126,6 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2
|
|||
indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes"
|
||||
indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes"
|
||||
indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes"
|
||||
indicator = {isAfterLaunch}, "isAfterLaunch No", "isAfterLaunch Yes"
|
||||
indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes"
|
||||
indicator = {rpmLaunchCondition}, "rpmLaunchCondition No", "rpmLaunchCondition Yes"
|
||||
indicator = {rpmPreLaunchCondition}, "rpmPreLaunchCondition No", "rpmPreLaunchCondition Yes"
|
||||
|
|
|
@ -554,12 +554,11 @@ isLaunchCondition = bits, U32, 1032, [2:2]
|
|||
isSwitchActivated = bits, U32, 1032, [3:3]
|
||||
isClutchActivated = bits, U32, 1032, [4:4]
|
||||
isValidInputPin = bits, U32, 1032, [5:5]
|
||||
isAfterLaunch = bits, U32, 1032, [6:6]
|
||||
activateSwitchCondition = bits, U32, 1032, [7:7]
|
||||
rpmLaunchCondition = bits, U32, 1032, [8:8]
|
||||
rpmPreLaunchCondition = bits, U32, 1032, [9:9]
|
||||
speedCondition = bits, U32, 1032, [10:10]
|
||||
tpsCondition = bits, U32, 1032, [11:11]
|
||||
activateSwitchCondition = bits, U32, 1032, [6:6]
|
||||
rpmLaunchCondition = bits, U32, 1032, [7:7]
|
||||
rpmPreLaunchCondition = bits, U32, 1032, [8:8]
|
||||
speedCondition = bits, U32, 1032, [9:9]
|
||||
tpsCondition = bits, U32, 1032, [10:10]
|
||||
; total TS size = 1036
|
||||
isAntilagCondition = bits, U32, 1036, [0:0]
|
||||
ALSMinRPMCondition = bits, U32, 1036, [1:1]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/algo/launch_control_state.txt Tue Jun 11 18:52:19 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/algo/launch_control_state.txt Thu Jun 13 21:36:55 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -29,84 +29,84 @@ struct launch_control_state_s {
|
|||
bool isValidInputPin : 1 {};
|
||||
/**
|
||||
offset 4 bit 6 */
|
||||
bool isAfterLaunch : 1 {};
|
||||
/**
|
||||
offset 4 bit 7 */
|
||||
bool activateSwitchCondition : 1 {};
|
||||
/**
|
||||
offset 4 bit 8 */
|
||||
offset 4 bit 7 */
|
||||
bool rpmLaunchCondition : 1 {};
|
||||
/**
|
||||
offset 4 bit 9 */
|
||||
offset 4 bit 8 */
|
||||
bool rpmPreLaunchCondition : 1 {};
|
||||
/**
|
||||
offset 4 bit 10 */
|
||||
offset 4 bit 9 */
|
||||
bool speedCondition : 1 {};
|
||||
/**
|
||||
offset 4 bit 11 */
|
||||
offset 4 bit 10 */
|
||||
bool tpsCondition : 1 {};
|
||||
/**
|
||||
offset 4 bit 11 */
|
||||
bool unusedBit_12_11 : 1 {};
|
||||
/**
|
||||
offset 4 bit 12 */
|
||||
bool unusedBit_13_12 : 1 {};
|
||||
bool unusedBit_12_12 : 1 {};
|
||||
/**
|
||||
offset 4 bit 13 */
|
||||
bool unusedBit_13_13 : 1 {};
|
||||
bool unusedBit_12_13 : 1 {};
|
||||
/**
|
||||
offset 4 bit 14 */
|
||||
bool unusedBit_13_14 : 1 {};
|
||||
bool unusedBit_12_14 : 1 {};
|
||||
/**
|
||||
offset 4 bit 15 */
|
||||
bool unusedBit_13_15 : 1 {};
|
||||
bool unusedBit_12_15 : 1 {};
|
||||
/**
|
||||
offset 4 bit 16 */
|
||||
bool unusedBit_13_16 : 1 {};
|
||||
bool unusedBit_12_16 : 1 {};
|
||||
/**
|
||||
offset 4 bit 17 */
|
||||
bool unusedBit_13_17 : 1 {};
|
||||
bool unusedBit_12_17 : 1 {};
|
||||
/**
|
||||
offset 4 bit 18 */
|
||||
bool unusedBit_13_18 : 1 {};
|
||||
bool unusedBit_12_18 : 1 {};
|
||||
/**
|
||||
offset 4 bit 19 */
|
||||
bool unusedBit_13_19 : 1 {};
|
||||
bool unusedBit_12_19 : 1 {};
|
||||
/**
|
||||
offset 4 bit 20 */
|
||||
bool unusedBit_13_20 : 1 {};
|
||||
bool unusedBit_12_20 : 1 {};
|
||||
/**
|
||||
offset 4 bit 21 */
|
||||
bool unusedBit_13_21 : 1 {};
|
||||
bool unusedBit_12_21 : 1 {};
|
||||
/**
|
||||
offset 4 bit 22 */
|
||||
bool unusedBit_13_22 : 1 {};
|
||||
bool unusedBit_12_22 : 1 {};
|
||||
/**
|
||||
offset 4 bit 23 */
|
||||
bool unusedBit_13_23 : 1 {};
|
||||
bool unusedBit_12_23 : 1 {};
|
||||
/**
|
||||
offset 4 bit 24 */
|
||||
bool unusedBit_13_24 : 1 {};
|
||||
bool unusedBit_12_24 : 1 {};
|
||||
/**
|
||||
offset 4 bit 25 */
|
||||
bool unusedBit_13_25 : 1 {};
|
||||
bool unusedBit_12_25 : 1 {};
|
||||
/**
|
||||
offset 4 bit 26 */
|
||||
bool unusedBit_13_26 : 1 {};
|
||||
bool unusedBit_12_26 : 1 {};
|
||||
/**
|
||||
offset 4 bit 27 */
|
||||
bool unusedBit_13_27 : 1 {};
|
||||
bool unusedBit_12_27 : 1 {};
|
||||
/**
|
||||
offset 4 bit 28 */
|
||||
bool unusedBit_13_28 : 1 {};
|
||||
bool unusedBit_12_28 : 1 {};
|
||||
/**
|
||||
offset 4 bit 29 */
|
||||
bool unusedBit_13_29 : 1 {};
|
||||
bool unusedBit_12_29 : 1 {};
|
||||
/**
|
||||
offset 4 bit 30 */
|
||||
bool unusedBit_13_30 : 1 {};
|
||||
bool unusedBit_12_30 : 1 {};
|
||||
/**
|
||||
offset 4 bit 31 */
|
||||
bool unusedBit_13_31 : 1 {};
|
||||
bool unusedBit_12_31 : 1 {};
|
||||
};
|
||||
static_assert(sizeof(launch_control_state_s) == 8);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/algo/launch_control_state.txt Tue Jun 11 18:52:19 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/algo/launch_control_state.txt Thu Jun 13 21:36:55 UTC 2024
|
||||
|
|
|
@ -1273,7 +1273,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2676791818
|
||||
#define SIGNATURE_HASH 848521784
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1665,7 +1665,7 @@
|
|||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins false
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.alphax-2chan.2676791818"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.alphax-2chan.848521784"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1274,7 +1274,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2742126727
|
||||
#define SIGNATURE_HASH 242120885
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1666,7 +1666,7 @@
|
|||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins false
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.alphax-4chan.2742126727"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.alphax-4chan.242120885"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1274,7 +1274,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2742126727
|
||||
#define SIGNATURE_HASH 242120885
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1666,7 +1666,7 @@
|
|||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins false
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.alphax-4chan_f7.2742126727"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.alphax-4chan_f7.242120885"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1273,7 +1273,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2835052149
|
||||
#define SIGNATURE_HASH 98862663
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1665,7 +1665,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.alphax-8chan-revA.2835052149"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.alphax-8chan-revA.98862663"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1273,7 +1273,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2471905317
|
||||
#define SIGNATURE_HASH 1045018647
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1665,7 +1665,7 @@
|
|||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins false
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.alphax-8chan.2471905317"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.alphax-8chan.1045018647"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1273,7 +1273,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2471905317
|
||||
#define SIGNATURE_HASH 1045018647
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1665,7 +1665,7 @@
|
|||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins false
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.alphax-8chan_f7.2471905317"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.alphax-8chan_f7.1045018647"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1274,7 +1274,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3719959403
|
||||
#define SIGNATURE_HASH 1889919833
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1666,7 +1666,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.alphax-silver.3719959403"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.alphax-silver.1889919833"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1274,7 +1274,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 365227332
|
||||
#define SIGNATURE_HASH 3101367670
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1666,7 +1666,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.at_start_f435.365227332"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.at_start_f435.3101367670"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1274,7 +1274,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 1371748618
|
||||
#define SIGNATURE_HASH 4242327864
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1666,7 +1666,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.atlas.1371748618"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.atlas.4242327864"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1274,7 +1274,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets true
|
||||
#define SIGNATURE_HASH 2979337765
|
||||
#define SIGNATURE_HASH 478864919
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1666,7 +1666,7 @@
|
|||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.f407-discovery.2979337765"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.f407-discovery.478864919"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1274,7 +1274,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 365227332
|
||||
#define SIGNATURE_HASH 3101367670
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1666,7 +1666,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.f429-discovery.365227332"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.f429-discovery.3101367670"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1274,7 +1274,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 655616983
|
||||
#define SIGNATURE_HASH 2316049381
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1666,7 +1666,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.f469-discovery.655616983"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.f469-discovery.2316049381"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1274,7 +1274,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets true
|
||||
#define SIGNATURE_HASH 1128765791
|
||||
#define SIGNATURE_HASH 3998771565
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1666,7 +1666,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.frankenso_na6.1128765791"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.frankenso_na6.3998771565"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1274,7 +1274,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 365227332
|
||||
#define SIGNATURE_HASH 3101367670
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1666,7 +1666,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.haba208.365227332"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.haba208.3101367670"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1275,7 +1275,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2630645184
|
||||
#define SIGNATURE_HASH 835945970
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1667,7 +1667,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellen-112-17.2630645184"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellen-112-17.835945970"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1274,7 +1274,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3653077756
|
||||
#define SIGNATURE_HASH 1956805326
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1666,7 +1666,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellen-gm-e67.3653077756"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellen-gm-e67.1956805326"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1273,7 +1273,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 1885016420
|
||||
#define SIGNATURE_HASH 3712278870
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1667,7 +1667,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellen-honda-k.1885016420"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellen-honda-k.3712278870"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1275,7 +1275,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 4242283364
|
||||
#define SIGNATURE_HASH 1371794262
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1667,7 +1667,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellen-nb1.4242283364"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellen-nb1.1371794262"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1275,7 +1275,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 1351176175
|
||||
#define SIGNATURE_HASH 4254515165
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1667,7 +1667,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellen121nissan.1351176175"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellen121nissan.4254515165"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1275,7 +1275,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 633204898
|
||||
#define SIGNATURE_HASH 2292318352
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1667,7 +1667,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellen121vag.633204898"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellen121vag.2292318352"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1275,7 +1275,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 4166436787
|
||||
#define SIGNATURE_HASH 1430861697
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1667,7 +1667,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellen128.4166436787"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellen128.1430861697"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1275,7 +1275,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3862918451
|
||||
#define SIGNATURE_HASH 1260422401
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1667,7 +1667,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellen154hyundai.3862918451"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellen154hyundai.1260422401"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1275,7 +1275,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 4192760450
|
||||
#define SIGNATURE_HASH 1425506992
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1667,7 +1667,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellen154hyundai_f7.4192760450"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellen154hyundai_f7.1425506992"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1275,7 +1275,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2502236632
|
||||
#define SIGNATURE_HASH 943385066
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1667,7 +1667,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellen72.2502236632"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellen72.943385066"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1274,7 +1274,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 1884585378
|
||||
#define SIGNATURE_HASH 3712716176
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1666,7 +1666,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellen81.1884585378"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellen81.3712716176"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1275,7 +1275,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 1735878881
|
||||
#define SIGNATURE_HASH 3395852499
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1667,7 +1667,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output false
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellen88bmw.1735878881"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellen88bmw.3395852499"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1275,7 +1275,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2170621604
|
||||
#define SIGNATURE_HASH 746520214
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1667,7 +1667,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellenNA6.2170621604"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellenNA6.746520214"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1276,7 +1276,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2126204010
|
||||
#define SIGNATURE_HASH 3550788696
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1668,7 +1668,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellenNA8_96.2126204010"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellenNA8_96.3550788696"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1274,7 +1274,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2709443995
|
||||
#define SIGNATURE_HASH 207693225
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1667,7 +1667,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.m74_9.2709443995"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.m74_9.207693225"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1275,7 +1275,7 @@
|
|||
#define show_microRusEFI_presets true
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 149131275
|
||||
#define SIGNATURE_HASH 2784780345
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1667,7 +1667,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.mre-legacy_f4.149131275"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.mre-legacy_f4.2784780345"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1275,7 +1275,7 @@
|
|||
#define show_microRusEFI_presets true
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 149131275
|
||||
#define SIGNATURE_HASH 2784780345
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1667,7 +1667,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.mre_f4.149131275"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.mre_f4.2784780345"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1275,7 +1275,7 @@
|
|||
#define show_microRusEFI_presets true
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 149131275
|
||||
#define SIGNATURE_HASH 2784780345
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1667,7 +1667,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.mre_f7.149131275"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.mre_f7.2784780345"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1274,7 +1274,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 365227332
|
||||
#define SIGNATURE_HASH 3101367670
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1666,7 +1666,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.nucleo_f413.365227332"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.nucleo_f413.3101367670"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1274,7 +1274,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 626008276
|
||||
#define SIGNATURE_HASH 2286932198
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1666,7 +1666,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.prometheus_405.626008276"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.prometheus_405.2286932198"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1274,7 +1274,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 626008276
|
||||
#define SIGNATURE_HASH 2286932198
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1666,7 +1666,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.prometheus_469.626008276"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.prometheus_469.2286932198"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1274,7 +1274,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets true
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 4292826982
|
||||
#define SIGNATURE_HASH 1388357460
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1666,7 +1666,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.proteus_f4.4292826982"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.proteus_f4.1388357460"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1274,7 +1274,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets true
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 4292826982
|
||||
#define SIGNATURE_HASH 1388357460
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1666,7 +1666,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.proteus_f7.4292826982"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.proteus_f7.1388357460"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1274,7 +1274,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets true
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 4292826982
|
||||
#define SIGNATURE_HASH 1388357460
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1666,7 +1666,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.proteus_h7.4292826982"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.proteus_h7.1388357460"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1274,7 +1274,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2857332102
|
||||
#define SIGNATURE_HASH 122723764
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1667,7 +1667,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.s105.2857332102"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.s105.122723764"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1275,7 +1275,7 @@
|
|||
#define show_Proteus_presets false
|
||||
#define show_small_can_board_presets true
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3005861734
|
||||
#define SIGNATURE_HASH 506871636
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1668,7 +1668,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.small-can-board.3005861734"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.small-can-board.506871636"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1274,7 +1274,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 365227332
|
||||
#define SIGNATURE_HASH 3101367670
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1666,7 +1666,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.stm32f429_nucleo.365227332"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.stm32f429_nucleo.3101367670"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1274,7 +1274,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 365227332
|
||||
#define SIGNATURE_HASH 3101367670
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1666,7 +1666,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.stm32f767_nucleo.365227332"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.stm32f767_nucleo.3101367670"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1274,7 +1274,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 365227332
|
||||
#define SIGNATURE_HASH 3101367670
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1666,7 +1666,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.stm32h743_nucleo.365227332"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.stm32h743_nucleo.3101367670"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1274,7 +1274,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 1598749047
|
||||
#define SIGNATURE_HASH 4065659205
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1666,7 +1666,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.subaru_eg33_f7.1598749047"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.subaru_eg33_f7.4065659205"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1274,7 +1274,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 365227332
|
||||
#define SIGNATURE_HASH 3101367670
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1666,7 +1666,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.t-b-g.365227332"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.t-b-g.3101367670"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1274,7 +1274,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 803819980
|
||||
#define SIGNATURE_HASH 2197201406
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1666,7 +1666,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.tdg-pdm8.803819980"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.tdg-pdm8.2197201406"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1275,7 +1275,7 @@
|
|||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define show_uaefi_presets true
|
||||
#define SIGNATURE_HASH 1874759807
|
||||
#define SIGNATURE_HASH 3265355853
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1667,7 +1667,7 @@
|
|||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins false
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.uaefi.1874759807"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.uaefi.3265355853"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1274,7 +1274,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 1194542198
|
||||
#define SIGNATURE_HASH 3928798276
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1666,7 +1666,7 @@
|
|||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins false
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.uaefi121.1194542198"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.uaefi121.3928798276"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2676791818
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.alphax-2chan.2676791818"
|
||||
#define SIGNATURE_HASH 848521784
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.alphax-2chan.848521784"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2742126727
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.alphax-4chan.2742126727"
|
||||
#define SIGNATURE_HASH 242120885
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.alphax-4chan.242120885"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2742126727
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.alphax-4chan_f7.2742126727"
|
||||
#define SIGNATURE_HASH 242120885
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.alphax-4chan_f7.242120885"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2835052149
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.alphax-8chan-revA.2835052149"
|
||||
#define SIGNATURE_HASH 98862663
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.alphax-8chan-revA.98862663"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2471905317
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.alphax-8chan.2471905317"
|
||||
#define SIGNATURE_HASH 1045018647
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.alphax-8chan.1045018647"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2471905317
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.alphax-8chan_f7.2471905317"
|
||||
#define SIGNATURE_HASH 1045018647
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.alphax-8chan_f7.1045018647"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3719959403
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.alphax-silver.3719959403"
|
||||
#define SIGNATURE_HASH 1889919833
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.alphax-silver.1889919833"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 365227332
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.at_start_f435.365227332"
|
||||
#define SIGNATURE_HASH 3101367670
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.at_start_f435.3101367670"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1371748618
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.atlas.1371748618"
|
||||
#define SIGNATURE_HASH 4242327864
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.atlas.4242327864"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2979337765
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.f407-discovery.2979337765"
|
||||
#define SIGNATURE_HASH 478864919
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.f407-discovery.478864919"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 365227332
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.f429-discovery.365227332"
|
||||
#define SIGNATURE_HASH 3101367670
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.f429-discovery.3101367670"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 655616983
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.f469-discovery.655616983"
|
||||
#define SIGNATURE_HASH 2316049381
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.f469-discovery.2316049381"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1128765791
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.frankenso_na6.1128765791"
|
||||
#define SIGNATURE_HASH 3998771565
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.frankenso_na6.3998771565"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 365227332
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.haba208.365227332"
|
||||
#define SIGNATURE_HASH 3101367670
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.haba208.3101367670"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2630645184
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellen-112-17.2630645184"
|
||||
#define SIGNATURE_HASH 835945970
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellen-112-17.835945970"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3653077756
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellen-gm-e67.3653077756"
|
||||
#define SIGNATURE_HASH 1956805326
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellen-gm-e67.1956805326"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1885016420
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellen-honda-k.1885016420"
|
||||
#define SIGNATURE_HASH 3712278870
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellen-honda-k.3712278870"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 4242283364
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellen-nb1.4242283364"
|
||||
#define SIGNATURE_HASH 1371794262
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellen-nb1.1371794262"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1351176175
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellen121nissan.1351176175"
|
||||
#define SIGNATURE_HASH 4254515165
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellen121nissan.4254515165"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 633204898
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellen121vag.633204898"
|
||||
#define SIGNATURE_HASH 2292318352
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellen121vag.2292318352"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 4166436787
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellen128.4166436787"
|
||||
#define SIGNATURE_HASH 1430861697
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellen128.1430861697"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3862918451
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellen154hyundai.3862918451"
|
||||
#define SIGNATURE_HASH 1260422401
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellen154hyundai.1260422401"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 4192760450
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellen154hyundai_f7.4192760450"
|
||||
#define SIGNATURE_HASH 1425506992
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellen154hyundai_f7.1425506992"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2502236632
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellen72.2502236632"
|
||||
#define SIGNATURE_HASH 943385066
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellen72.943385066"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1884585378
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellen81.1884585378"
|
||||
#define SIGNATURE_HASH 3712716176
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellen81.3712716176"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1735878881
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellen88bmw.1735878881"
|
||||
#define SIGNATURE_HASH 3395852499
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellen88bmw.3395852499"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2170621604
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellenNA6.2170621604"
|
||||
#define SIGNATURE_HASH 746520214
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellenNA6.746520214"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2126204010
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellenNA8_96.2126204010"
|
||||
#define SIGNATURE_HASH 3550788696
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.hellenNA8_96.3550788696"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2709443995
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.m74_9.2709443995"
|
||||
#define SIGNATURE_HASH 207693225
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.m74_9.207693225"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 149131275
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.mre-legacy_f4.149131275"
|
||||
#define SIGNATURE_HASH 2784780345
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.mre-legacy_f4.2784780345"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 149131275
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.mre_f4.149131275"
|
||||
#define SIGNATURE_HASH 2784780345
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.mre_f4.2784780345"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 149131275
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.mre_f7.149131275"
|
||||
#define SIGNATURE_HASH 2784780345
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.mre_f7.2784780345"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 365227332
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.nucleo_f413.365227332"
|
||||
#define SIGNATURE_HASH 3101367670
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.nucleo_f413.3101367670"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 626008276
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.prometheus_405.626008276"
|
||||
#define SIGNATURE_HASH 2286932198
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.prometheus_405.2286932198"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 626008276
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.prometheus_469.626008276"
|
||||
#define SIGNATURE_HASH 2286932198
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.prometheus_469.2286932198"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 4292826982
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.proteus_f4.4292826982"
|
||||
#define SIGNATURE_HASH 1388357460
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.proteus_f4.1388357460"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 4292826982
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.proteus_f7.4292826982"
|
||||
#define SIGNATURE_HASH 1388357460
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.proteus_f7.1388357460"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 4292826982
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.proteus_h7.4292826982"
|
||||
#define SIGNATURE_HASH 1388357460
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.proteus_h7.1388357460"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2857332102
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.s105.2857332102"
|
||||
#define SIGNATURE_HASH 122723764
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.s105.122723764"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3005861734
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.small-can-board.3005861734"
|
||||
#define SIGNATURE_HASH 506871636
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.small-can-board.506871636"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 365227332
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.stm32f429_nucleo.365227332"
|
||||
#define SIGNATURE_HASH 3101367670
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.stm32f429_nucleo.3101367670"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 365227332
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.stm32f767_nucleo.365227332"
|
||||
#define SIGNATURE_HASH 3101367670
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.stm32f767_nucleo.3101367670"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 365227332
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.stm32h743_nucleo.365227332"
|
||||
#define SIGNATURE_HASH 3101367670
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.stm32h743_nucleo.3101367670"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1598749047
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.subaru_eg33_f7.1598749047"
|
||||
#define SIGNATURE_HASH 4065659205
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.subaru_eg33_f7.4065659205"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 365227332
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.t-b-g.365227332"
|
||||
#define SIGNATURE_HASH 3101367670
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.t-b-g.3101367670"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 803819980
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.tdg-pdm8.803819980"
|
||||
#define SIGNATURE_HASH 2197201406
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.tdg-pdm8.2197201406"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1874759807
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.uaefi.1874759807"
|
||||
#define SIGNATURE_HASH 3265355853
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.uaefi.3265355853"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1194542198
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.uaefi121.1194542198"
|
||||
#define SIGNATURE_HASH 3928798276
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.13.uaefi121.3928798276"
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue