Auto-generated configs and docs
This commit is contained in:
parent
363cb52942
commit
005614bb81
|
@ -471,6 +471,7 @@ entry = isPreLaunchCondition, "isPreLaunchCondition", int, "%d"
|
|||
entry = isLaunchCondition, "isLaunchCondition", int, "%d"
|
||||
entry = isSwitchActivated, "isSwitchActivated", int, "%d"
|
||||
entry = isClutchActivated, "isClutchActivated", int, "%d"
|
||||
entry = isBrakePedalActivated, "isBrakePedalActivated", int, "%d"
|
||||
entry = isValidInputPin, "isValidInputPin", int, "%d"
|
||||
entry = activateSwitchCondition, "activateSwitchCondition", int, "%d"
|
||||
entry = rpmLaunchCondition, "rpmLaunchCondition", int, "%d"
|
||||
|
|
|
@ -125,6 +125,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2
|
|||
indicator = {isLaunchCondition}, "isLaunchCondition No", "isLaunchCondition Yes"
|
||||
indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes"
|
||||
indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes"
|
||||
indicator = {isBrakePedalActivated}, "isBrakePedalActivated No", "isBrakePedalActivated Yes"
|
||||
indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes"
|
||||
indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes"
|
||||
indicator = {rpmLaunchCondition}, "rpmLaunchCondition No", "rpmLaunchCondition Yes"
|
||||
|
|
|
@ -553,12 +553,13 @@ isPreLaunchCondition = bits, U32, 1032, [1:1]
|
|||
isLaunchCondition = bits, U32, 1032, [2:2]
|
||||
isSwitchActivated = bits, U32, 1032, [3:3]
|
||||
isClutchActivated = bits, U32, 1032, [4:4]
|
||||
isValidInputPin = bits, U32, 1032, [5:5]
|
||||
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]
|
||||
isBrakePedalActivated = bits, U32, 1032, [5:5]
|
||||
isValidInputPin = 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]
|
||||
; 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 Thu Jun 13 21:36:55 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 Fri Jun 21 16:16:19 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -26,87 +26,87 @@ struct launch_control_state_s {
|
|||
bool isClutchActivated : 1 {};
|
||||
/**
|
||||
offset 4 bit 5 */
|
||||
bool isValidInputPin : 1 {};
|
||||
bool isBrakePedalActivated : 1 {};
|
||||
/**
|
||||
offset 4 bit 6 */
|
||||
bool activateSwitchCondition : 1 {};
|
||||
bool isValidInputPin : 1 {};
|
||||
/**
|
||||
offset 4 bit 7 */
|
||||
bool rpmLaunchCondition : 1 {};
|
||||
bool activateSwitchCondition : 1 {};
|
||||
/**
|
||||
offset 4 bit 8 */
|
||||
bool rpmPreLaunchCondition : 1 {};
|
||||
bool rpmLaunchCondition : 1 {};
|
||||
/**
|
||||
offset 4 bit 9 */
|
||||
bool speedCondition : 1 {};
|
||||
bool rpmPreLaunchCondition : 1 {};
|
||||
/**
|
||||
offset 4 bit 10 */
|
||||
bool tpsCondition : 1 {};
|
||||
bool speedCondition : 1 {};
|
||||
/**
|
||||
offset 4 bit 11 */
|
||||
bool unusedBit_12_11 : 1 {};
|
||||
bool tpsCondition : 1 {};
|
||||
/**
|
||||
offset 4 bit 12 */
|
||||
bool unusedBit_12_12 : 1 {};
|
||||
bool unusedBit_13_12 : 1 {};
|
||||
/**
|
||||
offset 4 bit 13 */
|
||||
bool unusedBit_12_13 : 1 {};
|
||||
bool unusedBit_13_13 : 1 {};
|
||||
/**
|
||||
offset 4 bit 14 */
|
||||
bool unusedBit_12_14 : 1 {};
|
||||
bool unusedBit_13_14 : 1 {};
|
||||
/**
|
||||
offset 4 bit 15 */
|
||||
bool unusedBit_12_15 : 1 {};
|
||||
bool unusedBit_13_15 : 1 {};
|
||||
/**
|
||||
offset 4 bit 16 */
|
||||
bool unusedBit_12_16 : 1 {};
|
||||
bool unusedBit_13_16 : 1 {};
|
||||
/**
|
||||
offset 4 bit 17 */
|
||||
bool unusedBit_12_17 : 1 {};
|
||||
bool unusedBit_13_17 : 1 {};
|
||||
/**
|
||||
offset 4 bit 18 */
|
||||
bool unusedBit_12_18 : 1 {};
|
||||
bool unusedBit_13_18 : 1 {};
|
||||
/**
|
||||
offset 4 bit 19 */
|
||||
bool unusedBit_12_19 : 1 {};
|
||||
bool unusedBit_13_19 : 1 {};
|
||||
/**
|
||||
offset 4 bit 20 */
|
||||
bool unusedBit_12_20 : 1 {};
|
||||
bool unusedBit_13_20 : 1 {};
|
||||
/**
|
||||
offset 4 bit 21 */
|
||||
bool unusedBit_12_21 : 1 {};
|
||||
bool unusedBit_13_21 : 1 {};
|
||||
/**
|
||||
offset 4 bit 22 */
|
||||
bool unusedBit_12_22 : 1 {};
|
||||
bool unusedBit_13_22 : 1 {};
|
||||
/**
|
||||
offset 4 bit 23 */
|
||||
bool unusedBit_12_23 : 1 {};
|
||||
bool unusedBit_13_23 : 1 {};
|
||||
/**
|
||||
offset 4 bit 24 */
|
||||
bool unusedBit_12_24 : 1 {};
|
||||
bool unusedBit_13_24 : 1 {};
|
||||
/**
|
||||
offset 4 bit 25 */
|
||||
bool unusedBit_12_25 : 1 {};
|
||||
bool unusedBit_13_25 : 1 {};
|
||||
/**
|
||||
offset 4 bit 26 */
|
||||
bool unusedBit_12_26 : 1 {};
|
||||
bool unusedBit_13_26 : 1 {};
|
||||
/**
|
||||
offset 4 bit 27 */
|
||||
bool unusedBit_12_27 : 1 {};
|
||||
bool unusedBit_13_27 : 1 {};
|
||||
/**
|
||||
offset 4 bit 28 */
|
||||
bool unusedBit_12_28 : 1 {};
|
||||
bool unusedBit_13_28 : 1 {};
|
||||
/**
|
||||
offset 4 bit 29 */
|
||||
bool unusedBit_12_29 : 1 {};
|
||||
bool unusedBit_13_29 : 1 {};
|
||||
/**
|
||||
offset 4 bit 30 */
|
||||
bool unusedBit_12_30 : 1 {};
|
||||
bool unusedBit_13_30 : 1 {};
|
||||
/**
|
||||
offset 4 bit 31 */
|
||||
bool unusedBit_12_31 : 1 {};
|
||||
bool unusedBit_13_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 Thu Jun 13 21:36:55 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 Fri Jun 21 16:16:19 UTC 2024
|
||||
|
|
|
@ -1274,7 +1274,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 1671862797
|
||||
#define SIGNATURE_HASH 3335547455
|
||||
#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.21.alphax-2chan.1671862797"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.alphax-2chan.3335547455"
|
||||
#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 1599834240
|
||||
#define SIGNATURE_HASH 4197284018
|
||||
#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 true
|
||||
#define ts_show_vr_threshold_pins false
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.alphax-4chan.1599834240"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.alphax-4chan.4197284018"
|
||||
#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 1599834240
|
||||
#define SIGNATURE_HASH 4197284018
|
||||
#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 true
|
||||
#define ts_show_vr_threshold_pins false
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.alphax-4chan_f7.1599834240"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.alphax-4chan_f7.4197284018"
|
||||
#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 1423013490
|
||||
#define SIGNATURE_HASH 4054287936
|
||||
#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.21.alphax-8chan-revA.1423013490"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.alphax-8chan-revA.4054287936"
|
||||
#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 1870415906
|
||||
#define SIGNATURE_HASH 3389700112
|
||||
#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.21.alphax-8chan.1870415906"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.alphax-8chan.3389700112"
|
||||
#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 1870415906
|
||||
#define SIGNATURE_HASH 3389700112
|
||||
#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.21.alphax-8chan_f7.1870415906"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.alphax-8chan_f7.3389700112"
|
||||
#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 563090284
|
||||
#define SIGNATURE_HASH 2229723998
|
||||
#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.21.alphax-silver.563090284"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.alphax-silver.2229723998"
|
||||
#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 3924749635
|
||||
#define SIGNATURE_HASH 1285037425
|
||||
#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.21.at_start_f435.3924749635"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.at_start_f435.1285037425"
|
||||
#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 2917742861
|
||||
#define SIGNATURE_HASH 144689471
|
||||
#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.21.atlas.2917742861"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.atlas.144689471"
|
||||
#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 true
|
||||
#define SIGNATURE_HASH 1304368674
|
||||
#define SIGNATURE_HASH 3905545744
|
||||
#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 true
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.f407-discovery.1304368674"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.f407-discovery.3905545744"
|
||||
#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 3924749635
|
||||
#define SIGNATURE_HASH 1285037425
|
||||
#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.21.f429-discovery.3924749635"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.f429-discovery.1285037425"
|
||||
#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 3678006224
|
||||
#define SIGNATURE_HASH 2119113698
|
||||
#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.21.f469-discovery.3678006224"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.f469-discovery.2119113698"
|
||||
#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 true
|
||||
#define SIGNATURE_HASH 3211630936
|
||||
#define SIGNATURE_HASH 438004074
|
||||
#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.21.frankenso_na6.3211630936"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.frankenso_na6.438004074"
|
||||
#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 3924749635
|
||||
#define SIGNATURE_HASH 1285037425
|
||||
#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.21.haba208.3924749635"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.haba208.1285037425"
|
||||
#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 1625716167
|
||||
#define SIGNATURE_HASH 3314583029
|
||||
#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"
|
||||
|
@ -1669,7 +1669,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.21.hellen-112-17.1625716167"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.hellen-112-17.3314583029"
|
||||
#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 630688507
|
||||
#define SIGNATURE_HASH 2162260681
|
||||
#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.21.hellen-gm-e67.630688507"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.hellen-gm-e67.2162260681"
|
||||
#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 2356220259
|
||||
#define SIGNATURE_HASH 688382289
|
||||
#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"
|
||||
|
@ -1669,7 +1669,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.21.hellen-honda-k.2356220259"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.hellen-honda-k.688382289"
|
||||
#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 16128867
|
||||
#define SIGNATURE_HASH 2776689489
|
||||
#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"
|
||||
|
@ -1669,7 +1669,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.21.hellen-nb1.16128867"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.hellen-nb1.2776689489"
|
||||
#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 2896383976
|
||||
#define SIGNATURE_HASH 165003226
|
||||
#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"
|
||||
|
@ -1669,7 +1669,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.21.hellen121nissan.2896383976"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.hellen121nissan.165003226"
|
||||
#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 3650613413
|
||||
#define SIGNATURE_HASH 2095120535
|
||||
#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"
|
||||
|
@ -1669,7 +1669,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.21.hellen121vag.3650613413"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.hellen121vag.2095120535"
|
||||
#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 75286452
|
||||
#define SIGNATURE_HASH 2701801350
|
||||
#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"
|
||||
|
@ -1669,7 +1669,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.21.hellen128.75286452"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.hellen128.2701801350"
|
||||
#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 437613876
|
||||
#define SIGNATURE_HASH 3210970374
|
||||
#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"
|
||||
|
@ -1669,7 +1669,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.21.hellen154hyundai.437613876"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.hellen154hyundai.3210970374"
|
||||
#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 96629381
|
||||
#define SIGNATURE_HASH 2696184503
|
||||
#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"
|
||||
|
@ -1669,7 +1669,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.21.hellen154hyundai_f7.96629381"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.hellen154hyundai_f7.2696184503"
|
||||
#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 1762597343
|
||||
#define SIGNATURE_HASH 3430541805
|
||||
#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"
|
||||
|
@ -1669,7 +1669,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.21.hellen72.1762597343"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.hellen72.3430541805"
|
||||
#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 2357099941
|
||||
#define SIGNATURE_HASH 688426391
|
||||
#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.21.hellen81.2357099941"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.hellen81.688426391"
|
||||
#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 2606590182
|
||||
#define SIGNATURE_HASH 1043044564
|
||||
#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"
|
||||
|
@ -1669,7 +1669,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.21.hellen88bmw.2606590182"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.hellen88bmw.1043044564"
|
||||
#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 2102070947
|
||||
#define SIGNATURE_HASH 3627941521
|
||||
#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"
|
||||
|
@ -1669,7 +1669,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.21.hellenNA6.2102070947"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.hellenNA6.3627941521"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1277,7 +1277,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2190560365
|
||||
#define SIGNATURE_HASH 669498463
|
||||
#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"
|
||||
|
@ -1670,7 +1670,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.21.hellenNA8_96.2190560365"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.hellenNA8_96.669498463"
|
||||
#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 1565840796
|
||||
#define SIGNATURE_HASH 4162987438
|
||||
#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"
|
||||
|
@ -1669,7 +1669,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.21.m74_9.1565840796"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.m74_9.4162987438"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1276,7 +1276,7 @@
|
|||
#define show_microRusEFI_presets true
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 4106850316
|
||||
#define SIGNATURE_HASH 1371496510
|
||||
#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"
|
||||
|
@ -1669,7 +1669,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.21.mre-legacy_f4.4106850316"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.mre-legacy_f4.1371496510"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1276,7 +1276,7 @@
|
|||
#define show_microRusEFI_presets true
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 4106850316
|
||||
#define SIGNATURE_HASH 1371496510
|
||||
#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"
|
||||
|
@ -1669,7 +1669,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.21.mre_f4.4106850316"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.mre_f4.1371496510"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1276,7 +1276,7 @@
|
|||
#define show_microRusEFI_presets true
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 4106850316
|
||||
#define SIGNATURE_HASH 1371496510
|
||||
#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"
|
||||
|
@ -1669,7 +1669,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.21.mre_f7.4106850316"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.mre_f7.1371496510"
|
||||
#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 3924749635
|
||||
#define SIGNATURE_HASH 1285037425
|
||||
#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.21.nucleo_f413.3924749635"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.nucleo_f413.1285037425"
|
||||
#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 3648659667
|
||||
#define SIGNATURE_HASH 2081214689
|
||||
#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.21.prometheus_405.3648659667"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.prometheus_405.2081214689"
|
||||
#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 3648659667
|
||||
#define SIGNATURE_HASH 2081214689
|
||||
#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.21.prometheus_469.3648659667"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.prometheus_469.2081214689"
|
||||
#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 true
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 66410337
|
||||
#define SIGNATURE_HASH 2793645907
|
||||
#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.21.proteus_f4.66410337"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.proteus_f4.2793645907"
|
||||
#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 true
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 66410337
|
||||
#define SIGNATURE_HASH 2793645907
|
||||
#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.21.proteus_f7.66410337"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.proteus_f7.2793645907"
|
||||
#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 true
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 66410337
|
||||
#define SIGNATURE_HASH 2793645907
|
||||
#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.21.proteus_h7.66410337"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.proteus_h7.2793645907"
|
||||
#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 1449487745
|
||||
#define SIGNATURE_HASH 4078149043
|
||||
#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"
|
||||
|
@ -1669,7 +1669,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.21.s105.1449487745"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.s105.4078149043"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1276,7 +1276,7 @@
|
|||
#define show_Proteus_presets false
|
||||
#define show_small_can_board_presets true
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 1325649761
|
||||
#define SIGNATURE_HASH 3933552467
|
||||
#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"
|
||||
|
@ -1670,7 +1670,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.21.small-can-board.1325649761"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.small-can-board.3933552467"
|
||||
#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 3924749635
|
||||
#define SIGNATURE_HASH 1285037425
|
||||
#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.21.stm32f429_nucleo.3924749635"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.stm32f429_nucleo.1285037425"
|
||||
#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 3924749635
|
||||
#define SIGNATURE_HASH 1285037425
|
||||
#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.21.stm32f767_nucleo.3924749635"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.stm32f767_nucleo.1285037425"
|
||||
#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 3924749635
|
||||
#define SIGNATURE_HASH 1285037425
|
||||
#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.21.stm32h743_nucleo.3924749635"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.stm32h743_nucleo.1285037425"
|
||||
#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 2741041520
|
||||
#define SIGNATURE_HASH 102107458
|
||||
#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.21.subaru_eg33_f7.2741041520"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.subaru_eg33_f7.102107458"
|
||||
#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 3924749635
|
||||
#define SIGNATURE_HASH 1285037425
|
||||
#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.21.t-b-g.3924749635"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.t-b-g.1285037425"
|
||||
#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 3552793035
|
||||
#define SIGNATURE_HASH 1991614969
|
||||
#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.21.tdg-pdm8.3552793035"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.tdg-pdm8.1991614969"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1276,7 +1276,7 @@
|
|||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define show_uaefi_presets true
|
||||
#define SIGNATURE_HASH 2475987064
|
||||
#define SIGNATURE_HASH 920805450
|
||||
#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"
|
||||
|
@ -1669,7 +1669,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.21.uaefi.2475987064"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.uaefi.920805450"
|
||||
#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 3138995313
|
||||
#define SIGNATURE_HASH 510637123
|
||||
#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 true
|
||||
#define ts_show_vr_threshold_pins false
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.uaefi121.3138995313"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.uaefi121.510637123"
|
||||
#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 1671862797
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.alphax-2chan.1671862797"
|
||||
#define SIGNATURE_HASH 3335547455
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.alphax-2chan.3335547455"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1599834240
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.alphax-4chan.1599834240"
|
||||
#define SIGNATURE_HASH 4197284018
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.alphax-4chan.4197284018"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1599834240
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.alphax-4chan_f7.1599834240"
|
||||
#define SIGNATURE_HASH 4197284018
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.alphax-4chan_f7.4197284018"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1423013490
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.alphax-8chan-revA.1423013490"
|
||||
#define SIGNATURE_HASH 4054287936
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.alphax-8chan-revA.4054287936"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1870415906
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.alphax-8chan.1870415906"
|
||||
#define SIGNATURE_HASH 3389700112
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.alphax-8chan.3389700112"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1870415906
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.alphax-8chan_f7.1870415906"
|
||||
#define SIGNATURE_HASH 3389700112
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.alphax-8chan_f7.3389700112"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 563090284
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.alphax-silver.563090284"
|
||||
#define SIGNATURE_HASH 2229723998
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.alphax-silver.2229723998"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3924749635
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.at_start_f435.3924749635"
|
||||
#define SIGNATURE_HASH 1285037425
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.at_start_f435.1285037425"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2917742861
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.atlas.2917742861"
|
||||
#define SIGNATURE_HASH 144689471
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.atlas.144689471"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1304368674
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.f407-discovery.1304368674"
|
||||
#define SIGNATURE_HASH 3905545744
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.f407-discovery.3905545744"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3924749635
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.f429-discovery.3924749635"
|
||||
#define SIGNATURE_HASH 1285037425
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.f429-discovery.1285037425"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3678006224
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.f469-discovery.3678006224"
|
||||
#define SIGNATURE_HASH 2119113698
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.f469-discovery.2119113698"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3211630936
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.frankenso_na6.3211630936"
|
||||
#define SIGNATURE_HASH 438004074
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.frankenso_na6.438004074"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3924749635
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.haba208.3924749635"
|
||||
#define SIGNATURE_HASH 1285037425
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.haba208.1285037425"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1625716167
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.hellen-112-17.1625716167"
|
||||
#define SIGNATURE_HASH 3314583029
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.hellen-112-17.3314583029"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 630688507
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.hellen-gm-e67.630688507"
|
||||
#define SIGNATURE_HASH 2162260681
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.hellen-gm-e67.2162260681"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2356220259
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.hellen-honda-k.2356220259"
|
||||
#define SIGNATURE_HASH 688382289
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.hellen-honda-k.688382289"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 16128867
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.hellen-nb1.16128867"
|
||||
#define SIGNATURE_HASH 2776689489
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.hellen-nb1.2776689489"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2896383976
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.hellen121nissan.2896383976"
|
||||
#define SIGNATURE_HASH 165003226
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.hellen121nissan.165003226"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3650613413
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.hellen121vag.3650613413"
|
||||
#define SIGNATURE_HASH 2095120535
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.hellen121vag.2095120535"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 75286452
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.hellen128.75286452"
|
||||
#define SIGNATURE_HASH 2701801350
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.hellen128.2701801350"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 437613876
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.hellen154hyundai.437613876"
|
||||
#define SIGNATURE_HASH 3210970374
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.hellen154hyundai.3210970374"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 96629381
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.hellen154hyundai_f7.96629381"
|
||||
#define SIGNATURE_HASH 2696184503
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.hellen154hyundai_f7.2696184503"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1762597343
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.hellen72.1762597343"
|
||||
#define SIGNATURE_HASH 3430541805
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.hellen72.3430541805"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2357099941
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.hellen81.2357099941"
|
||||
#define SIGNATURE_HASH 688426391
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.hellen81.688426391"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2606590182
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.hellen88bmw.2606590182"
|
||||
#define SIGNATURE_HASH 1043044564
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.hellen88bmw.1043044564"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2102070947
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.hellenNA6.2102070947"
|
||||
#define SIGNATURE_HASH 3627941521
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.hellenNA6.3627941521"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2190560365
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.hellenNA8_96.2190560365"
|
||||
#define SIGNATURE_HASH 669498463
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.hellenNA8_96.669498463"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1565840796
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.m74_9.1565840796"
|
||||
#define SIGNATURE_HASH 4162987438
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.m74_9.4162987438"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 4106850316
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.mre-legacy_f4.4106850316"
|
||||
#define SIGNATURE_HASH 1371496510
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.mre-legacy_f4.1371496510"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 4106850316
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.mre_f4.4106850316"
|
||||
#define SIGNATURE_HASH 1371496510
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.mre_f4.1371496510"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 4106850316
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.mre_f7.4106850316"
|
||||
#define SIGNATURE_HASH 1371496510
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.mre_f7.1371496510"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3924749635
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.nucleo_f413.3924749635"
|
||||
#define SIGNATURE_HASH 1285037425
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.nucleo_f413.1285037425"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3648659667
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.prometheus_405.3648659667"
|
||||
#define SIGNATURE_HASH 2081214689
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.prometheus_405.2081214689"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3648659667
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.prometheus_469.3648659667"
|
||||
#define SIGNATURE_HASH 2081214689
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.prometheus_469.2081214689"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 66410337
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.proteus_f4.66410337"
|
||||
#define SIGNATURE_HASH 2793645907
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.proteus_f4.2793645907"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 66410337
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.proteus_f7.66410337"
|
||||
#define SIGNATURE_HASH 2793645907
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.proteus_f7.2793645907"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 66410337
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.proteus_h7.66410337"
|
||||
#define SIGNATURE_HASH 2793645907
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.proteus_h7.2793645907"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1449487745
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.s105.1449487745"
|
||||
#define SIGNATURE_HASH 4078149043
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.s105.4078149043"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1325649761
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.small-can-board.1325649761"
|
||||
#define SIGNATURE_HASH 3933552467
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.small-can-board.3933552467"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3924749635
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.stm32f429_nucleo.3924749635"
|
||||
#define SIGNATURE_HASH 1285037425
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.stm32f429_nucleo.1285037425"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3924749635
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.stm32f767_nucleo.3924749635"
|
||||
#define SIGNATURE_HASH 1285037425
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.stm32f767_nucleo.1285037425"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3924749635
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.stm32h743_nucleo.3924749635"
|
||||
#define SIGNATURE_HASH 1285037425
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.stm32h743_nucleo.1285037425"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2741041520
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.subaru_eg33_f7.2741041520"
|
||||
#define SIGNATURE_HASH 102107458
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.subaru_eg33_f7.102107458"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3924749635
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.t-b-g.3924749635"
|
||||
#define SIGNATURE_HASH 1285037425
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.t-b-g.1285037425"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3552793035
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.tdg-pdm8.3552793035"
|
||||
#define SIGNATURE_HASH 1991614969
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.tdg-pdm8.1991614969"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2475987064
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.uaefi.2475987064"
|
||||
#define SIGNATURE_HASH 920805450
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.uaefi.920805450"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3138995313
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.uaefi121.3138995313"
|
||||
#define SIGNATURE_HASH 510637123
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.21.uaefi121.510637123"
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue