Auto-generated configs and docs
This commit is contained in:
parent
9104853142
commit
e7a978cbed
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:30:19 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:09 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3171,7 +3171,7 @@ struct engine_configuration_s {
|
|||
/**
|
||||
* offset 1577
|
||||
*/
|
||||
uint8_t mc33810maxDwellTimer;
|
||||
mc33810maxDwellTimer_e mc33810maxDwellTimer;
|
||||
/**
|
||||
* Duration of each test pulse
|
||||
* units: ms
|
||||
|
@ -5484,4 +5484,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22088);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:30:19 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:09 UTC 2024
|
||||
|
|
|
@ -708,6 +708,7 @@
|
|||
#define MAP_sensor_config_s_size 140
|
||||
#define MAP_WINDOW_SIZE 8
|
||||
#define MAX_CYLINDER_COUNT 12
|
||||
#define mc33810maxDwellTimer_e_auto_enum 0="DWELL_2MS",3="DWELL_16MS",4="DWELL_32MS",1="DWELL_4MS",5="DWELL_64MS",2="DWELL_8MS"
|
||||
#define mc33810maxDwellTimer_e_DWELL_16MS 3
|
||||
#define mc33810maxDwellTimer_e_DWELL_2MS 0
|
||||
#define mc33810maxDwellTimer_e_DWELL_32MS 4
|
||||
|
@ -824,7 +825,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 367801846
|
||||
#define SIGNATURE_HASH 383872382
|
||||
#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"
|
||||
|
@ -993,12 +994,22 @@
|
|||
#define ts_14_command_TS_14_4 4
|
||||
#define ts_14_command_TS_14_5 5
|
||||
#define ts_14_command_TS_14_9 9
|
||||
#define ts_14_command_TS_BURN_WITHOUT_FLASH 0x15
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_0 0x0E
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_1 0x11
|
||||
#define ts_14_command_TS_ETB_RESET 0x0B
|
||||
#define ts_14_command_TS_ETB_START_AUTOTUNE 0x0C
|
||||
#define ts_14_command_TS_ETB_STOP_AUTOTUNE 0x10
|
||||
#define ts_14_command_TS_EXTERNAL_TRIGGER_STIMULATOR_ENABLE 0x13
|
||||
#define ts_14_command_TS_GRAB_PEDAL_UP 6
|
||||
#define ts_14_command_TS_GRAB_PEDAL_WOT 7
|
||||
#define ts_14_command_TS_GRAB_TPS_CLOSED 2
|
||||
#define ts_14_command_TS_GRAB_TPS_WOT 3
|
||||
#define ts_14_command_TS_RESET_MC33810 0x14
|
||||
#define ts_14_command_TS_RESET_TLE8888 8
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_DISABLE 0x0F
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_ENABLE 0x0D
|
||||
#define ts_14_command_TS_WIDEBAND_UPDATE 0x12
|
||||
#define ts_14_command_TS_WRITE_FLASH 0x0A
|
||||
#define TS_BLOCK_READ_TIMEOUT 3000
|
||||
#define TS_BURN_COMMAND 'B'
|
||||
|
@ -1124,7 +1135,7 @@
|
|||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.cypress.367801846"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.cypress.383872382"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:30:18 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:08 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3171,7 +3171,7 @@ struct engine_configuration_s {
|
|||
/**
|
||||
* offset 1577
|
||||
*/
|
||||
uint8_t mc33810maxDwellTimer;
|
||||
mc33810maxDwellTimer_e mc33810maxDwellTimer;
|
||||
/**
|
||||
* Duration of each test pulse
|
||||
* units: ms
|
||||
|
@ -5484,4 +5484,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 20712);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:30:18 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:08 UTC 2024
|
||||
|
|
|
@ -708,6 +708,7 @@
|
|||
#define MAP_sensor_config_s_size 140
|
||||
#define MAP_WINDOW_SIZE 8
|
||||
#define MAX_CYLINDER_COUNT 12
|
||||
#define mc33810maxDwellTimer_e_auto_enum 0="DWELL_2MS",3="DWELL_16MS",4="DWELL_32MS",1="DWELL_4MS",5="DWELL_64MS",2="DWELL_8MS"
|
||||
#define mc33810maxDwellTimer_e_DWELL_16MS 3
|
||||
#define mc33810maxDwellTimer_e_DWELL_2MS 0
|
||||
#define mc33810maxDwellTimer_e_DWELL_32MS 4
|
||||
|
@ -824,7 +825,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 1463677528
|
||||
#define SIGNATURE_HASH 1412475600
|
||||
#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"
|
||||
|
@ -993,12 +994,22 @@
|
|||
#define ts_14_command_TS_14_4 4
|
||||
#define ts_14_command_TS_14_5 5
|
||||
#define ts_14_command_TS_14_9 9
|
||||
#define ts_14_command_TS_BURN_WITHOUT_FLASH 0x15
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_0 0x0E
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_1 0x11
|
||||
#define ts_14_command_TS_ETB_RESET 0x0B
|
||||
#define ts_14_command_TS_ETB_START_AUTOTUNE 0x0C
|
||||
#define ts_14_command_TS_ETB_STOP_AUTOTUNE 0x10
|
||||
#define ts_14_command_TS_EXTERNAL_TRIGGER_STIMULATOR_ENABLE 0x13
|
||||
#define ts_14_command_TS_GRAB_PEDAL_UP 6
|
||||
#define ts_14_command_TS_GRAB_PEDAL_WOT 7
|
||||
#define ts_14_command_TS_GRAB_TPS_CLOSED 2
|
||||
#define ts_14_command_TS_GRAB_TPS_WOT 3
|
||||
#define ts_14_command_TS_RESET_MC33810 0x14
|
||||
#define ts_14_command_TS_RESET_TLE8888 8
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_DISABLE 0x0F
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_ENABLE 0x0D
|
||||
#define ts_14_command_TS_WIDEBAND_UPDATE 0x12
|
||||
#define ts_14_command_TS_WRITE_FLASH 0x0A
|
||||
#define TS_BLOCK_READ_TIMEOUT 3000
|
||||
#define TS_BURN_COMMAND 'B'
|
||||
|
@ -1124,7 +1135,7 @@
|
|||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.kin.1463677528"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.kin.1412475600"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:30:20 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:10 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3171,7 +3171,7 @@ struct engine_configuration_s {
|
|||
/**
|
||||
* offset 1577
|
||||
*/
|
||||
uint8_t mc33810maxDwellTimer;
|
||||
mc33810maxDwellTimer_e mc33810maxDwellTimer;
|
||||
/**
|
||||
* Duration of each test pulse
|
||||
* units: ms
|
||||
|
@ -5484,4 +5484,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22088);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:30:20 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:10 UTC 2024
|
||||
|
|
|
@ -945,6 +945,7 @@
|
|||
#define MAP_sensor_config_s_size 140
|
||||
#define MAP_WINDOW_SIZE 8
|
||||
#define MAX_CYLINDER_COUNT 12
|
||||
#define mc33810maxDwellTimer_e_auto_enum 0="DWELL_2MS",3="DWELL_16MS",4="DWELL_32MS",1="DWELL_4MS",5="DWELL_64MS",2="DWELL_8MS"
|
||||
#define mc33810maxDwellTimer_e_DWELL_16MS 3
|
||||
#define mc33810maxDwellTimer_e_DWELL_2MS 0
|
||||
#define mc33810maxDwellTimer_e_DWELL_32MS 4
|
||||
|
@ -1061,7 +1062,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 877532828
|
||||
#define SIGNATURE_HASH 927157780
|
||||
#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"
|
||||
|
@ -1230,12 +1231,22 @@
|
|||
#define ts_14_command_TS_14_4 4
|
||||
#define ts_14_command_TS_14_5 5
|
||||
#define ts_14_command_TS_14_9 9
|
||||
#define ts_14_command_TS_BURN_WITHOUT_FLASH 0x15
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_0 0x0E
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_1 0x11
|
||||
#define ts_14_command_TS_ETB_RESET 0x0B
|
||||
#define ts_14_command_TS_ETB_START_AUTOTUNE 0x0C
|
||||
#define ts_14_command_TS_ETB_STOP_AUTOTUNE 0x10
|
||||
#define ts_14_command_TS_EXTERNAL_TRIGGER_STIMULATOR_ENABLE 0x13
|
||||
#define ts_14_command_TS_GRAB_PEDAL_UP 6
|
||||
#define ts_14_command_TS_GRAB_PEDAL_WOT 7
|
||||
#define ts_14_command_TS_GRAB_TPS_CLOSED 2
|
||||
#define ts_14_command_TS_GRAB_TPS_WOT 3
|
||||
#define ts_14_command_TS_RESET_MC33810 0x14
|
||||
#define ts_14_command_TS_RESET_TLE8888 8
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_DISABLE 0x0F
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_ENABLE 0x0D
|
||||
#define ts_14_command_TS_WIDEBAND_UPDATE 0x12
|
||||
#define ts_14_command_TS_WRITE_FLASH 0x0A
|
||||
#define TS_BLOCK_READ_TIMEOUT 300
|
||||
#define TS_BURN_COMMAND 'B'
|
||||
|
@ -1361,7 +1372,7 @@
|
|||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.subaru_eg33_f7.877532828"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.subaru_eg33_f7.927157780"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include "global.h"
|
||||
#include "engine_types.h"
|
||||
// was generated automatically by rusEFI tool from engine_types.h // by enum_to_string.jar tool on Tue Dec 26 01:36:31 UTC 2023
|
||||
// was generated automatically by rusEFI tool from engine_types.h // by enum_to_string.jar tool on Wed Jan 03 21:42:05 UTC 2024
|
||||
// see also gen_config_and_enums.bat
|
||||
|
||||
|
||||
|
@ -567,8 +567,20 @@ case TS_14_5:
|
|||
return "TS_14_5";
|
||||
case TS_14_9:
|
||||
return "TS_14_9";
|
||||
case TS_BURN_WITHOUT_FLASH:
|
||||
return "TS_BURN_WITHOUT_FLASH";
|
||||
case TS_ETB_AUTOCAL_0:
|
||||
return "TS_ETB_AUTOCAL_0";
|
||||
case TS_ETB_AUTOCAL_1:
|
||||
return "TS_ETB_AUTOCAL_1";
|
||||
case TS_ETB_RESET:
|
||||
return "TS_ETB_RESET";
|
||||
case TS_ETB_START_AUTOTUNE:
|
||||
return "TS_ETB_START_AUTOTUNE";
|
||||
case TS_ETB_STOP_AUTOTUNE:
|
||||
return "TS_ETB_STOP_AUTOTUNE";
|
||||
case TS_EXTERNAL_TRIGGER_STIMULATOR_ENABLE:
|
||||
return "TS_EXTERNAL_TRIGGER_STIMULATOR_ENABLE";
|
||||
case TS_GRAB_PEDAL_UP:
|
||||
return "TS_GRAB_PEDAL_UP";
|
||||
case TS_GRAB_PEDAL_WOT:
|
||||
|
@ -577,8 +589,16 @@ case TS_GRAB_TPS_CLOSED:
|
|||
return "TS_GRAB_TPS_CLOSED";
|
||||
case TS_GRAB_TPS_WOT:
|
||||
return "TS_GRAB_TPS_WOT";
|
||||
case TS_RESET_MC33810:
|
||||
return "TS_RESET_MC33810";
|
||||
case TS_RESET_TLE8888:
|
||||
return "TS_RESET_TLE8888";
|
||||
case TS_TRIGGER_STIMULATOR_DISABLE:
|
||||
return "TS_TRIGGER_STIMULATOR_DISABLE";
|
||||
case TS_TRIGGER_STIMULATOR_ENABLE:
|
||||
return "TS_TRIGGER_STIMULATOR_ENABLE";
|
||||
case TS_WIDEBAND_UPDATE:
|
||||
return "TS_WIDEBAND_UPDATE";
|
||||
case TS_WRITE_FLASH:
|
||||
return "TS_WRITE_FLASH";
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:30:23 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:13 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3171,7 +3171,7 @@ struct engine_configuration_s {
|
|||
/**
|
||||
* offset 1577
|
||||
*/
|
||||
uint8_t mc33810maxDwellTimer;
|
||||
mc33810maxDwellTimer_e mc33810maxDwellTimer;
|
||||
/**
|
||||
* Duration of each test pulse
|
||||
* units: ms
|
||||
|
@ -5484,4 +5484,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22088);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:30:23 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:13 UTC 2024
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:30:26 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:16 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3171,7 +3171,7 @@ struct engine_configuration_s {
|
|||
/**
|
||||
* offset 1577
|
||||
*/
|
||||
uint8_t mc33810maxDwellTimer;
|
||||
mc33810maxDwellTimer_e mc33810maxDwellTimer;
|
||||
/**
|
||||
* Duration of each test pulse
|
||||
* units: ms
|
||||
|
@ -5484,4 +5484,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22088);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:30:26 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:16 UTC 2024
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:30:28 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:18 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3171,7 +3171,7 @@ struct engine_configuration_s {
|
|||
/**
|
||||
* offset 1577
|
||||
*/
|
||||
uint8_t mc33810maxDwellTimer;
|
||||
mc33810maxDwellTimer_e mc33810maxDwellTimer;
|
||||
/**
|
||||
* Duration of each test pulse
|
||||
* units: ms
|
||||
|
@ -5484,4 +5484,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22088);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:30:28 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:18 UTC 2024
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:30:36 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:26 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3171,7 +3171,7 @@ struct engine_configuration_s {
|
|||
/**
|
||||
* offset 1577
|
||||
*/
|
||||
uint8_t mc33810maxDwellTimer;
|
||||
mc33810maxDwellTimer_e mc33810maxDwellTimer;
|
||||
/**
|
||||
* Duration of each test pulse
|
||||
* units: ms
|
||||
|
@ -5484,4 +5484,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22088);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:30:36 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:26 UTC 2024
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:30:31 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:21 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3171,7 +3171,7 @@ struct engine_configuration_s {
|
|||
/**
|
||||
* offset 1593
|
||||
*/
|
||||
uint8_t mc33810maxDwellTimer;
|
||||
mc33810maxDwellTimer_e mc33810maxDwellTimer;
|
||||
/**
|
||||
* Duration of each test pulse
|
||||
* units: ms
|
||||
|
@ -5484,4 +5484,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22104);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:30:31 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:21 UTC 2024
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:30:34 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:24 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3171,7 +3171,7 @@ struct engine_configuration_s {
|
|||
/**
|
||||
* offset 1593
|
||||
*/
|
||||
uint8_t mc33810maxDwellTimer;
|
||||
mc33810maxDwellTimer_e mc33810maxDwellTimer;
|
||||
/**
|
||||
* Duration of each test pulse
|
||||
* units: ms
|
||||
|
@ -5484,4 +5484,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22104);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:30:34 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:24 UTC 2024
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:32:06 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:56 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3171,7 +3171,7 @@ struct engine_configuration_s {
|
|||
/**
|
||||
* offset 1577
|
||||
*/
|
||||
uint8_t mc33810maxDwellTimer;
|
||||
mc33810maxDwellTimer_e mc33810maxDwellTimer;
|
||||
/**
|
||||
* Duration of each test pulse
|
||||
* units: ms
|
||||
|
@ -5484,4 +5484,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22088);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:32:06 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:56 UTC 2024
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:31:58 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:49 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3171,7 +3171,7 @@ struct engine_configuration_s {
|
|||
/**
|
||||
* offset 1577
|
||||
*/
|
||||
uint8_t mc33810maxDwellTimer;
|
||||
mc33810maxDwellTimer_e mc33810maxDwellTimer;
|
||||
/**
|
||||
* Duration of each test pulse
|
||||
* units: ms
|
||||
|
@ -5484,4 +5484,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 21588);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:31:58 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:49 UTC 2024
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:32:03 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:54 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3171,7 +3171,7 @@ struct engine_configuration_s {
|
|||
/**
|
||||
* offset 1577
|
||||
*/
|
||||
uint8_t mc33810maxDwellTimer;
|
||||
mc33810maxDwellTimer_e mc33810maxDwellTimer;
|
||||
/**
|
||||
* Duration of each test pulse
|
||||
* units: ms
|
||||
|
@ -5484,4 +5484,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22088);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:32:03 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:54 UTC 2024
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:31:44 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:35 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3171,7 +3171,7 @@ struct engine_configuration_s {
|
|||
/**
|
||||
* offset 1577
|
||||
*/
|
||||
uint8_t mc33810maxDwellTimer;
|
||||
mc33810maxDwellTimer_e mc33810maxDwellTimer;
|
||||
/**
|
||||
* Duration of each test pulse
|
||||
* units: ms
|
||||
|
@ -5484,4 +5484,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22088);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:31:44 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:35 UTC 2024
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:31:46 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:37 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3171,7 +3171,7 @@ struct engine_configuration_s {
|
|||
/**
|
||||
* offset 1577
|
||||
*/
|
||||
uint8_t mc33810maxDwellTimer;
|
||||
mc33810maxDwellTimer_e mc33810maxDwellTimer;
|
||||
/**
|
||||
* Duration of each test pulse
|
||||
* units: ms
|
||||
|
@ -5484,4 +5484,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22088);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:31:46 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:37 UTC 2024
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:31:29 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:20 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3171,7 +3171,7 @@ struct engine_configuration_s {
|
|||
/**
|
||||
* offset 1577
|
||||
*/
|
||||
uint8_t mc33810maxDwellTimer;
|
||||
mc33810maxDwellTimer_e mc33810maxDwellTimer;
|
||||
/**
|
||||
* Duration of each test pulse
|
||||
* units: ms
|
||||
|
@ -5484,4 +5484,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22088);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:31:29 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:20 UTC 2024
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:30:57 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:47 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3171,7 +3171,7 @@ struct engine_configuration_s {
|
|||
/**
|
||||
* offset 1577
|
||||
*/
|
||||
uint8_t mc33810maxDwellTimer;
|
||||
mc33810maxDwellTimer_e mc33810maxDwellTimer;
|
||||
/**
|
||||
* Duration of each test pulse
|
||||
* units: ms
|
||||
|
@ -5484,4 +5484,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22088);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:30:57 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:47 UTC 2024
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:31:07 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:57 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3171,7 +3171,7 @@ struct engine_configuration_s {
|
|||
/**
|
||||
* offset 1577
|
||||
*/
|
||||
uint8_t mc33810maxDwellTimer;
|
||||
mc33810maxDwellTimer_e mc33810maxDwellTimer;
|
||||
/**
|
||||
* Duration of each test pulse
|
||||
* units: ms
|
||||
|
@ -5484,4 +5484,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22088);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:31:07 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:57 UTC 2024
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:30:47 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:37 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3171,7 +3171,7 @@ struct engine_configuration_s {
|
|||
/**
|
||||
* offset 1577
|
||||
*/
|
||||
uint8_t mc33810maxDwellTimer;
|
||||
mc33810maxDwellTimer_e mc33810maxDwellTimer;
|
||||
/**
|
||||
* Duration of each test pulse
|
||||
* units: ms
|
||||
|
@ -5484,4 +5484,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22760);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:30:47 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:37 UTC 2024
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:31:04 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:55 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3171,7 +3171,7 @@ struct engine_configuration_s {
|
|||
/**
|
||||
* offset 1577
|
||||
*/
|
||||
uint8_t mc33810maxDwellTimer;
|
||||
mc33810maxDwellTimer_e mc33810maxDwellTimer;
|
||||
/**
|
||||
* Duration of each test pulse
|
||||
* units: ms
|
||||
|
@ -5484,4 +5484,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22088);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:31:04 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:55 UTC 2024
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:30:44 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:34 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3171,7 +3171,7 @@ struct engine_configuration_s {
|
|||
/**
|
||||
* offset 1577
|
||||
*/
|
||||
uint8_t mc33810maxDwellTimer;
|
||||
mc33810maxDwellTimer_e mc33810maxDwellTimer;
|
||||
/**
|
||||
* Duration of each test pulse
|
||||
* units: ms
|
||||
|
@ -5484,4 +5484,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22088);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:30:44 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:34 UTC 2024
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:30:41 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:32 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3171,7 +3171,7 @@ struct engine_configuration_s {
|
|||
/**
|
||||
* offset 1577
|
||||
*/
|
||||
uint8_t mc33810maxDwellTimer;
|
||||
mc33810maxDwellTimer_e mc33810maxDwellTimer;
|
||||
/**
|
||||
* Duration of each test pulse
|
||||
* units: ms
|
||||
|
@ -5484,4 +5484,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22088);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:30:41 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:32 UTC 2024
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:30:39 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:29 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3171,7 +3171,7 @@ struct engine_configuration_s {
|
|||
/**
|
||||
* offset 1577
|
||||
*/
|
||||
uint8_t mc33810maxDwellTimer;
|
||||
mc33810maxDwellTimer_e mc33810maxDwellTimer;
|
||||
/**
|
||||
* Duration of each test pulse
|
||||
* units: ms
|
||||
|
@ -5484,4 +5484,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22088);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:30:39 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:29 UTC 2024
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:30:49 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:39 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3171,7 +3171,7 @@ struct engine_configuration_s {
|
|||
/**
|
||||
* offset 1577
|
||||
*/
|
||||
uint8_t mc33810maxDwellTimer;
|
||||
mc33810maxDwellTimer_e mc33810maxDwellTimer;
|
||||
/**
|
||||
* Duration of each test pulse
|
||||
* units: ms
|
||||
|
@ -5484,4 +5484,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22088);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:30:49 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:39 UTC 2024
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:30:59 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:50 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3171,7 +3171,7 @@ struct engine_configuration_s {
|
|||
/**
|
||||
* offset 1577
|
||||
*/
|
||||
uint8_t mc33810maxDwellTimer;
|
||||
mc33810maxDwellTimer_e mc33810maxDwellTimer;
|
||||
/**
|
||||
* Duration of each test pulse
|
||||
* units: ms
|
||||
|
@ -5484,4 +5484,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22088);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:30:59 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:50 UTC 2024
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:31:02 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:52 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3171,7 +3171,7 @@ struct engine_configuration_s {
|
|||
/**
|
||||
* offset 1577
|
||||
*/
|
||||
uint8_t mc33810maxDwellTimer;
|
||||
mc33810maxDwellTimer_e mc33810maxDwellTimer;
|
||||
/**
|
||||
* Duration of each test pulse
|
||||
* units: ms
|
||||
|
@ -5484,4 +5484,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22088);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:31:02 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:52 UTC 2024
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:30:52 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:42 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3171,7 +3171,7 @@ struct engine_configuration_s {
|
|||
/**
|
||||
* offset 1577
|
||||
*/
|
||||
uint8_t mc33810maxDwellTimer;
|
||||
mc33810maxDwellTimer_e mc33810maxDwellTimer;
|
||||
/**
|
||||
* Duration of each test pulse
|
||||
* units: ms
|
||||
|
@ -5484,4 +5484,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22088);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:30:52 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:42 UTC 2024
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:31:09 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:00 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3171,7 +3171,7 @@ struct engine_configuration_s {
|
|||
/**
|
||||
* offset 1577
|
||||
*/
|
||||
uint8_t mc33810maxDwellTimer;
|
||||
mc33810maxDwellTimer_e mc33810maxDwellTimer;
|
||||
/**
|
||||
* Duration of each test pulse
|
||||
* units: ms
|
||||
|
@ -5484,4 +5484,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22088);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:31:09 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:00 UTC 2024
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:31:12 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:02 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3171,7 +3171,7 @@ struct engine_configuration_s {
|
|||
/**
|
||||
* offset 1577
|
||||
*/
|
||||
uint8_t mc33810maxDwellTimer;
|
||||
mc33810maxDwellTimer_e mc33810maxDwellTimer;
|
||||
/**
|
||||
* Duration of each test pulse
|
||||
* units: ms
|
||||
|
@ -5484,4 +5484,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22088);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:31:12 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:02 UTC 2024
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:31:22 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:12 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3171,7 +3171,7 @@ struct engine_configuration_s {
|
|||
/**
|
||||
* offset 1577
|
||||
*/
|
||||
uint8_t mc33810maxDwellTimer;
|
||||
mc33810maxDwellTimer_e mc33810maxDwellTimer;
|
||||
/**
|
||||
* Duration of each test pulse
|
||||
* units: ms
|
||||
|
@ -5484,4 +5484,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22088);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:31:22 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:12 UTC 2024
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:31:19 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:10 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3171,7 +3171,7 @@ struct engine_configuration_s {
|
|||
/**
|
||||
* offset 1577
|
||||
*/
|
||||
uint8_t mc33810maxDwellTimer;
|
||||
mc33810maxDwellTimer_e mc33810maxDwellTimer;
|
||||
/**
|
||||
* Duration of each test pulse
|
||||
* units: ms
|
||||
|
@ -5484,4 +5484,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22088);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:31:19 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:10 UTC 2024
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:31:17 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:07 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3171,7 +3171,7 @@ struct engine_configuration_s {
|
|||
/**
|
||||
* offset 1577
|
||||
*/
|
||||
uint8_t mc33810maxDwellTimer;
|
||||
mc33810maxDwellTimer_e mc33810maxDwellTimer;
|
||||
/**
|
||||
* Duration of each test pulse
|
||||
* units: ms
|
||||
|
@ -5484,4 +5484,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22088);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:31:17 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:07 UTC 2024
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:31:56 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:47 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3171,7 +3171,7 @@ struct engine_configuration_s {
|
|||
/**
|
||||
* offset 1577
|
||||
*/
|
||||
uint8_t mc33810maxDwellTimer;
|
||||
mc33810maxDwellTimer_e mc33810maxDwellTimer;
|
||||
/**
|
||||
* Duration of each test pulse
|
||||
* units: ms
|
||||
|
@ -5484,4 +5484,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22088);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:31:56 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:47 UTC 2024
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:31:34 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:25 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3171,7 +3171,7 @@ struct engine_configuration_s {
|
|||
/**
|
||||
* offset 1577
|
||||
*/
|
||||
uint8_t mc33810maxDwellTimer;
|
||||
mc33810maxDwellTimer_e mc33810maxDwellTimer;
|
||||
/**
|
||||
* Duration of each test pulse
|
||||
* units: ms
|
||||
|
@ -5484,4 +5484,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22088);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:31:34 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:25 UTC 2024
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:31:32 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:23 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3171,7 +3171,7 @@ struct engine_configuration_s {
|
|||
/**
|
||||
* offset 1577
|
||||
*/
|
||||
uint8_t mc33810maxDwellTimer;
|
||||
mc33810maxDwellTimer_e mc33810maxDwellTimer;
|
||||
/**
|
||||
* Duration of each test pulse
|
||||
* units: ms
|
||||
|
@ -5484,4 +5484,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22088);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:31:32 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:23 UTC 2024
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:31:39 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:30 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3171,7 +3171,7 @@ struct engine_configuration_s {
|
|||
/**
|
||||
* offset 1577
|
||||
*/
|
||||
uint8_t mc33810maxDwellTimer;
|
||||
mc33810maxDwellTimer_e mc33810maxDwellTimer;
|
||||
/**
|
||||
* Duration of each test pulse
|
||||
* units: ms
|
||||
|
@ -5484,4 +5484,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 26088);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:31:39 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:30 UTC 2024
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:31:36 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:27 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3171,7 +3171,7 @@ struct engine_configuration_s {
|
|||
/**
|
||||
* offset 1577
|
||||
*/
|
||||
uint8_t mc33810maxDwellTimer;
|
||||
mc33810maxDwellTimer_e mc33810maxDwellTimer;
|
||||
/**
|
||||
* Duration of each test pulse
|
||||
* units: ms
|
||||
|
@ -5484,4 +5484,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 26088);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:31:36 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:27 UTC 2024
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:31:41 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:32 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3171,7 +3171,7 @@ struct engine_configuration_s {
|
|||
/**
|
||||
* offset 1577
|
||||
*/
|
||||
uint8_t mc33810maxDwellTimer;
|
||||
mc33810maxDwellTimer_e mc33810maxDwellTimer;
|
||||
/**
|
||||
* Duration of each test pulse
|
||||
* units: ms
|
||||
|
@ -5484,4 +5484,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 26088);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:31:41 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:32 UTC 2024
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:31:24 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:15 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3171,7 +3171,7 @@ struct engine_configuration_s {
|
|||
/**
|
||||
* offset 1577
|
||||
*/
|
||||
uint8_t mc33810maxDwellTimer;
|
||||
mc33810maxDwellTimer_e mc33810maxDwellTimer;
|
||||
/**
|
||||
* Duration of each test pulse
|
||||
* units: ms
|
||||
|
@ -5484,4 +5484,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22088);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:31:24 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:15 UTC 2024
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:31:14 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:05 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3171,7 +3171,7 @@ struct engine_configuration_s {
|
|||
/**
|
||||
* offset 1577
|
||||
*/
|
||||
uint8_t mc33810maxDwellTimer;
|
||||
mc33810maxDwellTimer_e mc33810maxDwellTimer;
|
||||
/**
|
||||
* Duration of each test pulse
|
||||
* units: ms
|
||||
|
@ -5484,4 +5484,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22088);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:31:14 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:05 UTC 2024
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:31:49 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:40 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3171,7 +3171,7 @@ struct engine_configuration_s {
|
|||
/**
|
||||
* offset 1577
|
||||
*/
|
||||
uint8_t mc33810maxDwellTimer;
|
||||
mc33810maxDwellTimer_e mc33810maxDwellTimer;
|
||||
/**
|
||||
* Duration of each test pulse
|
||||
* units: ms
|
||||
|
@ -5484,4 +5484,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22088);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:31:49 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:40 UTC 2024
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:31:51 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:42 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3171,7 +3171,7 @@ struct engine_configuration_s {
|
|||
/**
|
||||
* offset 1577
|
||||
*/
|
||||
uint8_t mc33810maxDwellTimer;
|
||||
mc33810maxDwellTimer_e mc33810maxDwellTimer;
|
||||
/**
|
||||
* Duration of each test pulse
|
||||
* units: ms
|
||||
|
@ -5484,4 +5484,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22088);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:31:51 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:42 UTC 2024
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:31:53 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:44 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3171,7 +3171,7 @@ struct engine_configuration_s {
|
|||
/**
|
||||
* offset 1577
|
||||
*/
|
||||
uint8_t mc33810maxDwellTimer;
|
||||
mc33810maxDwellTimer_e mc33810maxDwellTimer;
|
||||
/**
|
||||
* Duration of each test pulse
|
||||
* units: ms
|
||||
|
@ -5484,4 +5484,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22088);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:31:53 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:44 UTC 2024
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:31:27 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:17 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3171,7 +3171,7 @@ struct engine_configuration_s {
|
|||
/**
|
||||
* offset 1577
|
||||
*/
|
||||
uint8_t mc33810maxDwellTimer;
|
||||
mc33810maxDwellTimer_e mc33810maxDwellTimer;
|
||||
/**
|
||||
* Duration of each test pulse
|
||||
* units: ms
|
||||
|
@ -5484,4 +5484,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22088);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:31:27 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:17 UTC 2024
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:32:01 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:51 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3171,7 +3171,7 @@ struct engine_configuration_s {
|
|||
/**
|
||||
* offset 1577
|
||||
*/
|
||||
uint8_t mc33810maxDwellTimer;
|
||||
mc33810maxDwellTimer_e mc33810maxDwellTimer;
|
||||
/**
|
||||
* Duration of each test pulse
|
||||
* units: ms
|
||||
|
@ -5484,4 +5484,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22088);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:32:01 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:43:51 UTC 2024
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:30:54 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:45 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3171,7 +3171,7 @@ struct engine_configuration_s {
|
|||
/**
|
||||
* offset 1577
|
||||
*/
|
||||
uint8_t mc33810maxDwellTimer;
|
||||
mc33810maxDwellTimer_e mc33810maxDwellTimer;
|
||||
/**
|
||||
* Duration of each test pulse
|
||||
* units: ms
|
||||
|
@ -5484,4 +5484,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22088);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 20:30:54 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 21:42:45 UTC 2024
|
||||
|
|
|
@ -1034,6 +1034,7 @@
|
|||
#define MAP_sensor_config_s_size 140
|
||||
#define MAP_WINDOW_SIZE 8
|
||||
#define MAX_CYLINDER_COUNT 12
|
||||
#define mc33810maxDwellTimer_e_auto_enum 0="DWELL_2MS",3="DWELL_16MS",4="DWELL_32MS",1="DWELL_4MS",5="DWELL_64MS",2="DWELL_8MS"
|
||||
#define mc33810maxDwellTimer_e_DWELL_16MS 3
|
||||
#define mc33810maxDwellTimer_e_DWELL_2MS 0
|
||||
#define mc33810maxDwellTimer_e_DWELL_32MS 4
|
||||
|
@ -1152,7 +1153,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 1704559089
|
||||
#define SIGNATURE_HASH 1721031033
|
||||
#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"
|
||||
|
@ -1321,12 +1322,22 @@
|
|||
#define ts_14_command_TS_14_4 4
|
||||
#define ts_14_command_TS_14_5 5
|
||||
#define ts_14_command_TS_14_9 9
|
||||
#define ts_14_command_TS_BURN_WITHOUT_FLASH 0x15
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_0 0x0E
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_1 0x11
|
||||
#define ts_14_command_TS_ETB_RESET 0x0B
|
||||
#define ts_14_command_TS_ETB_START_AUTOTUNE 0x0C
|
||||
#define ts_14_command_TS_ETB_STOP_AUTOTUNE 0x10
|
||||
#define ts_14_command_TS_EXTERNAL_TRIGGER_STIMULATOR_ENABLE 0x13
|
||||
#define ts_14_command_TS_GRAB_PEDAL_UP 6
|
||||
#define ts_14_command_TS_GRAB_PEDAL_WOT 7
|
||||
#define ts_14_command_TS_GRAB_TPS_CLOSED 2
|
||||
#define ts_14_command_TS_GRAB_TPS_WOT 3
|
||||
#define ts_14_command_TS_RESET_MC33810 0x14
|
||||
#define ts_14_command_TS_RESET_TLE8888 8
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_DISABLE 0x0F
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_ENABLE 0x0D
|
||||
#define ts_14_command_TS_WIDEBAND_UPDATE 0x12
|
||||
#define ts_14_command_TS_WRITE_FLASH 0x0A
|
||||
#define TS_BLOCK_READ_TIMEOUT 3000
|
||||
#define TS_BURN_COMMAND 'B'
|
||||
|
@ -1452,7 +1463,7 @@
|
|||
#define ts_show_vr_threshold_2 false
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins false
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.alphax-2chan.1704559089"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.alphax-2chan.1721031033"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1035,6 +1035,7 @@
|
|||
#define MAP_sensor_config_s_size 140
|
||||
#define MAP_WINDOW_SIZE 8
|
||||
#define MAX_CYLINDER_COUNT 12
|
||||
#define mc33810maxDwellTimer_e_auto_enum 0="DWELL_2MS",3="DWELL_16MS",4="DWELL_32MS",1="DWELL_4MS",5="DWELL_64MS",2="DWELL_8MS"
|
||||
#define mc33810maxDwellTimer_e_DWELL_16MS 3
|
||||
#define mc33810maxDwellTimer_e_DWELL_2MS 0
|
||||
#define mc33810maxDwellTimer_e_DWELL_32MS 4
|
||||
|
@ -1153,7 +1154,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 114093833
|
||||
#define SIGNATURE_HASH 96581505
|
||||
#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"
|
||||
|
@ -1322,12 +1323,22 @@
|
|||
#define ts_14_command_TS_14_4 4
|
||||
#define ts_14_command_TS_14_5 5
|
||||
#define ts_14_command_TS_14_9 9
|
||||
#define ts_14_command_TS_BURN_WITHOUT_FLASH 0x15
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_0 0x0E
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_1 0x11
|
||||
#define ts_14_command_TS_ETB_RESET 0x0B
|
||||
#define ts_14_command_TS_ETB_START_AUTOTUNE 0x0C
|
||||
#define ts_14_command_TS_ETB_STOP_AUTOTUNE 0x10
|
||||
#define ts_14_command_TS_EXTERNAL_TRIGGER_STIMULATOR_ENABLE 0x13
|
||||
#define ts_14_command_TS_GRAB_PEDAL_UP 6
|
||||
#define ts_14_command_TS_GRAB_PEDAL_WOT 7
|
||||
#define ts_14_command_TS_GRAB_TPS_CLOSED 2
|
||||
#define ts_14_command_TS_GRAB_TPS_WOT 3
|
||||
#define ts_14_command_TS_RESET_MC33810 0x14
|
||||
#define ts_14_command_TS_RESET_TLE8888 8
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_DISABLE 0x0F
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_ENABLE 0x0D
|
||||
#define ts_14_command_TS_WIDEBAND_UPDATE 0x12
|
||||
#define ts_14_command_TS_WRITE_FLASH 0x0A
|
||||
#define TS_BLOCK_READ_TIMEOUT 3000
|
||||
#define TS_BURN_COMMAND 'B'
|
||||
|
@ -1453,7 +1464,7 @@
|
|||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins false
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.alphax-4chan.114093833"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.alphax-4chan.96581505"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1035,6 +1035,7 @@
|
|||
#define MAP_sensor_config_s_size 140
|
||||
#define MAP_WINDOW_SIZE 8
|
||||
#define MAX_CYLINDER_COUNT 12
|
||||
#define mc33810maxDwellTimer_e_auto_enum 0="DWELL_2MS",3="DWELL_16MS",4="DWELL_32MS",1="DWELL_4MS",5="DWELL_64MS",2="DWELL_8MS"
|
||||
#define mc33810maxDwellTimer_e_DWELL_16MS 3
|
||||
#define mc33810maxDwellTimer_e_DWELL_2MS 0
|
||||
#define mc33810maxDwellTimer_e_DWELL_32MS 4
|
||||
|
@ -1153,7 +1154,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 114093833
|
||||
#define SIGNATURE_HASH 96581505
|
||||
#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"
|
||||
|
@ -1322,12 +1323,22 @@
|
|||
#define ts_14_command_TS_14_4 4
|
||||
#define ts_14_command_TS_14_5 5
|
||||
#define ts_14_command_TS_14_9 9
|
||||
#define ts_14_command_TS_BURN_WITHOUT_FLASH 0x15
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_0 0x0E
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_1 0x11
|
||||
#define ts_14_command_TS_ETB_RESET 0x0B
|
||||
#define ts_14_command_TS_ETB_START_AUTOTUNE 0x0C
|
||||
#define ts_14_command_TS_ETB_STOP_AUTOTUNE 0x10
|
||||
#define ts_14_command_TS_EXTERNAL_TRIGGER_STIMULATOR_ENABLE 0x13
|
||||
#define ts_14_command_TS_GRAB_PEDAL_UP 6
|
||||
#define ts_14_command_TS_GRAB_PEDAL_WOT 7
|
||||
#define ts_14_command_TS_GRAB_TPS_CLOSED 2
|
||||
#define ts_14_command_TS_GRAB_TPS_WOT 3
|
||||
#define ts_14_command_TS_RESET_MC33810 0x14
|
||||
#define ts_14_command_TS_RESET_TLE8888 8
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_DISABLE 0x0F
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_ENABLE 0x0D
|
||||
#define ts_14_command_TS_WIDEBAND_UPDATE 0x12
|
||||
#define ts_14_command_TS_WRITE_FLASH 0x0A
|
||||
#define TS_BLOCK_READ_TIMEOUT 3000
|
||||
#define TS_BURN_COMMAND 'B'
|
||||
|
@ -1453,7 +1464,7 @@
|
|||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins false
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.alphax-4chan_f7.114093833"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.alphax-4chan_f7.96581505"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1034,6 +1034,7 @@
|
|||
#define MAP_sensor_config_s_size 140
|
||||
#define MAP_WINDOW_SIZE 8
|
||||
#define MAX_CYLINDER_COUNT 12
|
||||
#define mc33810maxDwellTimer_e_auto_enum 0="DWELL_2MS",3="DWELL_16MS",4="DWELL_32MS",1="DWELL_4MS",5="DWELL_64MS",2="DWELL_8MS"
|
||||
#define mc33810maxDwellTimer_e_DWELL_16MS 3
|
||||
#define mc33810maxDwellTimer_e_DWELL_2MS 0
|
||||
#define mc33810maxDwellTimer_e_DWELL_32MS 4
|
||||
|
@ -1152,7 +1153,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 1420495854
|
||||
#define SIGNATURE_HASH 1470518118
|
||||
#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"
|
||||
|
@ -1321,12 +1322,22 @@
|
|||
#define ts_14_command_TS_14_4 4
|
||||
#define ts_14_command_TS_14_5 5
|
||||
#define ts_14_command_TS_14_9 9
|
||||
#define ts_14_command_TS_BURN_WITHOUT_FLASH 0x15
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_0 0x0E
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_1 0x11
|
||||
#define ts_14_command_TS_ETB_RESET 0x0B
|
||||
#define ts_14_command_TS_ETB_START_AUTOTUNE 0x0C
|
||||
#define ts_14_command_TS_ETB_STOP_AUTOTUNE 0x10
|
||||
#define ts_14_command_TS_EXTERNAL_TRIGGER_STIMULATOR_ENABLE 0x13
|
||||
#define ts_14_command_TS_GRAB_PEDAL_UP 6
|
||||
#define ts_14_command_TS_GRAB_PEDAL_WOT 7
|
||||
#define ts_14_command_TS_GRAB_TPS_CLOSED 2
|
||||
#define ts_14_command_TS_GRAB_TPS_WOT 3
|
||||
#define ts_14_command_TS_RESET_MC33810 0x14
|
||||
#define ts_14_command_TS_RESET_TLE8888 8
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_DISABLE 0x0F
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_ENABLE 0x0D
|
||||
#define ts_14_command_TS_WIDEBAND_UPDATE 0x12
|
||||
#define ts_14_command_TS_WRITE_FLASH 0x0A
|
||||
#define TS_BLOCK_READ_TIMEOUT 3000
|
||||
#define TS_BURN_COMMAND 'B'
|
||||
|
@ -1452,7 +1463,7 @@
|
|||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.alphax-8chan-revA.1420495854"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.alphax-8chan-revA.1470518118"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1034,6 +1034,7 @@
|
|||
#define MAP_sensor_config_s_size 140
|
||||
#define MAP_WINDOW_SIZE 8
|
||||
#define MAX_CYLINDER_COUNT 12
|
||||
#define mc33810maxDwellTimer_e_auto_enum 0="DWELL_2MS",3="DWELL_16MS",4="DWELL_32MS",1="DWELL_4MS",5="DWELL_64MS",2="DWELL_8MS"
|
||||
#define mc33810maxDwellTimer_e_DWELL_16MS 3
|
||||
#define mc33810maxDwellTimer_e_DWELL_2MS 0
|
||||
#define mc33810maxDwellTimer_e_DWELL_32MS 4
|
||||
|
@ -1152,7 +1153,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 189061137
|
||||
#define SIGNATURE_HASH 139034777
|
||||
#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"
|
||||
|
@ -1321,12 +1322,22 @@
|
|||
#define ts_14_command_TS_14_4 4
|
||||
#define ts_14_command_TS_14_5 5
|
||||
#define ts_14_command_TS_14_9 9
|
||||
#define ts_14_command_TS_BURN_WITHOUT_FLASH 0x15
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_0 0x0E
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_1 0x11
|
||||
#define ts_14_command_TS_ETB_RESET 0x0B
|
||||
#define ts_14_command_TS_ETB_START_AUTOTUNE 0x0C
|
||||
#define ts_14_command_TS_ETB_STOP_AUTOTUNE 0x10
|
||||
#define ts_14_command_TS_EXTERNAL_TRIGGER_STIMULATOR_ENABLE 0x13
|
||||
#define ts_14_command_TS_GRAB_PEDAL_UP 6
|
||||
#define ts_14_command_TS_GRAB_PEDAL_WOT 7
|
||||
#define ts_14_command_TS_GRAB_TPS_CLOSED 2
|
||||
#define ts_14_command_TS_GRAB_TPS_WOT 3
|
||||
#define ts_14_command_TS_RESET_MC33810 0x14
|
||||
#define ts_14_command_TS_RESET_TLE8888 8
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_DISABLE 0x0F
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_ENABLE 0x0D
|
||||
#define ts_14_command_TS_WIDEBAND_UPDATE 0x12
|
||||
#define ts_14_command_TS_WRITE_FLASH 0x0A
|
||||
#define TS_BLOCK_READ_TIMEOUT 3000
|
||||
#define TS_BURN_COMMAND 'B'
|
||||
|
@ -1452,7 +1463,7 @@
|
|||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.alphax-8chan.189061137"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.alphax-8chan.139034777"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1034,6 +1034,7 @@
|
|||
#define MAP_sensor_config_s_size 140
|
||||
#define MAP_WINDOW_SIZE 8
|
||||
#define MAX_CYLINDER_COUNT 12
|
||||
#define mc33810maxDwellTimer_e_auto_enum 0="DWELL_2MS",3="DWELL_16MS",4="DWELL_32MS",1="DWELL_4MS",5="DWELL_64MS",2="DWELL_8MS"
|
||||
#define mc33810maxDwellTimer_e_DWELL_16MS 3
|
||||
#define mc33810maxDwellTimer_e_DWELL_2MS 0
|
||||
#define mc33810maxDwellTimer_e_DWELL_32MS 4
|
||||
|
@ -1152,7 +1153,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 189061137
|
||||
#define SIGNATURE_HASH 139034777
|
||||
#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"
|
||||
|
@ -1321,12 +1322,22 @@
|
|||
#define ts_14_command_TS_14_4 4
|
||||
#define ts_14_command_TS_14_5 5
|
||||
#define ts_14_command_TS_14_9 9
|
||||
#define ts_14_command_TS_BURN_WITHOUT_FLASH 0x15
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_0 0x0E
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_1 0x11
|
||||
#define ts_14_command_TS_ETB_RESET 0x0B
|
||||
#define ts_14_command_TS_ETB_START_AUTOTUNE 0x0C
|
||||
#define ts_14_command_TS_ETB_STOP_AUTOTUNE 0x10
|
||||
#define ts_14_command_TS_EXTERNAL_TRIGGER_STIMULATOR_ENABLE 0x13
|
||||
#define ts_14_command_TS_GRAB_PEDAL_UP 6
|
||||
#define ts_14_command_TS_GRAB_PEDAL_WOT 7
|
||||
#define ts_14_command_TS_GRAB_TPS_CLOSED 2
|
||||
#define ts_14_command_TS_GRAB_TPS_WOT 3
|
||||
#define ts_14_command_TS_RESET_MC33810 0x14
|
||||
#define ts_14_command_TS_RESET_TLE8888 8
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_DISABLE 0x0F
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_ENABLE 0x0D
|
||||
#define ts_14_command_TS_WIDEBAND_UPDATE 0x12
|
||||
#define ts_14_command_TS_WRITE_FLASH 0x0A
|
||||
#define TS_BLOCK_READ_TIMEOUT 3000
|
||||
#define TS_BURN_COMMAND 'B'
|
||||
|
@ -1452,7 +1463,7 @@
|
|||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.alphax-8chan_f7.189061137"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.alphax-8chan_f7.139034777"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1034,6 +1034,7 @@
|
|||
#define MAP_sensor_config_s_size 140
|
||||
#define MAP_WINDOW_SIZE 8
|
||||
#define MAX_CYLINDER_COUNT 12
|
||||
#define mc33810maxDwellTimer_e_auto_enum 0="DWELL_2MS",3="DWELL_16MS",4="DWELL_32MS",1="DWELL_4MS",5="DWELL_64MS",2="DWELL_8MS"
|
||||
#define mc33810maxDwellTimer_e_DWELL_16MS 3
|
||||
#define mc33810maxDwellTimer_e_DWELL_2MS 0
|
||||
#define mc33810maxDwellTimer_e_DWELL_32MS 4
|
||||
|
@ -1150,7 +1151,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 367801846
|
||||
#define SIGNATURE_HASH 383872382
|
||||
#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"
|
||||
|
@ -1319,12 +1320,22 @@
|
|||
#define ts_14_command_TS_14_4 4
|
||||
#define ts_14_command_TS_14_5 5
|
||||
#define ts_14_command_TS_14_9 9
|
||||
#define ts_14_command_TS_BURN_WITHOUT_FLASH 0x15
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_0 0x0E
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_1 0x11
|
||||
#define ts_14_command_TS_ETB_RESET 0x0B
|
||||
#define ts_14_command_TS_ETB_START_AUTOTUNE 0x0C
|
||||
#define ts_14_command_TS_ETB_STOP_AUTOTUNE 0x10
|
||||
#define ts_14_command_TS_EXTERNAL_TRIGGER_STIMULATOR_ENABLE 0x13
|
||||
#define ts_14_command_TS_GRAB_PEDAL_UP 6
|
||||
#define ts_14_command_TS_GRAB_PEDAL_WOT 7
|
||||
#define ts_14_command_TS_GRAB_TPS_CLOSED 2
|
||||
#define ts_14_command_TS_GRAB_TPS_WOT 3
|
||||
#define ts_14_command_TS_RESET_MC33810 0x14
|
||||
#define ts_14_command_TS_RESET_TLE8888 8
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_DISABLE 0x0F
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_ENABLE 0x0D
|
||||
#define ts_14_command_TS_WIDEBAND_UPDATE 0x12
|
||||
#define ts_14_command_TS_WRITE_FLASH 0x0A
|
||||
#define TS_BLOCK_READ_TIMEOUT 3000
|
||||
#define TS_BURN_COMMAND 'B'
|
||||
|
@ -1450,7 +1461,7 @@
|
|||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.at_start_f435.367801846"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.at_start_f435.383872382"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1034,6 +1034,7 @@
|
|||
#define MAP_sensor_config_s_size 140
|
||||
#define MAP_WINDOW_SIZE 8
|
||||
#define MAX_CYLINDER_COUNT 12
|
||||
#define mc33810maxDwellTimer_e_auto_enum 0="DWELL_2MS",3="DWELL_16MS",4="DWELL_32MS",1="DWELL_4MS",5="DWELL_64MS",2="DWELL_8MS"
|
||||
#define mc33810maxDwellTimer_e_DWELL_16MS 3
|
||||
#define mc33810maxDwellTimer_e_DWELL_2MS 0
|
||||
#define mc33810maxDwellTimer_e_DWELL_32MS 4
|
||||
|
@ -1150,7 +1151,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 1374413240
|
||||
#define SIGNATURE_HASH 1390852400
|
||||
#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"
|
||||
|
@ -1319,12 +1320,22 @@
|
|||
#define ts_14_command_TS_14_4 4
|
||||
#define ts_14_command_TS_14_5 5
|
||||
#define ts_14_command_TS_14_9 9
|
||||
#define ts_14_command_TS_BURN_WITHOUT_FLASH 0x15
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_0 0x0E
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_1 0x11
|
||||
#define ts_14_command_TS_ETB_RESET 0x0B
|
||||
#define ts_14_command_TS_ETB_START_AUTOTUNE 0x0C
|
||||
#define ts_14_command_TS_ETB_STOP_AUTOTUNE 0x10
|
||||
#define ts_14_command_TS_EXTERNAL_TRIGGER_STIMULATOR_ENABLE 0x13
|
||||
#define ts_14_command_TS_GRAB_PEDAL_UP 6
|
||||
#define ts_14_command_TS_GRAB_PEDAL_WOT 7
|
||||
#define ts_14_command_TS_GRAB_TPS_CLOSED 2
|
||||
#define ts_14_command_TS_GRAB_TPS_WOT 3
|
||||
#define ts_14_command_TS_RESET_MC33810 0x14
|
||||
#define ts_14_command_TS_RESET_TLE8888 8
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_DISABLE 0x0F
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_ENABLE 0x0D
|
||||
#define ts_14_command_TS_WIDEBAND_UPDATE 0x12
|
||||
#define ts_14_command_TS_WRITE_FLASH 0x0A
|
||||
#define TS_BLOCK_READ_TIMEOUT 3000
|
||||
#define TS_BURN_COMMAND 'B'
|
||||
|
@ -1450,7 +1461,7 @@
|
|||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.atlas.1374413240"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.atlas.1390852400"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1034,6 +1034,7 @@
|
|||
#define MAP_sensor_config_s_size 140
|
||||
#define MAP_WINDOW_SIZE 8
|
||||
#define MAX_CYLINDER_COUNT 12
|
||||
#define mc33810maxDwellTimer_e_auto_enum 0="DWELL_2MS",3="DWELL_16MS",4="DWELL_32MS",1="DWELL_4MS",5="DWELL_64MS",2="DWELL_8MS"
|
||||
#define mc33810maxDwellTimer_e_DWELL_16MS 3
|
||||
#define mc33810maxDwellTimer_e_DWELL_2MS 0
|
||||
#define mc33810maxDwellTimer_e_DWELL_32MS 4
|
||||
|
@ -1150,7 +1151,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets true
|
||||
#define SIGNATURE_HASH 914004100
|
||||
#define SIGNATURE_HASH 897040396
|
||||
#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"
|
||||
|
@ -1319,12 +1320,22 @@
|
|||
#define ts_14_command_TS_14_4 4
|
||||
#define ts_14_command_TS_14_5 5
|
||||
#define ts_14_command_TS_14_9 9
|
||||
#define ts_14_command_TS_BURN_WITHOUT_FLASH 0x15
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_0 0x0E
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_1 0x11
|
||||
#define ts_14_command_TS_ETB_RESET 0x0B
|
||||
#define ts_14_command_TS_ETB_START_AUTOTUNE 0x0C
|
||||
#define ts_14_command_TS_ETB_STOP_AUTOTUNE 0x10
|
||||
#define ts_14_command_TS_EXTERNAL_TRIGGER_STIMULATOR_ENABLE 0x13
|
||||
#define ts_14_command_TS_GRAB_PEDAL_UP 6
|
||||
#define ts_14_command_TS_GRAB_PEDAL_WOT 7
|
||||
#define ts_14_command_TS_GRAB_TPS_CLOSED 2
|
||||
#define ts_14_command_TS_GRAB_TPS_WOT 3
|
||||
#define ts_14_command_TS_RESET_MC33810 0x14
|
||||
#define ts_14_command_TS_RESET_TLE8888 8
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_DISABLE 0x0F
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_ENABLE 0x0D
|
||||
#define ts_14_command_TS_WIDEBAND_UPDATE 0x12
|
||||
#define ts_14_command_TS_WRITE_FLASH 0x0A
|
||||
#define TS_BLOCK_READ_TIMEOUT 3000
|
||||
#define TS_BURN_COMMAND 'B'
|
||||
|
@ -1450,7 +1461,7 @@
|
|||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.f407-discovery.914004100"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.f407-discovery.897040396"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1034,6 +1034,7 @@
|
|||
#define MAP_sensor_config_s_size 140
|
||||
#define MAP_WINDOW_SIZE 8
|
||||
#define MAX_CYLINDER_COUNT 12
|
||||
#define mc33810maxDwellTimer_e_auto_enum 0="DWELL_2MS",3="DWELL_16MS",4="DWELL_32MS",1="DWELL_4MS",5="DWELL_64MS",2="DWELL_8MS"
|
||||
#define mc33810maxDwellTimer_e_DWELL_16MS 3
|
||||
#define mc33810maxDwellTimer_e_DWELL_2MS 0
|
||||
#define mc33810maxDwellTimer_e_DWELL_32MS 4
|
||||
|
@ -1150,7 +1151,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 367801846
|
||||
#define SIGNATURE_HASH 383872382
|
||||
#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"
|
||||
|
@ -1319,12 +1320,22 @@
|
|||
#define ts_14_command_TS_14_4 4
|
||||
#define ts_14_command_TS_14_5 5
|
||||
#define ts_14_command_TS_14_9 9
|
||||
#define ts_14_command_TS_BURN_WITHOUT_FLASH 0x15
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_0 0x0E
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_1 0x11
|
||||
#define ts_14_command_TS_ETB_RESET 0x0B
|
||||
#define ts_14_command_TS_ETB_START_AUTOTUNE 0x0C
|
||||
#define ts_14_command_TS_ETB_STOP_AUTOTUNE 0x10
|
||||
#define ts_14_command_TS_EXTERNAL_TRIGGER_STIMULATOR_ENABLE 0x13
|
||||
#define ts_14_command_TS_GRAB_PEDAL_UP 6
|
||||
#define ts_14_command_TS_GRAB_PEDAL_WOT 7
|
||||
#define ts_14_command_TS_GRAB_TPS_CLOSED 2
|
||||
#define ts_14_command_TS_GRAB_TPS_WOT 3
|
||||
#define ts_14_command_TS_RESET_MC33810 0x14
|
||||
#define ts_14_command_TS_RESET_TLE8888 8
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_DISABLE 0x0F
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_ENABLE 0x0D
|
||||
#define ts_14_command_TS_WIDEBAND_UPDATE 0x12
|
||||
#define ts_14_command_TS_WRITE_FLASH 0x0A
|
||||
#define TS_BLOCK_READ_TIMEOUT 3000
|
||||
#define TS_BURN_COMMAND 'B'
|
||||
|
@ -1450,7 +1461,7 @@
|
|||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.f429-discovery.367801846"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.f429-discovery.383872382"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1034,6 +1034,7 @@
|
|||
#define MAP_sensor_config_s_size 140
|
||||
#define MAP_WINDOW_SIZE 8
|
||||
#define MAX_CYLINDER_COUNT 12
|
||||
#define mc33810maxDwellTimer_e_auto_enum 0="DWELL_2MS",3="DWELL_16MS",4="DWELL_32MS",1="DWELL_4MS",5="DWELL_64MS",2="DWELL_8MS"
|
||||
#define mc33810maxDwellTimer_e_DWELL_16MS 3
|
||||
#define mc33810maxDwellTimer_e_DWELL_2MS 0
|
||||
#define mc33810maxDwellTimer_e_DWELL_32MS 4
|
||||
|
@ -1150,7 +1151,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 658191205
|
||||
#define SIGNATURE_HASH 607546349
|
||||
#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"
|
||||
|
@ -1319,12 +1320,22 @@
|
|||
#define ts_14_command_TS_14_4 4
|
||||
#define ts_14_command_TS_14_5 5
|
||||
#define ts_14_command_TS_14_9 9
|
||||
#define ts_14_command_TS_BURN_WITHOUT_FLASH 0x15
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_0 0x0E
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_1 0x11
|
||||
#define ts_14_command_TS_ETB_RESET 0x0B
|
||||
#define ts_14_command_TS_ETB_START_AUTOTUNE 0x0C
|
||||
#define ts_14_command_TS_ETB_STOP_AUTOTUNE 0x10
|
||||
#define ts_14_command_TS_EXTERNAL_TRIGGER_STIMULATOR_ENABLE 0x13
|
||||
#define ts_14_command_TS_GRAB_PEDAL_UP 6
|
||||
#define ts_14_command_TS_GRAB_PEDAL_WOT 7
|
||||
#define ts_14_command_TS_GRAB_TPS_CLOSED 2
|
||||
#define ts_14_command_TS_GRAB_TPS_WOT 3
|
||||
#define ts_14_command_TS_RESET_MC33810 0x14
|
||||
#define ts_14_command_TS_RESET_TLE8888 8
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_DISABLE 0x0F
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_ENABLE 0x0D
|
||||
#define ts_14_command_TS_WIDEBAND_UPDATE 0x12
|
||||
#define ts_14_command_TS_WRITE_FLASH 0x0A
|
||||
#define TS_BLOCK_READ_TIMEOUT 3000
|
||||
#define TS_BURN_COMMAND 'B'
|
||||
|
@ -1450,7 +1461,7 @@
|
|||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.f469-discovery.658191205"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.f469-discovery.607546349"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1034,6 +1034,7 @@
|
|||
#define MAP_sensor_config_s_size 140
|
||||
#define MAP_WINDOW_SIZE 8
|
||||
#define MAX_CYLINDER_COUNT 12
|
||||
#define mc33810maxDwellTimer_e_auto_enum 0="DWELL_2MS",3="DWELL_16MS",4="DWELL_32MS",1="DWELL_4MS",5="DWELL_64MS",2="DWELL_8MS"
|
||||
#define mc33810maxDwellTimer_e_DWELL_16MS 3
|
||||
#define mc33810maxDwellTimer_e_DWELL_2MS 0
|
||||
#define mc33810maxDwellTimer_e_DWELL_32MS 4
|
||||
|
@ -1150,7 +1151,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets true
|
||||
#define SIGNATURE_HASH 1142653405
|
||||
#define SIGNATURE_HASH 1192679765
|
||||
#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"
|
||||
|
@ -1319,12 +1320,22 @@
|
|||
#define ts_14_command_TS_14_4 4
|
||||
#define ts_14_command_TS_14_5 5
|
||||
#define ts_14_command_TS_14_9 9
|
||||
#define ts_14_command_TS_BURN_WITHOUT_FLASH 0x15
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_0 0x0E
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_1 0x11
|
||||
#define ts_14_command_TS_ETB_RESET 0x0B
|
||||
#define ts_14_command_TS_ETB_START_AUTOTUNE 0x0C
|
||||
#define ts_14_command_TS_ETB_STOP_AUTOTUNE 0x10
|
||||
#define ts_14_command_TS_EXTERNAL_TRIGGER_STIMULATOR_ENABLE 0x13
|
||||
#define ts_14_command_TS_GRAB_PEDAL_UP 6
|
||||
#define ts_14_command_TS_GRAB_PEDAL_WOT 7
|
||||
#define ts_14_command_TS_GRAB_TPS_CLOSED 2
|
||||
#define ts_14_command_TS_GRAB_TPS_WOT 3
|
||||
#define ts_14_command_TS_RESET_MC33810 0x14
|
||||
#define ts_14_command_TS_RESET_TLE8888 8
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_DISABLE 0x0F
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_ENABLE 0x0D
|
||||
#define ts_14_command_TS_WIDEBAND_UPDATE 0x12
|
||||
#define ts_14_command_TS_WRITE_FLASH 0x0A
|
||||
#define TS_BLOCK_READ_TIMEOUT 3000
|
||||
#define TS_BURN_COMMAND 'B'
|
||||
|
@ -1450,7 +1461,7 @@
|
|||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.frankenso_na6.1142653405"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.frankenso_na6.1192679765"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1034,6 +1034,7 @@
|
|||
#define MAP_sensor_config_s_size 140
|
||||
#define MAP_WINDOW_SIZE 8
|
||||
#define MAX_CYLINDER_COUNT 12
|
||||
#define mc33810maxDwellTimer_e_auto_enum 0="DWELL_2MS",3="DWELL_16MS",4="DWELL_32MS",1="DWELL_4MS",5="DWELL_64MS",2="DWELL_8MS"
|
||||
#define mc33810maxDwellTimer_e_DWELL_16MS 3
|
||||
#define mc33810maxDwellTimer_e_DWELL_2MS 0
|
||||
#define mc33810maxDwellTimer_e_DWELL_32MS 4
|
||||
|
@ -1152,7 +1153,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3707080448
|
||||
#define SIGNATURE_HASH 3757627272
|
||||
#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"
|
||||
|
@ -1321,12 +1322,22 @@
|
|||
#define ts_14_command_TS_14_4 4
|
||||
#define ts_14_command_TS_14_5 5
|
||||
#define ts_14_command_TS_14_9 9
|
||||
#define ts_14_command_TS_BURN_WITHOUT_FLASH 0x15
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_0 0x0E
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_1 0x11
|
||||
#define ts_14_command_TS_ETB_RESET 0x0B
|
||||
#define ts_14_command_TS_ETB_START_AUTOTUNE 0x0C
|
||||
#define ts_14_command_TS_ETB_STOP_AUTOTUNE 0x10
|
||||
#define ts_14_command_TS_EXTERNAL_TRIGGER_STIMULATOR_ENABLE 0x13
|
||||
#define ts_14_command_TS_GRAB_PEDAL_UP 6
|
||||
#define ts_14_command_TS_GRAB_PEDAL_WOT 7
|
||||
#define ts_14_command_TS_GRAB_TPS_CLOSED 2
|
||||
#define ts_14_command_TS_GRAB_TPS_WOT 3
|
||||
#define ts_14_command_TS_RESET_MC33810 0x14
|
||||
#define ts_14_command_TS_RESET_TLE8888 8
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_DISABLE 0x0F
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_ENABLE 0x0D
|
||||
#define ts_14_command_TS_WIDEBAND_UPDATE 0x12
|
||||
#define ts_14_command_TS_WRITE_FLASH 0x0A
|
||||
#define TS_BLOCK_READ_TIMEOUT 3000
|
||||
#define TS_BURN_COMMAND 'B'
|
||||
|
@ -1452,7 +1463,7 @@
|
|||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.hellen-112-17.3707080448"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.hellen-112-17.3757627272"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1034,6 +1034,7 @@
|
|||
#define MAP_sensor_config_s_size 140
|
||||
#define MAP_WINDOW_SIZE 8
|
||||
#define MAX_CYLINDER_COUNT 12
|
||||
#define mc33810maxDwellTimer_e_auto_enum 0="DWELL_2MS",3="DWELL_16MS",4="DWELL_32MS",1="DWELL_4MS",5="DWELL_64MS",2="DWELL_8MS"
|
||||
#define mc33810maxDwellTimer_e_DWELL_16MS 3
|
||||
#define mc33810maxDwellTimer_e_DWELL_2MS 0
|
||||
#define mc33810maxDwellTimer_e_DWELL_32MS 4
|
||||
|
@ -1151,7 +1152,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 936484430
|
||||
#define SIGNATURE_HASH 886884038
|
||||
#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"
|
||||
|
@ -1320,12 +1321,22 @@
|
|||
#define ts_14_command_TS_14_4 4
|
||||
#define ts_14_command_TS_14_5 5
|
||||
#define ts_14_command_TS_14_9 9
|
||||
#define ts_14_command_TS_BURN_WITHOUT_FLASH 0x15
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_0 0x0E
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_1 0x11
|
||||
#define ts_14_command_TS_ETB_RESET 0x0B
|
||||
#define ts_14_command_TS_ETB_START_AUTOTUNE 0x0C
|
||||
#define ts_14_command_TS_ETB_STOP_AUTOTUNE 0x10
|
||||
#define ts_14_command_TS_EXTERNAL_TRIGGER_STIMULATOR_ENABLE 0x13
|
||||
#define ts_14_command_TS_GRAB_PEDAL_UP 6
|
||||
#define ts_14_command_TS_GRAB_PEDAL_WOT 7
|
||||
#define ts_14_command_TS_GRAB_TPS_CLOSED 2
|
||||
#define ts_14_command_TS_GRAB_TPS_WOT 3
|
||||
#define ts_14_command_TS_RESET_MC33810 0x14
|
||||
#define ts_14_command_TS_RESET_TLE8888 8
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_DISABLE 0x0F
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_ENABLE 0x0D
|
||||
#define ts_14_command_TS_WIDEBAND_UPDATE 0x12
|
||||
#define ts_14_command_TS_WRITE_FLASH 0x0A
|
||||
#define TS_BLOCK_READ_TIMEOUT 3000
|
||||
#define TS_BURN_COMMAND 'B'
|
||||
|
@ -1451,7 +1462,7 @@
|
|||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.hellen-gm-e67.936484430"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.hellen-gm-e67.886884038"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1034,6 +1034,7 @@
|
|||
#define MAP_sensor_config_s_size 140
|
||||
#define MAP_WINDOW_SIZE 8
|
||||
#define MAX_CYLINDER_COUNT 12
|
||||
#define mc33810maxDwellTimer_e_auto_enum 0="DWELL_2MS",3="DWELL_16MS",4="DWELL_32MS",1="DWELL_4MS",5="DWELL_64MS",2="DWELL_8MS"
|
||||
#define mc33810maxDwellTimer_e_DWELL_16MS 3
|
||||
#define mc33810maxDwellTimer_e_DWELL_2MS 0
|
||||
#define mc33810maxDwellTimer_e_DWELL_32MS 4
|
||||
|
@ -1151,7 +1152,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 1405605400
|
||||
#define SIGNATURE_HASH 1355452048
|
||||
#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"
|
||||
|
@ -1320,12 +1321,22 @@
|
|||
#define ts_14_command_TS_14_4 4
|
||||
#define ts_14_command_TS_14_5 5
|
||||
#define ts_14_command_TS_14_9 9
|
||||
#define ts_14_command_TS_BURN_WITHOUT_FLASH 0x15
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_0 0x0E
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_1 0x11
|
||||
#define ts_14_command_TS_ETB_RESET 0x0B
|
||||
#define ts_14_command_TS_ETB_START_AUTOTUNE 0x0C
|
||||
#define ts_14_command_TS_ETB_STOP_AUTOTUNE 0x10
|
||||
#define ts_14_command_TS_EXTERNAL_TRIGGER_STIMULATOR_ENABLE 0x13
|
||||
#define ts_14_command_TS_GRAB_PEDAL_UP 6
|
||||
#define ts_14_command_TS_GRAB_PEDAL_WOT 7
|
||||
#define ts_14_command_TS_GRAB_TPS_CLOSED 2
|
||||
#define ts_14_command_TS_GRAB_TPS_WOT 3
|
||||
#define ts_14_command_TS_RESET_MC33810 0x14
|
||||
#define ts_14_command_TS_RESET_TLE8888 8
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_DISABLE 0x0F
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_ENABLE 0x0D
|
||||
#define ts_14_command_TS_WIDEBAND_UPDATE 0x12
|
||||
#define ts_14_command_TS_WRITE_FLASH 0x0A
|
||||
#define TS_BLOCK_READ_TIMEOUT 3000
|
||||
#define TS_BURN_COMMAND 'B'
|
||||
|
@ -1452,7 +1463,7 @@
|
|||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.hellen-honda-k.1405605400"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.hellen-honda-k.1355452048"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1034,6 +1034,7 @@
|
|||
#define MAP_sensor_config_s_size 140
|
||||
#define MAP_WINDOW_SIZE 8
|
||||
#define MAX_CYLINDER_COUNT 12
|
||||
#define mc33810maxDwellTimer_e_auto_enum 0="DWELL_2MS",3="DWELL_16MS",4="DWELL_32MS",1="DWELL_4MS",5="DWELL_64MS",2="DWELL_8MS"
|
||||
#define mc33810maxDwellTimer_e_DWELL_16MS 3
|
||||
#define mc33810maxDwellTimer_e_DWELL_2MS 0
|
||||
#define mc33810maxDwellTimer_e_DWELL_32MS 4
|
||||
|
@ -1152,7 +1153,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 159769151
|
||||
#define SIGNATURE_HASH 176732855
|
||||
#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"
|
||||
|
@ -1321,12 +1322,22 @@
|
|||
#define ts_14_command_TS_14_4 4
|
||||
#define ts_14_command_TS_14_5 5
|
||||
#define ts_14_command_TS_14_9 9
|
||||
#define ts_14_command_TS_BURN_WITHOUT_FLASH 0x15
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_0 0x0E
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_1 0x11
|
||||
#define ts_14_command_TS_ETB_RESET 0x0B
|
||||
#define ts_14_command_TS_ETB_START_AUTOTUNE 0x0C
|
||||
#define ts_14_command_TS_ETB_STOP_AUTOTUNE 0x10
|
||||
#define ts_14_command_TS_EXTERNAL_TRIGGER_STIMULATOR_ENABLE 0x13
|
||||
#define ts_14_command_TS_GRAB_PEDAL_UP 6
|
||||
#define ts_14_command_TS_GRAB_PEDAL_WOT 7
|
||||
#define ts_14_command_TS_GRAB_TPS_CLOSED 2
|
||||
#define ts_14_command_TS_GRAB_TPS_WOT 3
|
||||
#define ts_14_command_TS_RESET_MC33810 0x14
|
||||
#define ts_14_command_TS_RESET_TLE8888 8
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_DISABLE 0x0F
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_ENABLE 0x0D
|
||||
#define ts_14_command_TS_WIDEBAND_UPDATE 0x12
|
||||
#define ts_14_command_TS_WRITE_FLASH 0x0A
|
||||
#define TS_BLOCK_READ_TIMEOUT 3000
|
||||
#define TS_BURN_COMMAND 'B'
|
||||
|
@ -1452,7 +1463,7 @@
|
|||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.hellen-nb1.159769151"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.hellen-nb1.176732855"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1034,6 +1034,7 @@
|
|||
#define MAP_sensor_config_s_size 140
|
||||
#define MAP_WINDOW_SIZE 8
|
||||
#define MAX_CYLINDER_COUNT 12
|
||||
#define mc33810maxDwellTimer_e_auto_enum 0="DWELL_2MS",3="DWELL_16MS",4="DWELL_32MS",1="DWELL_4MS",5="DWELL_64MS",2="DWELL_8MS"
|
||||
#define mc33810maxDwellTimer_e_DWELL_16MS 3
|
||||
#define mc33810maxDwellTimer_e_DWELL_2MS 0
|
||||
#define mc33810maxDwellTimer_e_DWELL_32MS 4
|
||||
|
@ -1151,7 +1152,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2103127649
|
||||
#define SIGNATURE_HASH 2119595753
|
||||
#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"
|
||||
|
@ -1320,12 +1321,22 @@
|
|||
#define ts_14_command_TS_14_4 4
|
||||
#define ts_14_command_TS_14_5 5
|
||||
#define ts_14_command_TS_14_9 9
|
||||
#define ts_14_command_TS_BURN_WITHOUT_FLASH 0x15
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_0 0x0E
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_1 0x11
|
||||
#define ts_14_command_TS_ETB_RESET 0x0B
|
||||
#define ts_14_command_TS_ETB_START_AUTOTUNE 0x0C
|
||||
#define ts_14_command_TS_ETB_STOP_AUTOTUNE 0x10
|
||||
#define ts_14_command_TS_EXTERNAL_TRIGGER_STIMULATOR_ENABLE 0x13
|
||||
#define ts_14_command_TS_GRAB_PEDAL_UP 6
|
||||
#define ts_14_command_TS_GRAB_PEDAL_WOT 7
|
||||
#define ts_14_command_TS_GRAB_TPS_CLOSED 2
|
||||
#define ts_14_command_TS_GRAB_TPS_WOT 3
|
||||
#define ts_14_command_TS_RESET_MC33810 0x14
|
||||
#define ts_14_command_TS_RESET_TLE8888 8
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_DISABLE 0x0F
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_ENABLE 0x0D
|
||||
#define ts_14_command_TS_WIDEBAND_UPDATE 0x12
|
||||
#define ts_14_command_TS_WRITE_FLASH 0x0A
|
||||
#define TS_BLOCK_READ_TIMEOUT 3000
|
||||
#define TS_BURN_COMMAND 'B'
|
||||
|
@ -1451,7 +1462,7 @@
|
|||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.hellen121nissan.2103127649"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.hellen121nissan.2119595753"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1034,6 +1034,7 @@
|
|||
#define MAP_sensor_config_s_size 140
|
||||
#define MAP_WINDOW_SIZE 8
|
||||
#define MAX_CYLINDER_COUNT 12
|
||||
#define mc33810maxDwellTimer_e_auto_enum 0="DWELL_2MS",3="DWELL_16MS",4="DWELL_32MS",1="DWELL_4MS",5="DWELL_64MS",2="DWELL_8MS"
|
||||
#define mc33810maxDwellTimer_e_DWELL_16MS 3
|
||||
#define mc33810maxDwellTimer_e_DWELL_2MS 0
|
||||
#define mc33810maxDwellTimer_e_DWELL_32MS 4
|
||||
|
@ -1151,7 +1152,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 630532112
|
||||
#define SIGNATURE_HASH 647524504
|
||||
#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"
|
||||
|
@ -1320,12 +1321,22 @@
|
|||
#define ts_14_command_TS_14_4 4
|
||||
#define ts_14_command_TS_14_5 5
|
||||
#define ts_14_command_TS_14_9 9
|
||||
#define ts_14_command_TS_BURN_WITHOUT_FLASH 0x15
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_0 0x0E
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_1 0x11
|
||||
#define ts_14_command_TS_ETB_RESET 0x0B
|
||||
#define ts_14_command_TS_ETB_START_AUTOTUNE 0x0C
|
||||
#define ts_14_command_TS_ETB_STOP_AUTOTUNE 0x10
|
||||
#define ts_14_command_TS_EXTERNAL_TRIGGER_STIMULATOR_ENABLE 0x13
|
||||
#define ts_14_command_TS_GRAB_PEDAL_UP 6
|
||||
#define ts_14_command_TS_GRAB_PEDAL_WOT 7
|
||||
#define ts_14_command_TS_GRAB_TPS_CLOSED 2
|
||||
#define ts_14_command_TS_GRAB_TPS_WOT 3
|
||||
#define ts_14_command_TS_RESET_MC33810 0x14
|
||||
#define ts_14_command_TS_RESET_TLE8888 8
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_DISABLE 0x0F
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_ENABLE 0x0D
|
||||
#define ts_14_command_TS_WIDEBAND_UPDATE 0x12
|
||||
#define ts_14_command_TS_WRITE_FLASH 0x0A
|
||||
#define TS_BLOCK_READ_TIMEOUT 3000
|
||||
#define TS_BURN_COMMAND 'B'
|
||||
|
@ -1451,7 +1462,7 @@
|
|||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.hellen121vag.630532112"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.hellen121vag.647524504"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1034,6 +1034,7 @@
|
|||
#define MAP_sensor_config_s_size 140
|
||||
#define MAP_WINDOW_SIZE 8
|
||||
#define MAX_CYLINDER_COUNT 12
|
||||
#define mc33810maxDwellTimer_e_auto_enum 0="DWELL_2MS",3="DWELL_16MS",4="DWELL_32MS",1="DWELL_4MS",5="DWELL_64MS",2="DWELL_8MS"
|
||||
#define mc33810maxDwellTimer_e_DWELL_16MS 3
|
||||
#define mc33810maxDwellTimer_e_DWELL_2MS 0
|
||||
#define mc33810maxDwellTimer_e_DWELL_32MS 4
|
||||
|
@ -1151,7 +1152,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 4169015041
|
||||
#define SIGNATURE_HASH 4218636169
|
||||
#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"
|
||||
|
@ -1320,12 +1321,22 @@
|
|||
#define ts_14_command_TS_14_4 4
|
||||
#define ts_14_command_TS_14_5 5
|
||||
#define ts_14_command_TS_14_9 9
|
||||
#define ts_14_command_TS_BURN_WITHOUT_FLASH 0x15
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_0 0x0E
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_1 0x11
|
||||
#define ts_14_command_TS_ETB_RESET 0x0B
|
||||
#define ts_14_command_TS_ETB_START_AUTOTUNE 0x0C
|
||||
#define ts_14_command_TS_ETB_STOP_AUTOTUNE 0x10
|
||||
#define ts_14_command_TS_EXTERNAL_TRIGGER_STIMULATOR_ENABLE 0x13
|
||||
#define ts_14_command_TS_GRAB_PEDAL_UP 6
|
||||
#define ts_14_command_TS_GRAB_PEDAL_WOT 7
|
||||
#define ts_14_command_TS_GRAB_TPS_CLOSED 2
|
||||
#define ts_14_command_TS_GRAB_TPS_WOT 3
|
||||
#define ts_14_command_TS_RESET_MC33810 0x14
|
||||
#define ts_14_command_TS_RESET_TLE8888 8
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_DISABLE 0x0F
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_ENABLE 0x0D
|
||||
#define ts_14_command_TS_WIDEBAND_UPDATE 0x12
|
||||
#define ts_14_command_TS_WRITE_FLASH 0x0A
|
||||
#define TS_BLOCK_READ_TIMEOUT 3000
|
||||
#define TS_BURN_COMMAND 'B'
|
||||
|
@ -1451,7 +1462,7 @@
|
|||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.hellen128.4169015041"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.hellen128.4218636169"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1034,6 +1034,7 @@
|
|||
#define MAP_sensor_config_s_size 140
|
||||
#define MAP_WINDOW_SIZE 8
|
||||
#define MAX_CYLINDER_COUNT 12
|
||||
#define mc33810maxDwellTimer_e_auto_enum 0="DWELL_2MS",3="DWELL_16MS",4="DWELL_32MS",1="DWELL_4MS",5="DWELL_64MS",2="DWELL_8MS"
|
||||
#define mc33810maxDwellTimer_e_DWELL_16MS 3
|
||||
#define mc33810maxDwellTimer_e_DWELL_2MS 0
|
||||
#define mc33810maxDwellTimer_e_DWELL_32MS 4
|
||||
|
@ -1151,7 +1152,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3109188175
|
||||
#define SIGNATURE_HASH 3126799047
|
||||
#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"
|
||||
|
@ -1320,12 +1321,22 @@
|
|||
#define ts_14_command_TS_14_4 4
|
||||
#define ts_14_command_TS_14_5 5
|
||||
#define ts_14_command_TS_14_9 9
|
||||
#define ts_14_command_TS_BURN_WITHOUT_FLASH 0x15
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_0 0x0E
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_1 0x11
|
||||
#define ts_14_command_TS_ETB_RESET 0x0B
|
||||
#define ts_14_command_TS_ETB_START_AUTOTUNE 0x0C
|
||||
#define ts_14_command_TS_ETB_STOP_AUTOTUNE 0x10
|
||||
#define ts_14_command_TS_EXTERNAL_TRIGGER_STIMULATOR_ENABLE 0x13
|
||||
#define ts_14_command_TS_GRAB_PEDAL_UP 6
|
||||
#define ts_14_command_TS_GRAB_PEDAL_WOT 7
|
||||
#define ts_14_command_TS_GRAB_TPS_CLOSED 2
|
||||
#define ts_14_command_TS_GRAB_TPS_WOT 3
|
||||
#define ts_14_command_TS_RESET_MC33810 0x14
|
||||
#define ts_14_command_TS_RESET_TLE8888 8
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_DISABLE 0x0F
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_ENABLE 0x0D
|
||||
#define ts_14_command_TS_WIDEBAND_UPDATE 0x12
|
||||
#define ts_14_command_TS_WRITE_FLASH 0x0A
|
||||
#define TS_BLOCK_READ_TIMEOUT 3000
|
||||
#define TS_BURN_COMMAND 'B'
|
||||
|
@ -1451,7 +1462,7 @@
|
|||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.hellen154hyundai.3109188175"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.hellen154hyundai.3126799047"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1034,6 +1034,7 @@
|
|||
#define MAP_sensor_config_s_size 140
|
||||
#define MAP_WINDOW_SIZE 8
|
||||
#define MAX_CYLINDER_COUNT 12
|
||||
#define mc33810maxDwellTimer_e_auto_enum 0="DWELL_2MS",3="DWELL_16MS",4="DWELL_32MS",1="DWELL_4MS",5="DWELL_64MS",2="DWELL_8MS"
|
||||
#define mc33810maxDwellTimer_e_DWELL_16MS 3
|
||||
#define mc33810maxDwellTimer_e_DWELL_2MS 0
|
||||
#define mc33810maxDwellTimer_e_DWELL_32MS 4
|
||||
|
@ -1151,7 +1152,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2500706666
|
||||
#define SIGNATURE_HASH 2516621794
|
||||
#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"
|
||||
|
@ -1320,12 +1321,22 @@
|
|||
#define ts_14_command_TS_14_4 4
|
||||
#define ts_14_command_TS_14_5 5
|
||||
#define ts_14_command_TS_14_9 9
|
||||
#define ts_14_command_TS_BURN_WITHOUT_FLASH 0x15
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_0 0x0E
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_1 0x11
|
||||
#define ts_14_command_TS_ETB_RESET 0x0B
|
||||
#define ts_14_command_TS_ETB_START_AUTOTUNE 0x0C
|
||||
#define ts_14_command_TS_ETB_STOP_AUTOTUNE 0x10
|
||||
#define ts_14_command_TS_EXTERNAL_TRIGGER_STIMULATOR_ENABLE 0x13
|
||||
#define ts_14_command_TS_GRAB_PEDAL_UP 6
|
||||
#define ts_14_command_TS_GRAB_PEDAL_WOT 7
|
||||
#define ts_14_command_TS_GRAB_TPS_CLOSED 2
|
||||
#define ts_14_command_TS_GRAB_TPS_WOT 3
|
||||
#define ts_14_command_TS_RESET_MC33810 0x14
|
||||
#define ts_14_command_TS_RESET_TLE8888 8
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_DISABLE 0x0F
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_ENABLE 0x0D
|
||||
#define ts_14_command_TS_WIDEBAND_UPDATE 0x12
|
||||
#define ts_14_command_TS_WRITE_FLASH 0x0A
|
||||
#define TS_BLOCK_READ_TIMEOUT 3000
|
||||
#define TS_BURN_COMMAND 'B'
|
||||
|
@ -1451,7 +1462,7 @@
|
|||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.hellen72.2500706666"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.hellen72.2516621794"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1034,6 +1034,7 @@
|
|||
#define MAP_sensor_config_s_size 140
|
||||
#define MAP_WINDOW_SIZE 8
|
||||
#define MAX_CYLINDER_COUNT 12
|
||||
#define mc33810maxDwellTimer_e_auto_enum 0="DWELL_2MS",3="DWELL_16MS",4="DWELL_32MS",1="DWELL_4MS",5="DWELL_64MS",2="DWELL_8MS"
|
||||
#define mc33810maxDwellTimer_e_DWELL_16MS 3
|
||||
#define mc33810maxDwellTimer_e_DWELL_2MS 0
|
||||
#define mc33810maxDwellTimer_e_DWELL_32MS 4
|
||||
|
@ -1150,7 +1151,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 1887216912
|
||||
#define SIGNATURE_HASH 1936850328
|
||||
#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"
|
||||
|
@ -1319,12 +1320,22 @@
|
|||
#define ts_14_command_TS_14_4 4
|
||||
#define ts_14_command_TS_14_5 5
|
||||
#define ts_14_command_TS_14_9 9
|
||||
#define ts_14_command_TS_BURN_WITHOUT_FLASH 0x15
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_0 0x0E
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_1 0x11
|
||||
#define ts_14_command_TS_ETB_RESET 0x0B
|
||||
#define ts_14_command_TS_ETB_START_AUTOTUNE 0x0C
|
||||
#define ts_14_command_TS_ETB_STOP_AUTOTUNE 0x10
|
||||
#define ts_14_command_TS_EXTERNAL_TRIGGER_STIMULATOR_ENABLE 0x13
|
||||
#define ts_14_command_TS_GRAB_PEDAL_UP 6
|
||||
#define ts_14_command_TS_GRAB_PEDAL_WOT 7
|
||||
#define ts_14_command_TS_GRAB_TPS_CLOSED 2
|
||||
#define ts_14_command_TS_GRAB_TPS_WOT 3
|
||||
#define ts_14_command_TS_RESET_MC33810 0x14
|
||||
#define ts_14_command_TS_RESET_TLE8888 8
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_DISABLE 0x0F
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_ENABLE 0x0D
|
||||
#define ts_14_command_TS_WIDEBAND_UPDATE 0x12
|
||||
#define ts_14_command_TS_WRITE_FLASH 0x0A
|
||||
#define TS_BLOCK_READ_TIMEOUT 3000
|
||||
#define TS_BURN_COMMAND 'B'
|
||||
|
@ -1450,7 +1461,7 @@
|
|||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.hellen81.1887216912"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.hellen81.1936850328"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1034,6 +1034,7 @@
|
|||
#define MAP_sensor_config_s_size 140
|
||||
#define MAP_WINDOW_SIZE 8
|
||||
#define MAX_CYLINDER_COUNT 12
|
||||
#define mc33810maxDwellTimer_e_auto_enum 0="DWELL_2MS",3="DWELL_16MS",4="DWELL_32MS",1="DWELL_4MS",5="DWELL_64MS",2="DWELL_8MS"
|
||||
#define mc33810maxDwellTimer_e_DWELL_16MS 3
|
||||
#define mc33810maxDwellTimer_e_DWELL_2MS 0
|
||||
#define mc33810maxDwellTimer_e_DWELL_32MS 4
|
||||
|
@ -1151,7 +1152,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3244493012
|
||||
#define SIGNATURE_HASH 3262009436
|
||||
#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"
|
||||
|
@ -1320,12 +1321,22 @@
|
|||
#define ts_14_command_TS_14_4 4
|
||||
#define ts_14_command_TS_14_5 5
|
||||
#define ts_14_command_TS_14_9 9
|
||||
#define ts_14_command_TS_BURN_WITHOUT_FLASH 0x15
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_0 0x0E
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_1 0x11
|
||||
#define ts_14_command_TS_ETB_RESET 0x0B
|
||||
#define ts_14_command_TS_ETB_START_AUTOTUNE 0x0C
|
||||
#define ts_14_command_TS_ETB_STOP_AUTOTUNE 0x10
|
||||
#define ts_14_command_TS_EXTERNAL_TRIGGER_STIMULATOR_ENABLE 0x13
|
||||
#define ts_14_command_TS_GRAB_PEDAL_UP 6
|
||||
#define ts_14_command_TS_GRAB_PEDAL_WOT 7
|
||||
#define ts_14_command_TS_GRAB_TPS_CLOSED 2
|
||||
#define ts_14_command_TS_GRAB_TPS_WOT 3
|
||||
#define ts_14_command_TS_RESET_MC33810 0x14
|
||||
#define ts_14_command_TS_RESET_TLE8888 8
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_DISABLE 0x0F
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_ENABLE 0x0D
|
||||
#define ts_14_command_TS_WIDEBAND_UPDATE 0x12
|
||||
#define ts_14_command_TS_WRITE_FLASH 0x0A
|
||||
#define TS_BLOCK_READ_TIMEOUT 3000
|
||||
#define TS_BURN_COMMAND 'B'
|
||||
|
@ -1451,7 +1462,7 @@
|
|||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.hellen88bmw.3244493012"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.hellen88bmw.3262009436"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1034,6 +1034,7 @@
|
|||
#define MAP_sensor_config_s_size 140
|
||||
#define MAP_WINDOW_SIZE 8
|
||||
#define MAX_CYLINDER_COUNT 12
|
||||
#define mc33810maxDwellTimer_e_auto_enum 0="DWELL_2MS",3="DWELL_16MS",4="DWELL_32MS",1="DWELL_4MS",5="DWELL_64MS",2="DWELL_8MS"
|
||||
#define mc33810maxDwellTimer_e_DWELL_16MS 3
|
||||
#define mc33810maxDwellTimer_e_DWELL_2MS 0
|
||||
#define mc33810maxDwellTimer_e_DWELL_32MS 4
|
||||
|
@ -1152,7 +1153,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2794312458
|
||||
#define SIGNATURE_HASH 2776664962
|
||||
#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"
|
||||
|
@ -1321,12 +1322,22 @@
|
|||
#define ts_14_command_TS_14_4 4
|
||||
#define ts_14_command_TS_14_5 5
|
||||
#define ts_14_command_TS_14_9 9
|
||||
#define ts_14_command_TS_BURN_WITHOUT_FLASH 0x15
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_0 0x0E
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_1 0x11
|
||||
#define ts_14_command_TS_ETB_RESET 0x0B
|
||||
#define ts_14_command_TS_ETB_START_AUTOTUNE 0x0C
|
||||
#define ts_14_command_TS_ETB_STOP_AUTOTUNE 0x10
|
||||
#define ts_14_command_TS_EXTERNAL_TRIGGER_STIMULATOR_ENABLE 0x13
|
||||
#define ts_14_command_TS_GRAB_PEDAL_UP 6
|
||||
#define ts_14_command_TS_GRAB_PEDAL_WOT 7
|
||||
#define ts_14_command_TS_GRAB_TPS_CLOSED 2
|
||||
#define ts_14_command_TS_GRAB_TPS_WOT 3
|
||||
#define ts_14_command_TS_RESET_MC33810 0x14
|
||||
#define ts_14_command_TS_RESET_TLE8888 8
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_DISABLE 0x0F
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_ENABLE 0x0D
|
||||
#define ts_14_command_TS_WIDEBAND_UPDATE 0x12
|
||||
#define ts_14_command_TS_WRITE_FLASH 0x0A
|
||||
#define TS_BLOCK_READ_TIMEOUT 3000
|
||||
#define TS_BURN_COMMAND 'B'
|
||||
|
@ -1452,7 +1463,7 @@
|
|||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.hellenNA6.2794312458"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.hellenNA6.2776664962"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1034,6 +1034,7 @@
|
|||
#define MAP_sensor_config_s_size 140
|
||||
#define MAP_WINDOW_SIZE 8
|
||||
#define MAX_CYLINDER_COUNT 12
|
||||
#define mc33810maxDwellTimer_e_auto_enum 0="DWELL_2MS",3="DWELL_16MS",4="DWELL_32MS",1="DWELL_4MS",5="DWELL_64MS",2="DWELL_8MS"
|
||||
#define mc33810maxDwellTimer_e_DWELL_16MS 3
|
||||
#define mc33810maxDwellTimer_e_DWELL_2MS 0
|
||||
#define mc33810maxDwellTimer_e_DWELL_32MS 4
|
||||
|
@ -1153,7 +1154,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 1660209145
|
||||
#define SIGNATURE_HASH 1643749233
|
||||
#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"
|
||||
|
@ -1322,12 +1323,22 @@
|
|||
#define ts_14_command_TS_14_4 4
|
||||
#define ts_14_command_TS_14_5 5
|
||||
#define ts_14_command_TS_14_9 9
|
||||
#define ts_14_command_TS_BURN_WITHOUT_FLASH 0x15
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_0 0x0E
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_1 0x11
|
||||
#define ts_14_command_TS_ETB_RESET 0x0B
|
||||
#define ts_14_command_TS_ETB_START_AUTOTUNE 0x0C
|
||||
#define ts_14_command_TS_ETB_STOP_AUTOTUNE 0x10
|
||||
#define ts_14_command_TS_EXTERNAL_TRIGGER_STIMULATOR_ENABLE 0x13
|
||||
#define ts_14_command_TS_GRAB_PEDAL_UP 6
|
||||
#define ts_14_command_TS_GRAB_PEDAL_WOT 7
|
||||
#define ts_14_command_TS_GRAB_TPS_CLOSED 2
|
||||
#define ts_14_command_TS_GRAB_TPS_WOT 3
|
||||
#define ts_14_command_TS_RESET_MC33810 0x14
|
||||
#define ts_14_command_TS_RESET_TLE8888 8
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_DISABLE 0x0F
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_ENABLE 0x0D
|
||||
#define ts_14_command_TS_WIDEBAND_UPDATE 0x12
|
||||
#define ts_14_command_TS_WRITE_FLASH 0x0A
|
||||
#define TS_BLOCK_READ_TIMEOUT 3000
|
||||
#define TS_BURN_COMMAND 'B'
|
||||
|
@ -1453,7 +1464,7 @@
|
|||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.hellenNA8_96.1660209145"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.hellenNA8_96.1643749233"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1034,6 +1034,7 @@
|
|||
#define MAP_sensor_config_s_size 140
|
||||
#define MAP_WINDOW_SIZE 8
|
||||
#define MAX_CYLINDER_COUNT 12
|
||||
#define mc33810maxDwellTimer_e_auto_enum 0="DWELL_2MS",3="DWELL_16MS",4="DWELL_32MS",1="DWELL_4MS",5="DWELL_64MS",2="DWELL_8MS"
|
||||
#define mc33810maxDwellTimer_e_DWELL_16MS 3
|
||||
#define mc33810maxDwellTimer_e_DWELL_2MS 0
|
||||
#define mc33810maxDwellTimer_e_DWELL_32MS 4
|
||||
|
@ -1151,7 +1152,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 341430851
|
||||
#define SIGNATURE_HASH 391416523
|
||||
#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"
|
||||
|
@ -1320,12 +1321,22 @@
|
|||
#define ts_14_command_TS_14_4 4
|
||||
#define ts_14_command_TS_14_5 5
|
||||
#define ts_14_command_TS_14_9 9
|
||||
#define ts_14_command_TS_BURN_WITHOUT_FLASH 0x15
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_0 0x0E
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_1 0x11
|
||||
#define ts_14_command_TS_ETB_RESET 0x0B
|
||||
#define ts_14_command_TS_ETB_START_AUTOTUNE 0x0C
|
||||
#define ts_14_command_TS_ETB_STOP_AUTOTUNE 0x10
|
||||
#define ts_14_command_TS_EXTERNAL_TRIGGER_STIMULATOR_ENABLE 0x13
|
||||
#define ts_14_command_TS_GRAB_PEDAL_UP 6
|
||||
#define ts_14_command_TS_GRAB_PEDAL_WOT 7
|
||||
#define ts_14_command_TS_GRAB_TPS_CLOSED 2
|
||||
#define ts_14_command_TS_GRAB_TPS_WOT 3
|
||||
#define ts_14_command_TS_RESET_MC33810 0x14
|
||||
#define ts_14_command_TS_RESET_TLE8888 8
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_DISABLE 0x0F
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_ENABLE 0x0D
|
||||
#define ts_14_command_TS_WIDEBAND_UPDATE 0x12
|
||||
#define ts_14_command_TS_WRITE_FLASH 0x0A
|
||||
#define TS_BLOCK_READ_TIMEOUT 3000
|
||||
#define TS_BURN_COMMAND 'B'
|
||||
|
@ -1452,7 +1463,7 @@
|
|||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.m74_9.341430851"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.m74_9.391416523"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1034,6 +1034,7 @@
|
|||
#define MAP_sensor_config_s_size 140
|
||||
#define MAP_WINDOW_SIZE 8
|
||||
#define MAX_CYLINDER_COUNT 12
|
||||
#define mc33810maxDwellTimer_e_auto_enum 0="DWELL_2MS",3="DWELL_16MS",4="DWELL_32MS",1="DWELL_4MS",5="DWELL_64MS",2="DWELL_8MS"
|
||||
#define mc33810maxDwellTimer_e_DWELL_16MS 3
|
||||
#define mc33810maxDwellTimer_e_DWELL_2MS 0
|
||||
#define mc33810maxDwellTimer_e_DWELL_32MS 4
|
||||
|
@ -1151,7 +1152,7 @@
|
|||
#define show_microRusEFI_presets true
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 1774792108
|
||||
#define SIGNATURE_HASH 1791259940
|
||||
#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"
|
||||
|
@ -1320,12 +1321,22 @@
|
|||
#define ts_14_command_TS_14_4 4
|
||||
#define ts_14_command_TS_14_5 5
|
||||
#define ts_14_command_TS_14_9 9
|
||||
#define ts_14_command_TS_BURN_WITHOUT_FLASH 0x15
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_0 0x0E
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_1 0x11
|
||||
#define ts_14_command_TS_ETB_RESET 0x0B
|
||||
#define ts_14_command_TS_ETB_START_AUTOTUNE 0x0C
|
||||
#define ts_14_command_TS_ETB_STOP_AUTOTUNE 0x10
|
||||
#define ts_14_command_TS_EXTERNAL_TRIGGER_STIMULATOR_ENABLE 0x13
|
||||
#define ts_14_command_TS_GRAB_PEDAL_UP 6
|
||||
#define ts_14_command_TS_GRAB_PEDAL_WOT 7
|
||||
#define ts_14_command_TS_GRAB_TPS_CLOSED 2
|
||||
#define ts_14_command_TS_GRAB_TPS_WOT 3
|
||||
#define ts_14_command_TS_RESET_MC33810 0x14
|
||||
#define ts_14_command_TS_RESET_TLE8888 8
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_DISABLE 0x0F
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_ENABLE 0x0D
|
||||
#define ts_14_command_TS_WIDEBAND_UPDATE 0x12
|
||||
#define ts_14_command_TS_WRITE_FLASH 0x0A
|
||||
#define TS_BLOCK_READ_TIMEOUT 3000
|
||||
#define TS_BURN_COMMAND 'B'
|
||||
|
@ -1451,7 +1462,7 @@
|
|||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.mre_f4.1774792108"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.mre_f4.1791259940"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1034,6 +1034,7 @@
|
|||
#define MAP_sensor_config_s_size 140
|
||||
#define MAP_WINDOW_SIZE 8
|
||||
#define MAX_CYLINDER_COUNT 12
|
||||
#define mc33810maxDwellTimer_e_auto_enum 0="DWELL_2MS",3="DWELL_16MS",4="DWELL_32MS",1="DWELL_4MS",5="DWELL_64MS",2="DWELL_8MS"
|
||||
#define mc33810maxDwellTimer_e_DWELL_16MS 3
|
||||
#define mc33810maxDwellTimer_e_DWELL_2MS 0
|
||||
#define mc33810maxDwellTimer_e_DWELL_32MS 4
|
||||
|
@ -1151,7 +1152,7 @@
|
|||
#define show_microRusEFI_presets true
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 1774792108
|
||||
#define SIGNATURE_HASH 1791259940
|
||||
#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"
|
||||
|
@ -1320,12 +1321,22 @@
|
|||
#define ts_14_command_TS_14_4 4
|
||||
#define ts_14_command_TS_14_5 5
|
||||
#define ts_14_command_TS_14_9 9
|
||||
#define ts_14_command_TS_BURN_WITHOUT_FLASH 0x15
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_0 0x0E
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_1 0x11
|
||||
#define ts_14_command_TS_ETB_RESET 0x0B
|
||||
#define ts_14_command_TS_ETB_START_AUTOTUNE 0x0C
|
||||
#define ts_14_command_TS_ETB_STOP_AUTOTUNE 0x10
|
||||
#define ts_14_command_TS_EXTERNAL_TRIGGER_STIMULATOR_ENABLE 0x13
|
||||
#define ts_14_command_TS_GRAB_PEDAL_UP 6
|
||||
#define ts_14_command_TS_GRAB_PEDAL_WOT 7
|
||||
#define ts_14_command_TS_GRAB_TPS_CLOSED 2
|
||||
#define ts_14_command_TS_GRAB_TPS_WOT 3
|
||||
#define ts_14_command_TS_RESET_MC33810 0x14
|
||||
#define ts_14_command_TS_RESET_TLE8888 8
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_DISABLE 0x0F
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_ENABLE 0x0D
|
||||
#define ts_14_command_TS_WIDEBAND_UPDATE 0x12
|
||||
#define ts_14_command_TS_WRITE_FLASH 0x0A
|
||||
#define TS_BLOCK_READ_TIMEOUT 3000
|
||||
#define TS_BURN_COMMAND 'B'
|
||||
|
@ -1451,7 +1462,7 @@
|
|||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.mre_f7.1774792108"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.mre_f7.1791259940"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1034,6 +1034,7 @@
|
|||
#define MAP_sensor_config_s_size 140
|
||||
#define MAP_WINDOW_SIZE 8
|
||||
#define MAX_CYLINDER_COUNT 12
|
||||
#define mc33810maxDwellTimer_e_auto_enum 0="DWELL_2MS",3="DWELL_16MS",4="DWELL_32MS",1="DWELL_4MS",5="DWELL_64MS",2="DWELL_8MS"
|
||||
#define mc33810maxDwellTimer_e_DWELL_16MS 3
|
||||
#define mc33810maxDwellTimer_e_DWELL_2MS 0
|
||||
#define mc33810maxDwellTimer_e_DWELL_32MS 4
|
||||
|
@ -1150,7 +1151,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 367801846
|
||||
#define SIGNATURE_HASH 383872382
|
||||
#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"
|
||||
|
@ -1319,12 +1320,22 @@
|
|||
#define ts_14_command_TS_14_4 4
|
||||
#define ts_14_command_TS_14_5 5
|
||||
#define ts_14_command_TS_14_9 9
|
||||
#define ts_14_command_TS_BURN_WITHOUT_FLASH 0x15
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_0 0x0E
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_1 0x11
|
||||
#define ts_14_command_TS_ETB_RESET 0x0B
|
||||
#define ts_14_command_TS_ETB_START_AUTOTUNE 0x0C
|
||||
#define ts_14_command_TS_ETB_STOP_AUTOTUNE 0x10
|
||||
#define ts_14_command_TS_EXTERNAL_TRIGGER_STIMULATOR_ENABLE 0x13
|
||||
#define ts_14_command_TS_GRAB_PEDAL_UP 6
|
||||
#define ts_14_command_TS_GRAB_PEDAL_WOT 7
|
||||
#define ts_14_command_TS_GRAB_TPS_CLOSED 2
|
||||
#define ts_14_command_TS_GRAB_TPS_WOT 3
|
||||
#define ts_14_command_TS_RESET_MC33810 0x14
|
||||
#define ts_14_command_TS_RESET_TLE8888 8
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_DISABLE 0x0F
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_ENABLE 0x0D
|
||||
#define ts_14_command_TS_WIDEBAND_UPDATE 0x12
|
||||
#define ts_14_command_TS_WRITE_FLASH 0x0A
|
||||
#define TS_BLOCK_READ_TIMEOUT 3000
|
||||
#define TS_BURN_COMMAND 'B'
|
||||
|
@ -1450,7 +1461,7 @@
|
|||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.nucleo_h743.367801846"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.nucleo_h743.383872382"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1034,6 +1034,7 @@
|
|||
#define MAP_sensor_config_s_size 140
|
||||
#define MAP_WINDOW_SIZE 8
|
||||
#define MAX_CYLINDER_COUNT 12
|
||||
#define mc33810maxDwellTimer_e_auto_enum 0="DWELL_2MS",3="DWELL_16MS",4="DWELL_32MS",1="DWELL_4MS",5="DWELL_64MS",2="DWELL_8MS"
|
||||
#define mc33810maxDwellTimer_e_DWELL_16MS 3
|
||||
#define mc33810maxDwellTimer_e_DWELL_2MS 0
|
||||
#define mc33810maxDwellTimer_e_DWELL_32MS 4
|
||||
|
@ -1150,7 +1151,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 628684902
|
||||
#define SIGNATURE_HASH 645243118
|
||||
#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"
|
||||
|
@ -1319,12 +1320,22 @@
|
|||
#define ts_14_command_TS_14_4 4
|
||||
#define ts_14_command_TS_14_5 5
|
||||
#define ts_14_command_TS_14_9 9
|
||||
#define ts_14_command_TS_BURN_WITHOUT_FLASH 0x15
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_0 0x0E
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_1 0x11
|
||||
#define ts_14_command_TS_ETB_RESET 0x0B
|
||||
#define ts_14_command_TS_ETB_START_AUTOTUNE 0x0C
|
||||
#define ts_14_command_TS_ETB_STOP_AUTOTUNE 0x10
|
||||
#define ts_14_command_TS_EXTERNAL_TRIGGER_STIMULATOR_ENABLE 0x13
|
||||
#define ts_14_command_TS_GRAB_PEDAL_UP 6
|
||||
#define ts_14_command_TS_GRAB_PEDAL_WOT 7
|
||||
#define ts_14_command_TS_GRAB_TPS_CLOSED 2
|
||||
#define ts_14_command_TS_GRAB_TPS_WOT 3
|
||||
#define ts_14_command_TS_RESET_MC33810 0x14
|
||||
#define ts_14_command_TS_RESET_TLE8888 8
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_DISABLE 0x0F
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_ENABLE 0x0D
|
||||
#define ts_14_command_TS_WIDEBAND_UPDATE 0x12
|
||||
#define ts_14_command_TS_WRITE_FLASH 0x0A
|
||||
#define TS_BLOCK_READ_TIMEOUT 3000
|
||||
#define TS_BURN_COMMAND 'B'
|
||||
|
@ -1450,7 +1461,7 @@
|
|||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.prometheus_405.628684902"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.prometheus_405.645243118"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1034,6 +1034,7 @@
|
|||
#define MAP_sensor_config_s_size 140
|
||||
#define MAP_WINDOW_SIZE 8
|
||||
#define MAX_CYLINDER_COUNT 12
|
||||
#define mc33810maxDwellTimer_e_auto_enum 0="DWELL_2MS",3="DWELL_16MS",4="DWELL_32MS",1="DWELL_4MS",5="DWELL_64MS",2="DWELL_8MS"
|
||||
#define mc33810maxDwellTimer_e_DWELL_16MS 3
|
||||
#define mc33810maxDwellTimer_e_DWELL_2MS 0
|
||||
#define mc33810maxDwellTimer_e_DWELL_32MS 4
|
||||
|
@ -1150,7 +1151,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 628684902
|
||||
#define SIGNATURE_HASH 645243118
|
||||
#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"
|
||||
|
@ -1319,12 +1320,22 @@
|
|||
#define ts_14_command_TS_14_4 4
|
||||
#define ts_14_command_TS_14_5 5
|
||||
#define ts_14_command_TS_14_9 9
|
||||
#define ts_14_command_TS_BURN_WITHOUT_FLASH 0x15
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_0 0x0E
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_1 0x11
|
||||
#define ts_14_command_TS_ETB_RESET 0x0B
|
||||
#define ts_14_command_TS_ETB_START_AUTOTUNE 0x0C
|
||||
#define ts_14_command_TS_ETB_STOP_AUTOTUNE 0x10
|
||||
#define ts_14_command_TS_EXTERNAL_TRIGGER_STIMULATOR_ENABLE 0x13
|
||||
#define ts_14_command_TS_GRAB_PEDAL_UP 6
|
||||
#define ts_14_command_TS_GRAB_PEDAL_WOT 7
|
||||
#define ts_14_command_TS_GRAB_TPS_CLOSED 2
|
||||
#define ts_14_command_TS_GRAB_TPS_WOT 3
|
||||
#define ts_14_command_TS_RESET_MC33810 0x14
|
||||
#define ts_14_command_TS_RESET_TLE8888 8
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_DISABLE 0x0F
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_ENABLE 0x0D
|
||||
#define ts_14_command_TS_WIDEBAND_UPDATE 0x12
|
||||
#define ts_14_command_TS_WRITE_FLASH 0x0A
|
||||
#define TS_BLOCK_READ_TIMEOUT 3000
|
||||
#define TS_BURN_COMMAND 'B'
|
||||
|
@ -1450,7 +1461,7 @@
|
|||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.prometheus_469.628684902"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.prometheus_469.645243118"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1034,6 +1034,7 @@
|
|||
#define MAP_sensor_config_s_size 140
|
||||
#define MAP_WINDOW_SIZE 8
|
||||
#define MAX_CYLINDER_COUNT 12
|
||||
#define mc33810maxDwellTimer_e_auto_enum 0="DWELL_2MS",3="DWELL_16MS",4="DWELL_32MS",1="DWELL_4MS",5="DWELL_64MS",2="DWELL_8MS"
|
||||
#define mc33810maxDwellTimer_e_DWELL_16MS 3
|
||||
#define mc33810maxDwellTimer_e_DWELL_2MS 0
|
||||
#define mc33810maxDwellTimer_e_DWELL_32MS 4
|
||||
|
@ -1150,7 +1151,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets true
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2123202664
|
||||
#define SIGNATURE_HASH 2105596128
|
||||
#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"
|
||||
|
@ -1319,12 +1320,22 @@
|
|||
#define ts_14_command_TS_14_4 4
|
||||
#define ts_14_command_TS_14_5 5
|
||||
#define ts_14_command_TS_14_9 9
|
||||
#define ts_14_command_TS_BURN_WITHOUT_FLASH 0x15
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_0 0x0E
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_1 0x11
|
||||
#define ts_14_command_TS_ETB_RESET 0x0B
|
||||
#define ts_14_command_TS_ETB_START_AUTOTUNE 0x0C
|
||||
#define ts_14_command_TS_ETB_STOP_AUTOTUNE 0x10
|
||||
#define ts_14_command_TS_EXTERNAL_TRIGGER_STIMULATOR_ENABLE 0x13
|
||||
#define ts_14_command_TS_GRAB_PEDAL_UP 6
|
||||
#define ts_14_command_TS_GRAB_PEDAL_WOT 7
|
||||
#define ts_14_command_TS_GRAB_TPS_CLOSED 2
|
||||
#define ts_14_command_TS_GRAB_TPS_WOT 3
|
||||
#define ts_14_command_TS_RESET_MC33810 0x14
|
||||
#define ts_14_command_TS_RESET_TLE8888 8
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_DISABLE 0x0F
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_ENABLE 0x0D
|
||||
#define ts_14_command_TS_WIDEBAND_UPDATE 0x12
|
||||
#define ts_14_command_TS_WRITE_FLASH 0x0A
|
||||
#define TS_BLOCK_READ_TIMEOUT 3000
|
||||
#define TS_BURN_COMMAND 'B'
|
||||
|
@ -1450,7 +1461,7 @@
|
|||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.proteus_f4.2123202664"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.proteus_f4.2105596128"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1034,6 +1034,7 @@
|
|||
#define MAP_sensor_config_s_size 140
|
||||
#define MAP_WINDOW_SIZE 8
|
||||
#define MAX_CYLINDER_COUNT 12
|
||||
#define mc33810maxDwellTimer_e_auto_enum 0="DWELL_2MS",3="DWELL_16MS",4="DWELL_32MS",1="DWELL_4MS",5="DWELL_64MS",2="DWELL_8MS"
|
||||
#define mc33810maxDwellTimer_e_DWELL_16MS 3
|
||||
#define mc33810maxDwellTimer_e_DWELL_2MS 0
|
||||
#define mc33810maxDwellTimer_e_DWELL_32MS 4
|
||||
|
@ -1150,7 +1151,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets true
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2123202664
|
||||
#define SIGNATURE_HASH 2105596128
|
||||
#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"
|
||||
|
@ -1319,12 +1320,22 @@
|
|||
#define ts_14_command_TS_14_4 4
|
||||
#define ts_14_command_TS_14_5 5
|
||||
#define ts_14_command_TS_14_9 9
|
||||
#define ts_14_command_TS_BURN_WITHOUT_FLASH 0x15
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_0 0x0E
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_1 0x11
|
||||
#define ts_14_command_TS_ETB_RESET 0x0B
|
||||
#define ts_14_command_TS_ETB_START_AUTOTUNE 0x0C
|
||||
#define ts_14_command_TS_ETB_STOP_AUTOTUNE 0x10
|
||||
#define ts_14_command_TS_EXTERNAL_TRIGGER_STIMULATOR_ENABLE 0x13
|
||||
#define ts_14_command_TS_GRAB_PEDAL_UP 6
|
||||
#define ts_14_command_TS_GRAB_PEDAL_WOT 7
|
||||
#define ts_14_command_TS_GRAB_TPS_CLOSED 2
|
||||
#define ts_14_command_TS_GRAB_TPS_WOT 3
|
||||
#define ts_14_command_TS_RESET_MC33810 0x14
|
||||
#define ts_14_command_TS_RESET_TLE8888 8
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_DISABLE 0x0F
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_ENABLE 0x0D
|
||||
#define ts_14_command_TS_WIDEBAND_UPDATE 0x12
|
||||
#define ts_14_command_TS_WRITE_FLASH 0x0A
|
||||
#define TS_BLOCK_READ_TIMEOUT 3000
|
||||
#define TS_BURN_COMMAND 'B'
|
||||
|
@ -1450,7 +1461,7 @@
|
|||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.proteus_f7.2123202664"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.proteus_f7.2105596128"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1034,6 +1034,7 @@
|
|||
#define MAP_sensor_config_s_size 140
|
||||
#define MAP_WINDOW_SIZE 8
|
||||
#define MAX_CYLINDER_COUNT 12
|
||||
#define mc33810maxDwellTimer_e_auto_enum 0="DWELL_2MS",3="DWELL_16MS",4="DWELL_32MS",1="DWELL_4MS",5="DWELL_64MS",2="DWELL_8MS"
|
||||
#define mc33810maxDwellTimer_e_DWELL_16MS 3
|
||||
#define mc33810maxDwellTimer_e_DWELL_2MS 0
|
||||
#define mc33810maxDwellTimer_e_DWELL_32MS 4
|
||||
|
@ -1150,7 +1151,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets true
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2123202664
|
||||
#define SIGNATURE_HASH 2105596128
|
||||
#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"
|
||||
|
@ -1319,12 +1320,22 @@
|
|||
#define ts_14_command_TS_14_4 4
|
||||
#define ts_14_command_TS_14_5 5
|
||||
#define ts_14_command_TS_14_9 9
|
||||
#define ts_14_command_TS_BURN_WITHOUT_FLASH 0x15
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_0 0x0E
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_1 0x11
|
||||
#define ts_14_command_TS_ETB_RESET 0x0B
|
||||
#define ts_14_command_TS_ETB_START_AUTOTUNE 0x0C
|
||||
#define ts_14_command_TS_ETB_STOP_AUTOTUNE 0x10
|
||||
#define ts_14_command_TS_EXTERNAL_TRIGGER_STIMULATOR_ENABLE 0x13
|
||||
#define ts_14_command_TS_GRAB_PEDAL_UP 6
|
||||
#define ts_14_command_TS_GRAB_PEDAL_WOT 7
|
||||
#define ts_14_command_TS_GRAB_TPS_CLOSED 2
|
||||
#define ts_14_command_TS_GRAB_TPS_WOT 3
|
||||
#define ts_14_command_TS_RESET_MC33810 0x14
|
||||
#define ts_14_command_TS_RESET_TLE8888 8
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_DISABLE 0x0F
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_ENABLE 0x0D
|
||||
#define ts_14_command_TS_WIDEBAND_UPDATE 0x12
|
||||
#define ts_14_command_TS_WRITE_FLASH 0x0A
|
||||
#define TS_BLOCK_READ_TIMEOUT 3000
|
||||
#define TS_BURN_COMMAND 'B'
|
||||
|
@ -1450,7 +1461,7 @@
|
|||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.proteus_h7.2123202664"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.proteus_h7.2105596128"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1034,6 +1034,7 @@
|
|||
#define MAP_sensor_config_s_size 140
|
||||
#define MAP_WINDOW_SIZE 8
|
||||
#define MAX_CYLINDER_COUNT 12
|
||||
#define mc33810maxDwellTimer_e_auto_enum 0="DWELL_2MS",3="DWELL_16MS",4="DWELL_32MS",1="DWELL_4MS",5="DWELL_64MS",2="DWELL_8MS"
|
||||
#define mc33810maxDwellTimer_e_DWELL_16MS 3
|
||||
#define mc33810maxDwellTimer_e_DWELL_2MS 0
|
||||
#define mc33810maxDwellTimer_e_DWELL_32MS 4
|
||||
|
@ -1151,7 +1152,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3156944048
|
||||
#define SIGNATURE_HASH 3206970424
|
||||
#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"
|
||||
|
@ -1320,12 +1321,22 @@
|
|||
#define ts_14_command_TS_14_4 4
|
||||
#define ts_14_command_TS_14_5 5
|
||||
#define ts_14_command_TS_14_9 9
|
||||
#define ts_14_command_TS_BURN_WITHOUT_FLASH 0x15
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_0 0x0E
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_1 0x11
|
||||
#define ts_14_command_TS_ETB_RESET 0x0B
|
||||
#define ts_14_command_TS_ETB_START_AUTOTUNE 0x0C
|
||||
#define ts_14_command_TS_ETB_STOP_AUTOTUNE 0x10
|
||||
#define ts_14_command_TS_EXTERNAL_TRIGGER_STIMULATOR_ENABLE 0x13
|
||||
#define ts_14_command_TS_GRAB_PEDAL_UP 6
|
||||
#define ts_14_command_TS_GRAB_PEDAL_WOT 7
|
||||
#define ts_14_command_TS_GRAB_TPS_CLOSED 2
|
||||
#define ts_14_command_TS_GRAB_TPS_WOT 3
|
||||
#define ts_14_command_TS_RESET_MC33810 0x14
|
||||
#define ts_14_command_TS_RESET_TLE8888 8
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_DISABLE 0x0F
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_ENABLE 0x0D
|
||||
#define ts_14_command_TS_WIDEBAND_UPDATE 0x12
|
||||
#define ts_14_command_TS_WRITE_FLASH 0x0A
|
||||
#define TS_BLOCK_READ_TIMEOUT 3000
|
||||
#define TS_BURN_COMMAND 'B'
|
||||
|
@ -1452,7 +1463,7 @@
|
|||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.s105.3156944048"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.s105.3206970424"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1034,6 +1034,7 @@
|
|||
#define MAP_sensor_config_s_size 140
|
||||
#define MAP_WINDOW_SIZE 8
|
||||
#define MAX_CYLINDER_COUNT 12
|
||||
#define mc33810maxDwellTimer_e_auto_enum 0="DWELL_2MS",3="DWELL_16MS",4="DWELL_32MS",1="DWELL_4MS",5="DWELL_64MS",2="DWELL_8MS"
|
||||
#define mc33810maxDwellTimer_e_DWELL_16MS 3
|
||||
#define mc33810maxDwellTimer_e_DWELL_2MS 0
|
||||
#define mc33810maxDwellTimer_e_DWELL_32MS 4
|
||||
|
@ -1151,7 +1152,7 @@
|
|||
#define show_Proteus_presets false
|
||||
#define show_small_can_board_presets true
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 726530431
|
||||
#define SIGNATURE_HASH 675324407
|
||||
#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"
|
||||
|
@ -1320,12 +1321,22 @@
|
|||
#define ts_14_command_TS_14_4 4
|
||||
#define ts_14_command_TS_14_5 5
|
||||
#define ts_14_command_TS_14_9 9
|
||||
#define ts_14_command_TS_BURN_WITHOUT_FLASH 0x15
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_0 0x0E
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_1 0x11
|
||||
#define ts_14_command_TS_ETB_RESET 0x0B
|
||||
#define ts_14_command_TS_ETB_START_AUTOTUNE 0x0C
|
||||
#define ts_14_command_TS_ETB_STOP_AUTOTUNE 0x10
|
||||
#define ts_14_command_TS_EXTERNAL_TRIGGER_STIMULATOR_ENABLE 0x13
|
||||
#define ts_14_command_TS_GRAB_PEDAL_UP 6
|
||||
#define ts_14_command_TS_GRAB_PEDAL_WOT 7
|
||||
#define ts_14_command_TS_GRAB_TPS_CLOSED 2
|
||||
#define ts_14_command_TS_GRAB_TPS_WOT 3
|
||||
#define ts_14_command_TS_RESET_MC33810 0x14
|
||||
#define ts_14_command_TS_RESET_TLE8888 8
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_DISABLE 0x0F
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_ENABLE 0x0D
|
||||
#define ts_14_command_TS_WIDEBAND_UPDATE 0x12
|
||||
#define ts_14_command_TS_WRITE_FLASH 0x0A
|
||||
#define TS_BLOCK_READ_TIMEOUT 3000
|
||||
#define TS_BURN_COMMAND 'B'
|
||||
|
@ -1451,7 +1462,7 @@
|
|||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.small-can-board.726530431"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.small-can-board.675324407"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1034,6 +1034,7 @@
|
|||
#define MAP_sensor_config_s_size 140
|
||||
#define MAP_WINDOW_SIZE 8
|
||||
#define MAX_CYLINDER_COUNT 12
|
||||
#define mc33810maxDwellTimer_e_auto_enum 0="DWELL_2MS",3="DWELL_16MS",4="DWELL_32MS",1="DWELL_4MS",5="DWELL_64MS",2="DWELL_8MS"
|
||||
#define mc33810maxDwellTimer_e_DWELL_16MS 3
|
||||
#define mc33810maxDwellTimer_e_DWELL_2MS 0
|
||||
#define mc33810maxDwellTimer_e_DWELL_32MS 4
|
||||
|
@ -1150,7 +1151,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 367801846
|
||||
#define SIGNATURE_HASH 383872382
|
||||
#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"
|
||||
|
@ -1319,12 +1320,22 @@
|
|||
#define ts_14_command_TS_14_4 4
|
||||
#define ts_14_command_TS_14_5 5
|
||||
#define ts_14_command_TS_14_9 9
|
||||
#define ts_14_command_TS_BURN_WITHOUT_FLASH 0x15
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_0 0x0E
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_1 0x11
|
||||
#define ts_14_command_TS_ETB_RESET 0x0B
|
||||
#define ts_14_command_TS_ETB_START_AUTOTUNE 0x0C
|
||||
#define ts_14_command_TS_ETB_STOP_AUTOTUNE 0x10
|
||||
#define ts_14_command_TS_EXTERNAL_TRIGGER_STIMULATOR_ENABLE 0x13
|
||||
#define ts_14_command_TS_GRAB_PEDAL_UP 6
|
||||
#define ts_14_command_TS_GRAB_PEDAL_WOT 7
|
||||
#define ts_14_command_TS_GRAB_TPS_CLOSED 2
|
||||
#define ts_14_command_TS_GRAB_TPS_WOT 3
|
||||
#define ts_14_command_TS_RESET_MC33810 0x14
|
||||
#define ts_14_command_TS_RESET_TLE8888 8
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_DISABLE 0x0F
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_ENABLE 0x0D
|
||||
#define ts_14_command_TS_WIDEBAND_UPDATE 0x12
|
||||
#define ts_14_command_TS_WRITE_FLASH 0x0A
|
||||
#define TS_BLOCK_READ_TIMEOUT 3000
|
||||
#define TS_BURN_COMMAND 'B'
|
||||
|
@ -1450,7 +1461,7 @@
|
|||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.stm32f413_nucleo.367801846"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.stm32f413_nucleo.383872382"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1034,6 +1034,7 @@
|
|||
#define MAP_sensor_config_s_size 140
|
||||
#define MAP_WINDOW_SIZE 8
|
||||
#define MAX_CYLINDER_COUNT 12
|
||||
#define mc33810maxDwellTimer_e_auto_enum 0="DWELL_2MS",3="DWELL_16MS",4="DWELL_32MS",1="DWELL_4MS",5="DWELL_64MS",2="DWELL_8MS"
|
||||
#define mc33810maxDwellTimer_e_DWELL_16MS 3
|
||||
#define mc33810maxDwellTimer_e_DWELL_2MS 0
|
||||
#define mc33810maxDwellTimer_e_DWELL_32MS 4
|
||||
|
@ -1150,7 +1151,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 367801846
|
||||
#define SIGNATURE_HASH 383872382
|
||||
#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"
|
||||
|
@ -1319,12 +1320,22 @@
|
|||
#define ts_14_command_TS_14_4 4
|
||||
#define ts_14_command_TS_14_5 5
|
||||
#define ts_14_command_TS_14_9 9
|
||||
#define ts_14_command_TS_BURN_WITHOUT_FLASH 0x15
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_0 0x0E
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_1 0x11
|
||||
#define ts_14_command_TS_ETB_RESET 0x0B
|
||||
#define ts_14_command_TS_ETB_START_AUTOTUNE 0x0C
|
||||
#define ts_14_command_TS_ETB_STOP_AUTOTUNE 0x10
|
||||
#define ts_14_command_TS_EXTERNAL_TRIGGER_STIMULATOR_ENABLE 0x13
|
||||
#define ts_14_command_TS_GRAB_PEDAL_UP 6
|
||||
#define ts_14_command_TS_GRAB_PEDAL_WOT 7
|
||||
#define ts_14_command_TS_GRAB_TPS_CLOSED 2
|
||||
#define ts_14_command_TS_GRAB_TPS_WOT 3
|
||||
#define ts_14_command_TS_RESET_MC33810 0x14
|
||||
#define ts_14_command_TS_RESET_TLE8888 8
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_DISABLE 0x0F
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_ENABLE 0x0D
|
||||
#define ts_14_command_TS_WIDEBAND_UPDATE 0x12
|
||||
#define ts_14_command_TS_WRITE_FLASH 0x0A
|
||||
#define TS_BLOCK_READ_TIMEOUT 3000
|
||||
#define TS_BURN_COMMAND 'B'
|
||||
|
@ -1450,7 +1461,7 @@
|
|||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.stm32f429_nucleo.367801846"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.stm32f429_nucleo.383872382"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1034,6 +1034,7 @@
|
|||
#define MAP_sensor_config_s_size 140
|
||||
#define MAP_WINDOW_SIZE 8
|
||||
#define MAX_CYLINDER_COUNT 12
|
||||
#define mc33810maxDwellTimer_e_auto_enum 0="DWELL_2MS",3="DWELL_16MS",4="DWELL_32MS",1="DWELL_4MS",5="DWELL_64MS",2="DWELL_8MS"
|
||||
#define mc33810maxDwellTimer_e_DWELL_16MS 3
|
||||
#define mc33810maxDwellTimer_e_DWELL_2MS 0
|
||||
#define mc33810maxDwellTimer_e_DWELL_32MS 4
|
||||
|
@ -1150,7 +1151,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 367801846
|
||||
#define SIGNATURE_HASH 383872382
|
||||
#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"
|
||||
|
@ -1319,12 +1320,22 @@
|
|||
#define ts_14_command_TS_14_4 4
|
||||
#define ts_14_command_TS_14_5 5
|
||||
#define ts_14_command_TS_14_9 9
|
||||
#define ts_14_command_TS_BURN_WITHOUT_FLASH 0x15
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_0 0x0E
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_1 0x11
|
||||
#define ts_14_command_TS_ETB_RESET 0x0B
|
||||
#define ts_14_command_TS_ETB_START_AUTOTUNE 0x0C
|
||||
#define ts_14_command_TS_ETB_STOP_AUTOTUNE 0x10
|
||||
#define ts_14_command_TS_EXTERNAL_TRIGGER_STIMULATOR_ENABLE 0x13
|
||||
#define ts_14_command_TS_GRAB_PEDAL_UP 6
|
||||
#define ts_14_command_TS_GRAB_PEDAL_WOT 7
|
||||
#define ts_14_command_TS_GRAB_TPS_CLOSED 2
|
||||
#define ts_14_command_TS_GRAB_TPS_WOT 3
|
||||
#define ts_14_command_TS_RESET_MC33810 0x14
|
||||
#define ts_14_command_TS_RESET_TLE8888 8
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_DISABLE 0x0F
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_ENABLE 0x0D
|
||||
#define ts_14_command_TS_WIDEBAND_UPDATE 0x12
|
||||
#define ts_14_command_TS_WRITE_FLASH 0x0A
|
||||
#define TS_BLOCK_READ_TIMEOUT 3000
|
||||
#define TS_BURN_COMMAND 'B'
|
||||
|
@ -1450,7 +1461,7 @@
|
|||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.stm32f767_nucleo.367801846"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.stm32f767_nucleo.383872382"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1034,6 +1034,7 @@
|
|||
#define MAP_sensor_config_s_size 140
|
||||
#define MAP_WINDOW_SIZE 8
|
||||
#define MAX_CYLINDER_COUNT 12
|
||||
#define mc33810maxDwellTimer_e_auto_enum 0="DWELL_2MS",3="DWELL_16MS",4="DWELL_32MS",1="DWELL_4MS",5="DWELL_64MS",2="DWELL_8MS"
|
||||
#define mc33810maxDwellTimer_e_DWELL_16MS 3
|
||||
#define mc33810maxDwellTimer_e_DWELL_2MS 0
|
||||
#define mc33810maxDwellTimer_e_DWELL_32MS 4
|
||||
|
@ -1150,7 +1151,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 367801846
|
||||
#define SIGNATURE_HASH 383872382
|
||||
#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"
|
||||
|
@ -1319,12 +1320,22 @@
|
|||
#define ts_14_command_TS_14_4 4
|
||||
#define ts_14_command_TS_14_5 5
|
||||
#define ts_14_command_TS_14_9 9
|
||||
#define ts_14_command_TS_BURN_WITHOUT_FLASH 0x15
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_0 0x0E
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_1 0x11
|
||||
#define ts_14_command_TS_ETB_RESET 0x0B
|
||||
#define ts_14_command_TS_ETB_START_AUTOTUNE 0x0C
|
||||
#define ts_14_command_TS_ETB_STOP_AUTOTUNE 0x10
|
||||
#define ts_14_command_TS_EXTERNAL_TRIGGER_STIMULATOR_ENABLE 0x13
|
||||
#define ts_14_command_TS_GRAB_PEDAL_UP 6
|
||||
#define ts_14_command_TS_GRAB_PEDAL_WOT 7
|
||||
#define ts_14_command_TS_GRAB_TPS_CLOSED 2
|
||||
#define ts_14_command_TS_GRAB_TPS_WOT 3
|
||||
#define ts_14_command_TS_RESET_MC33810 0x14
|
||||
#define ts_14_command_TS_RESET_TLE8888 8
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_DISABLE 0x0F
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_ENABLE 0x0D
|
||||
#define ts_14_command_TS_WIDEBAND_UPDATE 0x12
|
||||
#define ts_14_command_TS_WRITE_FLASH 0x0A
|
||||
#define TS_BLOCK_READ_TIMEOUT 3000
|
||||
#define TS_BURN_COMMAND 'B'
|
||||
|
@ -1450,7 +1461,7 @@
|
|||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.t-b-g.367801846"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.t-b-g.383872382"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1034,6 +1034,7 @@
|
|||
#define MAP_sensor_config_s_size 140
|
||||
#define MAP_WINDOW_SIZE 8
|
||||
#define MAX_CYLINDER_COUNT 12
|
||||
#define mc33810maxDwellTimer_e_auto_enum 0="DWELL_2MS",3="DWELL_16MS",4="DWELL_32MS",1="DWELL_4MS",5="DWELL_64MS",2="DWELL_8MS"
|
||||
#define mc33810maxDwellTimer_e_DWELL_16MS 3
|
||||
#define mc33810maxDwellTimer_e_DWELL_2MS 0
|
||||
#define mc33810maxDwellTimer_e_DWELL_32MS 4
|
||||
|
@ -1150,7 +1151,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2671909332
|
||||
#define SIGNATURE_HASH 2622439772
|
||||
#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"
|
||||
|
@ -1319,12 +1320,22 @@
|
|||
#define ts_14_command_TS_14_4 4
|
||||
#define ts_14_command_TS_14_5 5
|
||||
#define ts_14_command_TS_14_9 9
|
||||
#define ts_14_command_TS_BURN_WITHOUT_FLASH 0x15
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_0 0x0E
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_1 0x11
|
||||
#define ts_14_command_TS_ETB_RESET 0x0B
|
||||
#define ts_14_command_TS_ETB_START_AUTOTUNE 0x0C
|
||||
#define ts_14_command_TS_ETB_STOP_AUTOTUNE 0x10
|
||||
#define ts_14_command_TS_EXTERNAL_TRIGGER_STIMULATOR_ENABLE 0x13
|
||||
#define ts_14_command_TS_GRAB_PEDAL_UP 6
|
||||
#define ts_14_command_TS_GRAB_PEDAL_WOT 7
|
||||
#define ts_14_command_TS_GRAB_TPS_CLOSED 2
|
||||
#define ts_14_command_TS_GRAB_TPS_WOT 3
|
||||
#define ts_14_command_TS_RESET_MC33810 0x14
|
||||
#define ts_14_command_TS_RESET_TLE8888 8
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_DISABLE 0x0F
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_ENABLE 0x0D
|
||||
#define ts_14_command_TS_WIDEBAND_UPDATE 0x12
|
||||
#define ts_14_command_TS_WRITE_FLASH 0x0A
|
||||
#define TS_BLOCK_READ_TIMEOUT 3000
|
||||
#define TS_BURN_COMMAND 'B'
|
||||
|
@ -1450,7 +1461,7 @@
|
|||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.tdg-pdm8.2671909332"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.tdg-pdm8.2622439772"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1034,6 +1034,7 @@
|
|||
#define MAP_sensor_config_s_size 140
|
||||
#define MAP_WINDOW_SIZE 8
|
||||
#define MAX_CYLINDER_COUNT 12
|
||||
#define mc33810maxDwellTimer_e_auto_enum 0="DWELL_2MS",3="DWELL_16MS",4="DWELL_32MS",1="DWELL_4MS",5="DWELL_64MS",2="DWELL_8MS"
|
||||
#define mc33810maxDwellTimer_e_DWELL_16MS 3
|
||||
#define mc33810maxDwellTimer_e_DWELL_2MS 0
|
||||
#define mc33810maxDwellTimer_e_DWELL_32MS 4
|
||||
|
@ -1152,7 +1153,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 2085097600
|
||||
#define SIGNATURE_HASH 2135246856
|
||||
#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"
|
||||
|
@ -1321,12 +1322,22 @@
|
|||
#define ts_14_command_TS_14_4 4
|
||||
#define ts_14_command_TS_14_5 5
|
||||
#define ts_14_command_TS_14_9 9
|
||||
#define ts_14_command_TS_BURN_WITHOUT_FLASH 0x15
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_0 0x0E
|
||||
#define ts_14_command_TS_ETB_AUTOCAL_1 0x11
|
||||
#define ts_14_command_TS_ETB_RESET 0x0B
|
||||
#define ts_14_command_TS_ETB_START_AUTOTUNE 0x0C
|
||||
#define ts_14_command_TS_ETB_STOP_AUTOTUNE 0x10
|
||||
#define ts_14_command_TS_EXTERNAL_TRIGGER_STIMULATOR_ENABLE 0x13
|
||||
#define ts_14_command_TS_GRAB_PEDAL_UP 6
|
||||
#define ts_14_command_TS_GRAB_PEDAL_WOT 7
|
||||
#define ts_14_command_TS_GRAB_TPS_CLOSED 2
|
||||
#define ts_14_command_TS_GRAB_TPS_WOT 3
|
||||
#define ts_14_command_TS_RESET_MC33810 0x14
|
||||
#define ts_14_command_TS_RESET_TLE8888 8
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_DISABLE 0x0F
|
||||
#define ts_14_command_TS_TRIGGER_STIMULATOR_ENABLE 0x0D
|
||||
#define ts_14_command_TS_WIDEBAND_UPDATE 0x12
|
||||
#define ts_14_command_TS_WRITE_FLASH 0x0A
|
||||
#define TS_BLOCK_READ_TIMEOUT 3000
|
||||
#define TS_BURN_COMMAND 'B'
|
||||
|
@ -1452,7 +1463,7 @@
|
|||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.uaefi.2085097600"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.uaefi.2135246856"
|
||||
#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.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1704559089
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.alphax-2chan.1704559089"
|
||||
#define SIGNATURE_HASH 1721031033
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.alphax-2chan.1721031033"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 114093833
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.alphax-4chan.114093833"
|
||||
#define SIGNATURE_HASH 96581505
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.alphax-4chan.96581505"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 114093833
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.alphax-4chan_f7.114093833"
|
||||
#define SIGNATURE_HASH 96581505
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.alphax-4chan_f7.96581505"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1420495854
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.alphax-8chan-revA.1420495854"
|
||||
#define SIGNATURE_HASH 1470518118
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.alphax-8chan-revA.1470518118"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 189061137
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.alphax-8chan.189061137"
|
||||
#define SIGNATURE_HASH 139034777
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.alphax-8chan.139034777"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 189061137
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.alphax-8chan_f7.189061137"
|
||||
#define SIGNATURE_HASH 139034777
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.alphax-8chan_f7.139034777"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 367801846
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.at_start_f435.367801846"
|
||||
#define SIGNATURE_HASH 383872382
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.at_start_f435.383872382"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1374413240
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.atlas.1374413240"
|
||||
#define SIGNATURE_HASH 1390852400
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.atlas.1390852400"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on hellen_cypress_gen_config.bat by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 367801846
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.cypress.367801846"
|
||||
#define SIGNATURE_HASH 383872382
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.cypress.383872382"
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue