Auto-generated configs and docs

This commit is contained in:
GitHub build-firmware Action 2020-07-08 03:03:03 +00:00
parent 3f5ce4a7b4
commit 78306b6d85
25 changed files with 103 additions and 72 deletions

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 08 02:20:25 UTC 2020
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 08 03:02:21 UTC 2020
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -1314,6 +1314,7 @@ struct engine_configuration_s {
*/
pin_input_mode_e throttlePedalUpPinMode;
/**
* Additional idle PID offset while A/C is active
* offset 711
*/
uint8_t acIdleExtraOffset;
@ -1501,6 +1502,7 @@ struct engine_configuration_s {
*/
uint8_t mc33_hvolt;
/**
* Additional idle PID minValue while A/C is active
* offset 761
*/
uint8_t acIdleExtraMin;
@ -3524,4 +3526,4 @@ struct persistent_config_s {
typedef struct persistent_config_s persistent_config_s;
// end
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 08 02:20:25 UTC 2020
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 08 03:02:21 UTC 2020

View File

@ -1,26 +1,28 @@
// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 08 02:20:25 UTC 2020
// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 08 03:02:21 UTC 2020
// by class com.rusefi.output.FileFsioSettingsConsumer
FSIO_SETTING_FANONTEMPERATURE = 1000,
FSIO_SETTING_FANOFFTEMPERATURE = 1001,
FSIO_SETTING_BOOSTPID_OFFSET = 1002,
FSIO_SETTING_BOOSTPID_MINVALUE = 1003,
FSIO_SETTING_ALTERNATORCONTROL_OFFSET = 1004,
FSIO_SETTING_ALTERNATORCONTROL_MINVALUE = 1005,
FSIO_SETTING_ETB_OFFSET = 1006,
FSIO_SETTING_ETB_MINVALUE = 1007,
FSIO_SETTING_IDLERPMPID_OFFSET = 1008,
FSIO_SETTING_IDLERPMPID_MINVALUE = 1009,
FSIO_SETTING_STARTUPFUELPUMPDURATION = 1010,
FSIO_SETTING_AUXPID1_OFFSET = 1011,
FSIO_SETTING_AUXPID1_MINVALUE = 1012,
FSIO_SETTING_AUXPID2_OFFSET = 1013,
FSIO_SETTING_AUXPID2_MINVALUE = 1014,
FSIO_SETTING_AUXPID3_OFFSET = 1015,
FSIO_SETTING_AUXPID3_MINVALUE = 1016,
FSIO_SETTING_AUXPID4_OFFSET = 1017,
FSIO_SETTING_AUXPID4_MINVALUE = 1018,
FSIO_SETTING_IDLETIMINGPID_OFFSET = 1019,
FSIO_SETTING_IDLETIMINGPID_MINVALUE = 1020,
FSIO_SETTING_IDLERPMPID2_OFFSET = 1021,
FSIO_SETTING_IDLERPMPID2_MINVALUE = 1022,
FSIO_SETTING_ACIDLEEXTRAOFFSET = 1002,
FSIO_SETTING_ACIDLEEXTRAMIN = 1003,
FSIO_SETTING_BOOSTPID_OFFSET = 1004,
FSIO_SETTING_BOOSTPID_MINVALUE = 1005,
FSIO_SETTING_ALTERNATORCONTROL_OFFSET = 1006,
FSIO_SETTING_ALTERNATORCONTROL_MINVALUE = 1007,
FSIO_SETTING_ETB_OFFSET = 1008,
FSIO_SETTING_ETB_MINVALUE = 1009,
FSIO_SETTING_IDLERPMPID_OFFSET = 1010,
FSIO_SETTING_IDLERPMPID_MINVALUE = 1011,
FSIO_SETTING_STARTUPFUELPUMPDURATION = 1012,
FSIO_SETTING_AUXPID1_OFFSET = 1013,
FSIO_SETTING_AUXPID1_MINVALUE = 1014,
FSIO_SETTING_AUXPID2_OFFSET = 1015,
FSIO_SETTING_AUXPID2_MINVALUE = 1016,
FSIO_SETTING_AUXPID3_OFFSET = 1017,
FSIO_SETTING_AUXPID3_MINVALUE = 1018,
FSIO_SETTING_AUXPID4_OFFSET = 1019,
FSIO_SETTING_AUXPID4_MINVALUE = 1020,
FSIO_SETTING_IDLETIMINGPID_OFFSET = 1021,
FSIO_SETTING_IDLETIMINGPID_MINVALUE = 1022,
FSIO_SETTING_IDLERPMPID2_OFFSET = 1023,
FSIO_SETTING_IDLERPMPID2_MINVALUE = 1024,

View File

@ -1,10 +1,14 @@
// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 08 02:20:25 UTC 2020
// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 08 03:02:21 UTC 2020
// by class com.rusefi.output.FileFsioSettingsConsumer
case FSIO_SETTING_FANONTEMPERATURE:
return engineConfiguration->fanOnTemperature;
case FSIO_SETTING_FANOFFTEMPERATURE:
return engineConfiguration->fanOffTemperature;
case FSIO_SETTING_ACIDLEEXTRAOFFSET:
return engineConfiguration->acIdleExtraOffset;
case FSIO_SETTING_ACIDLEEXTRAMIN:
return engineConfiguration->acIdleExtraMin;
case FSIO_SETTING_BOOSTPID_OFFSET:
return engineConfiguration->boostPid.offset;
case FSIO_SETTING_BOOSTPID_MINVALUE:

View File

@ -1,8 +1,10 @@
// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 08 02:20:25 UTC 2020
// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 08 03:02:21 UTC 2020
// by class com.rusefi.output.FileFsioSettingsConsumer
static LENameOrdinalPair lefanOnTemperature(FSIO_SETTING_FANONTEMPERATURE, "cfg_fanOnTemperature");
static LENameOrdinalPair lefanOffTemperature(FSIO_SETTING_FANOFFTEMPERATURE, "cfg_fanOffTemperature");
static LENameOrdinalPair leacIdleExtraOffset(FSIO_SETTING_ACIDLEEXTRAOFFSET, "cfg_acIdleExtraOffset");
static LENameOrdinalPair leacIdleExtraMin(FSIO_SETTING_ACIDLEEXTRAMIN, "cfg_acIdleExtraMin");
static LENameOrdinalPair leboostPid_offset(FSIO_SETTING_BOOSTPID_OFFSET, "cfg_boostPid_offset");
static LENameOrdinalPair leboostPid_minValue(FSIO_SETTING_BOOSTPID_MINVALUE, "cfg_boostPid_minValue");
static LENameOrdinalPair lealternatorControl_offset(FSIO_SETTING_ALTERNATORCONTROL_OFFSET, "cfg_alternatorControl_offset");

View File

@ -1,10 +1,14 @@
// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 08 02:20:25 UTC 2020
// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 08 03:02:21 UTC 2020
// by class com.rusefi.output.FileFsioSettingsConsumer
case FSIO_SETTING_FANONTEMPERATURE:
return "cfg_fanOnTemperature";
case FSIO_SETTING_FANOFFTEMPERATURE:
return "cfg_fanOffTemperature";
case FSIO_SETTING_ACIDLEEXTRAOFFSET:
return "cfg_acIdleExtraOffset";
case FSIO_SETTING_ACIDLEEXTRAMIN:
return "cfg_acIdleExtraMin";
case FSIO_SETTING_BOOSTPID_OFFSET:
return "cfg_boostPid_offset";
case FSIO_SETTING_BOOSTPID_MINVALUE:

View File

@ -1063,7 +1063,7 @@
#define showSdCardWarning_offset 76
#define SIGNATURE_BOARD all
#define SIGNATURE_DATE 2020.07.08
#define SIGNATURE_HASH 4009953189
#define SIGNATURE_HASH 35698347
#define silentTriggerError_offset 1464
#define slowAdcAlpha_offset 2088
#define sparkDwellRpmBins_offset 332
@ -1323,7 +1323,7 @@
#define ts_show_spi true
#define ts_show_trigger_comparator false
#define ts_show_tunerstudio_port true
#define TS_SIGNATURE "rusEFI 2020.07.08.all.4009953189"
#define TS_SIGNATURE "rusEFI 2020.07.08.all.35698347"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define tunerStudioSerialSpeed_offset 728
#define twoWireBatchIgnition_offset 1476

View File

@ -4,5 +4,5 @@
#define SIGNATURE_BOARD all
#define SIGNATURE_DATE 2020.07.08
#define SIGNATURE_HASH 4009953189
#define TS_SIGNATURE "rusEFI 2020.07.08.all.4009953189"
#define SIGNATURE_HASH 35698347
#define TS_SIGNATURE "rusEFI 2020.07.08.all.35698347"

View File

@ -4,5 +4,5 @@
#define SIGNATURE_BOARD frankenso_na6
#define SIGNATURE_DATE 2020.07.08
#define SIGNATURE_HASH 830761798
#define TS_SIGNATURE "rusEFI 2020.07.08.frankenso_na6.830761798"
#define SIGNATURE_HASH 3701987912
#define TS_SIGNATURE "rusEFI 2020.07.08.frankenso_na6.3701987912"

View File

@ -4,5 +4,5 @@
#define SIGNATURE_BOARD mre_f4
#define SIGNATURE_DATE 2020.07.08
#define SIGNATURE_HASH 2801652011
#define TS_SIGNATURE "rusEFI 2020.07.08.mre_f4.2801652011"
#define SIGNATURE_HASH 1272864805
#define TS_SIGNATURE "rusEFI 2020.07.08.mre_f4.1272864805"

View File

@ -4,5 +4,5 @@
#define SIGNATURE_BOARD mre_f7
#define SIGNATURE_DATE 2020.07.08
#define SIGNATURE_HASH 2801652011
#define TS_SIGNATURE "rusEFI 2020.07.08.mre_f7.2801652011"
#define SIGNATURE_HASH 1272864805
#define TS_SIGNATURE "rusEFI 2020.07.08.mre_f7.1272864805"

View File

@ -4,5 +4,5 @@
#define SIGNATURE_BOARD prometheus_405
#define SIGNATURE_DATE 2020.07.08
#define SIGNATURE_HASH 438296353
#define TS_SIGNATURE "rusEFI 2020.07.08.prometheus_405.438296353"
#define SIGNATURE_HASH 4147932719
#define TS_SIGNATURE "rusEFI 2020.07.08.prometheus_405.4147932719"

View File

@ -4,5 +4,5 @@
#define SIGNATURE_BOARD prometheus_469
#define SIGNATURE_DATE 2020.07.08
#define SIGNATURE_HASH 438296353
#define TS_SIGNATURE "rusEFI 2020.07.08.prometheus_469.438296353"
#define SIGNATURE_HASH 4147932719
#define TS_SIGNATURE "rusEFI 2020.07.08.prometheus_469.4147932719"

View File

@ -4,5 +4,5 @@
#define SIGNATURE_BOARD proteus_f4
#define SIGNATURE_DATE 2020.07.08
#define SIGNATURE_HASH 1653765738
#define TS_SIGNATURE "rusEFI 2020.07.08.proteus_f4.1653765738"
#define SIGNATURE_HASH 2410792804
#define TS_SIGNATURE "rusEFI 2020.07.08.proteus_f4.2410792804"

View File

@ -4,5 +4,5 @@
#define SIGNATURE_BOARD proteus_f7
#define SIGNATURE_DATE 2020.07.08
#define SIGNATURE_HASH 1653765738
#define TS_SIGNATURE "rusEFI 2020.07.08.proteus_f7.1653765738"
#define SIGNATURE_HASH 2410792804
#define TS_SIGNATURE "rusEFI 2020.07.08.proteus_f7.2410792804"

View File

@ -45,12 +45,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.07.08.all.4009953189"
signature = "rusEFI 2020.07.08.all.35698347"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.07.08.all.4009953189" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2020.07.08.all.35698347" ; signature is expected to be 7 or more characters.
[Constants]
; new packet serial format with CRC
@ -88,7 +88,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 08 02:20:25 UTC 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 08 03:02:21 UTC 2020
pageSize = 20000
page = 1
@ -1236,6 +1236,7 @@ page = 1
triggerSimulatorFrequency = "Same RPM is used for two ways of producing simulated RPM. See also triggerSimulatorPins (with wires)\nSee also directSelfStimulation (no wires, bypassing input hardware)\nrpm X"
malfunctionIndicatorPin = "Check engine light, also malfunction indicator light. Always blinks once on boot."
tachOutputPin = "This implementation produces one pulse per engine cycle. See also dizzySparkOutputPin."
acIdleExtraOffset = "Additional idle PID offset while A/C is active"
compressionRatio = "Just for reference really, not taken into account by any logic at this point"
useStepperIdle = "This setting should only be used if you have a stepper motor idle valve and a stepper motor driver installed."
enableVerboseCanTx = "CAN broadcast using custom rusEFI protocol\nenable can_broadcast/disable can_broadcast"
@ -1247,6 +1248,7 @@ page = 1
useIacTableForCoasting = "This setting allows the ECU to open the IAC during overrun conditions to help reduce engine breaking, this can be helpful for large engines in light weight cars. Used in Auto-PID Idle mode."
pauseEtbControl = "Disable the electronic throttle motor for testing.\nThis mode is for testing ETB position sensors, etc without actually driving the throttle."
useETBforIdleControl = "This setting allows the ETB to act as the idle air control valve and move to regulate the airflow at idle."
acIdleExtraMin = "Additional idle PID minValue while A/C is active"
sdCardPeriodMs = "SD card logging period, in milliseconds"
triggerErrorPin = "This pin is used for debugging - snap a logic analyzer on it and see if it's ever high"
cdmInputPin = "Saab Combustion Detection Module knock signal input pin\nalso known as Saab Ion Sensing Module"

View File

@ -45,12 +45,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.07.08.frankenso_na6.830761798"
signature = "rusEFI 2020.07.08.frankenso_na6.3701987912"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.07.08.frankenso_na6.830761798" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2020.07.08.frankenso_na6.3701987912" ; signature is expected to be 7 or more characters.
[Constants]
; new packet serial format with CRC
@ -88,7 +88,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 08 02:20:29 UTC 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 08 03:02:25 UTC 2020
pageSize = 20000
page = 1
@ -1236,6 +1236,7 @@ page = 1
triggerSimulatorFrequency = "Same RPM is used for two ways of producing simulated RPM. See also triggerSimulatorPins (with wires)\nSee also directSelfStimulation (no wires, bypassing input hardware)\nrpm X"
malfunctionIndicatorPin = "Check engine light, also malfunction indicator light. Always blinks once on boot."
tachOutputPin = "This implementation produces one pulse per engine cycle. See also dizzySparkOutputPin."
acIdleExtraOffset = "Additional idle PID offset while A/C is active"
compressionRatio = "Just for reference really, not taken into account by any logic at this point"
useStepperIdle = "This setting should only be used if you have a stepper motor idle valve and a stepper motor driver installed."
enableVerboseCanTx = "CAN broadcast using custom rusEFI protocol\nenable can_broadcast/disable can_broadcast"
@ -1247,6 +1248,7 @@ page = 1
useIacTableForCoasting = "This setting allows the ECU to open the IAC during overrun conditions to help reduce engine breaking, this can be helpful for large engines in light weight cars. Used in Auto-PID Idle mode."
pauseEtbControl = "Disable the electronic throttle motor for testing.\nThis mode is for testing ETB position sensors, etc without actually driving the throttle."
useETBforIdleControl = "This setting allows the ETB to act as the idle air control valve and move to regulate the airflow at idle."
acIdleExtraMin = "Additional idle PID minValue while A/C is active"
sdCardPeriodMs = "SD card logging period, in milliseconds"
triggerErrorPin = "This pin is used for debugging - snap a logic analyzer on it and see if it's ever high"
cdmInputPin = "Saab Combustion Detection Module knock signal input pin\nalso known as Saab Ion Sensing Module"

View File

@ -45,12 +45,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.07.08.mre_f4.2801652011"
signature = "rusEFI 2020.07.08.mre_f4.1272864805"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.07.08.mre_f4.2801652011" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2020.07.08.mre_f4.1272864805" ; signature is expected to be 7 or more characters.
[Constants]
; new packet serial format with CRC
@ -88,7 +88,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 08 02:20:28 UTC 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 08 03:02:24 UTC 2020
pageSize = 20000
page = 1
@ -1236,6 +1236,7 @@ page = 1
triggerSimulatorFrequency = "Same RPM is used for two ways of producing simulated RPM. See also triggerSimulatorPins (with wires)\nSee also directSelfStimulation (no wires, bypassing input hardware)\nrpm X"
malfunctionIndicatorPin = "Check engine light, also malfunction indicator light. Always blinks once on boot."
tachOutputPin = "This implementation produces one pulse per engine cycle. See also dizzySparkOutputPin."
acIdleExtraOffset = "Additional idle PID offset while A/C is active"
compressionRatio = "Just for reference really, not taken into account by any logic at this point"
useStepperIdle = "This setting should only be used if you have a stepper motor idle valve and a stepper motor driver installed."
enableVerboseCanTx = "CAN broadcast using custom rusEFI protocol\nenable can_broadcast/disable can_broadcast"
@ -1247,6 +1248,7 @@ page = 1
useIacTableForCoasting = "This setting allows the ECU to open the IAC during overrun conditions to help reduce engine breaking, this can be helpful for large engines in light weight cars. Used in Auto-PID Idle mode."
pauseEtbControl = "Disable the electronic throttle motor for testing.\nThis mode is for testing ETB position sensors, etc without actually driving the throttle."
useETBforIdleControl = "This setting allows the ETB to act as the idle air control valve and move to regulate the airflow at idle."
acIdleExtraMin = "Additional idle PID minValue while A/C is active"
sdCardPeriodMs = "SD card logging period, in milliseconds"
triggerErrorPin = "This pin is used for debugging - snap a logic analyzer on it and see if it's ever high"
cdmInputPin = "Saab Combustion Detection Module knock signal input pin\nalso known as Saab Ion Sensing Module"

View File

@ -45,12 +45,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.07.08.mre_f7.2801652011"
signature = "rusEFI 2020.07.08.mre_f7.1272864805"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.07.08.mre_f7.2801652011" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2020.07.08.mre_f7.1272864805" ; signature is expected to be 7 or more characters.
[Constants]
; new packet serial format with CRC
@ -88,7 +88,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 08 02:20:27 UTC 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 08 03:02:22 UTC 2020
pageSize = 20000
page = 1
@ -1236,6 +1236,7 @@ page = 1
triggerSimulatorFrequency = "Same RPM is used for two ways of producing simulated RPM. See also triggerSimulatorPins (with wires)\nSee also directSelfStimulation (no wires, bypassing input hardware)\nrpm X"
malfunctionIndicatorPin = "Check engine light, also malfunction indicator light. Always blinks once on boot."
tachOutputPin = "This implementation produces one pulse per engine cycle. See also dizzySparkOutputPin."
acIdleExtraOffset = "Additional idle PID offset while A/C is active"
compressionRatio = "Just for reference really, not taken into account by any logic at this point"
useStepperIdle = "This setting should only be used if you have a stepper motor idle valve and a stepper motor driver installed."
enableVerboseCanTx = "CAN broadcast using custom rusEFI protocol\nenable can_broadcast/disable can_broadcast"
@ -1247,6 +1248,7 @@ page = 1
useIacTableForCoasting = "This setting allows the ECU to open the IAC during overrun conditions to help reduce engine breaking, this can be helpful for large engines in light weight cars. Used in Auto-PID Idle mode."
pauseEtbControl = "Disable the electronic throttle motor for testing.\nThis mode is for testing ETB position sensors, etc without actually driving the throttle."
useETBforIdleControl = "This setting allows the ETB to act as the idle air control valve and move to regulate the airflow at idle."
acIdleExtraMin = "Additional idle PID minValue while A/C is active"
sdCardPeriodMs = "SD card logging period, in milliseconds"
triggerErrorPin = "This pin is used for debugging - snap a logic analyzer on it and see if it's ever high"
cdmInputPin = "Saab Combustion Detection Module knock signal input pin\nalso known as Saab Ion Sensing Module"

View File

@ -45,12 +45,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.07.08.prometheus_405.438296353"
signature = "rusEFI 2020.07.08.prometheus_405.4147932719"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.07.08.prometheus_405.438296353" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2020.07.08.prometheus_405.4147932719" ; signature is expected to be 7 or more characters.
[Constants]
; new packet serial format with CRC
@ -88,7 +88,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 08 02:20:32 UTC 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 08 03:02:28 UTC 2020
pageSize = 20000
page = 1
@ -1236,6 +1236,7 @@ page = 1
triggerSimulatorFrequency = "Same RPM is used for two ways of producing simulated RPM. See also triggerSimulatorPins (with wires)\nSee also directSelfStimulation (no wires, bypassing input hardware)\nrpm X"
malfunctionIndicatorPin = "Check engine light, also malfunction indicator light. Always blinks once on boot."
tachOutputPin = "This implementation produces one pulse per engine cycle. See also dizzySparkOutputPin."
acIdleExtraOffset = "Additional idle PID offset while A/C is active"
compressionRatio = "Just for reference really, not taken into account by any logic at this point"
useStepperIdle = "This setting should only be used if you have a stepper motor idle valve and a stepper motor driver installed."
enableVerboseCanTx = "CAN broadcast using custom rusEFI protocol\nenable can_broadcast/disable can_broadcast"
@ -1247,6 +1248,7 @@ page = 1
useIacTableForCoasting = "This setting allows the ECU to open the IAC during overrun conditions to help reduce engine breaking, this can be helpful for large engines in light weight cars. Used in Auto-PID Idle mode."
pauseEtbControl = "Disable the electronic throttle motor for testing.\nThis mode is for testing ETB position sensors, etc without actually driving the throttle."
useETBforIdleControl = "This setting allows the ETB to act as the idle air control valve and move to regulate the airflow at idle."
acIdleExtraMin = "Additional idle PID minValue while A/C is active"
sdCardPeriodMs = "SD card logging period, in milliseconds"
triggerErrorPin = "This pin is used for debugging - snap a logic analyzer on it and see if it's ever high"
cdmInputPin = "Saab Combustion Detection Module knock signal input pin\nalso known as Saab Ion Sensing Module"

View File

@ -45,12 +45,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.07.08.prometheus_469.438296353"
signature = "rusEFI 2020.07.08.prometheus_469.4147932719"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.07.08.prometheus_469.438296353" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2020.07.08.prometheus_469.4147932719" ; signature is expected to be 7 or more characters.
[Constants]
; new packet serial format with CRC
@ -88,7 +88,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 08 02:20:31 UTC 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 08 03:02:26 UTC 2020
pageSize = 20000
page = 1
@ -1236,6 +1236,7 @@ page = 1
triggerSimulatorFrequency = "Same RPM is used for two ways of producing simulated RPM. See also triggerSimulatorPins (with wires)\nSee also directSelfStimulation (no wires, bypassing input hardware)\nrpm X"
malfunctionIndicatorPin = "Check engine light, also malfunction indicator light. Always blinks once on boot."
tachOutputPin = "This implementation produces one pulse per engine cycle. See also dizzySparkOutputPin."
acIdleExtraOffset = "Additional idle PID offset while A/C is active"
compressionRatio = "Just for reference really, not taken into account by any logic at this point"
useStepperIdle = "This setting should only be used if you have a stepper motor idle valve and a stepper motor driver installed."
enableVerboseCanTx = "CAN broadcast using custom rusEFI protocol\nenable can_broadcast/disable can_broadcast"
@ -1247,6 +1248,7 @@ page = 1
useIacTableForCoasting = "This setting allows the ECU to open the IAC during overrun conditions to help reduce engine breaking, this can be helpful for large engines in light weight cars. Used in Auto-PID Idle mode."
pauseEtbControl = "Disable the electronic throttle motor for testing.\nThis mode is for testing ETB position sensors, etc without actually driving the throttle."
useETBforIdleControl = "This setting allows the ETB to act as the idle air control valve and move to regulate the airflow at idle."
acIdleExtraMin = "Additional idle PID minValue while A/C is active"
sdCardPeriodMs = "SD card logging period, in milliseconds"
triggerErrorPin = "This pin is used for debugging - snap a logic analyzer on it and see if it's ever high"
cdmInputPin = "Saab Combustion Detection Module knock signal input pin\nalso known as Saab Ion Sensing Module"

View File

@ -45,12 +45,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.07.08.proteus_f4.1653765738"
signature = "rusEFI 2020.07.08.proteus_f4.2410792804"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.07.08.proteus_f4.1653765738" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2020.07.08.proteus_f4.2410792804" ; signature is expected to be 7 or more characters.
[Constants]
; new packet serial format with CRC
@ -88,7 +88,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 08 02:20:34 UTC 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 08 03:02:30 UTC 2020
pageSize = 20000
page = 1
@ -1236,6 +1236,7 @@ page = 1
triggerSimulatorFrequency = "Same RPM is used for two ways of producing simulated RPM. See also triggerSimulatorPins (with wires)\nSee also directSelfStimulation (no wires, bypassing input hardware)\nrpm X"
malfunctionIndicatorPin = "Check engine light, also malfunction indicator light. Always blinks once on boot."
tachOutputPin = "This implementation produces one pulse per engine cycle. See also dizzySparkOutputPin."
acIdleExtraOffset = "Additional idle PID offset while A/C is active"
compressionRatio = "Just for reference really, not taken into account by any logic at this point"
useStepperIdle = "This setting should only be used if you have a stepper motor idle valve and a stepper motor driver installed."
enableVerboseCanTx = "CAN broadcast using custom rusEFI protocol\nenable can_broadcast/disable can_broadcast"
@ -1247,6 +1248,7 @@ page = 1
useIacTableForCoasting = "This setting allows the ECU to open the IAC during overrun conditions to help reduce engine breaking, this can be helpful for large engines in light weight cars. Used in Auto-PID Idle mode."
pauseEtbControl = "Disable the electronic throttle motor for testing.\nThis mode is for testing ETB position sensors, etc without actually driving the throttle."
useETBforIdleControl = "This setting allows the ETB to act as the idle air control valve and move to regulate the airflow at idle."
acIdleExtraMin = "Additional idle PID minValue while A/C is active"
sdCardPeriodMs = "SD card logging period, in milliseconds"
triggerErrorPin = "This pin is used for debugging - snap a logic analyzer on it and see if it's ever high"
cdmInputPin = "Saab Combustion Detection Module knock signal input pin\nalso known as Saab Ion Sensing Module"

View File

@ -45,12 +45,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.07.08.proteus_f7.1653765738"
signature = "rusEFI 2020.07.08.proteus_f7.2410792804"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.07.08.proteus_f7.1653765738" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2020.07.08.proteus_f7.2410792804" ; signature is expected to be 7 or more characters.
[Constants]
; new packet serial format with CRC
@ -88,7 +88,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 08 02:20:33 UTC 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 08 03:02:29 UTC 2020
pageSize = 20000
page = 1
@ -1236,6 +1236,7 @@ page = 1
triggerSimulatorFrequency = "Same RPM is used for two ways of producing simulated RPM. See also triggerSimulatorPins (with wires)\nSee also directSelfStimulation (no wires, bypassing input hardware)\nrpm X"
malfunctionIndicatorPin = "Check engine light, also malfunction indicator light. Always blinks once on boot."
tachOutputPin = "This implementation produces one pulse per engine cycle. See also dizzySparkOutputPin."
acIdleExtraOffset = "Additional idle PID offset while A/C is active"
compressionRatio = "Just for reference really, not taken into account by any logic at this point"
useStepperIdle = "This setting should only be used if you have a stepper motor idle valve and a stepper motor driver installed."
enableVerboseCanTx = "CAN broadcast using custom rusEFI protocol\nenable can_broadcast/disable can_broadcast"
@ -1247,6 +1248,7 @@ page = 1
useIacTableForCoasting = "This setting allows the ECU to open the IAC during overrun conditions to help reduce engine breaking, this can be helpful for large engines in light weight cars. Used in Auto-PID Idle mode."
pauseEtbControl = "Disable the electronic throttle motor for testing.\nThis mode is for testing ETB position sensors, etc without actually driving the throttle."
useETBforIdleControl = "This setting allows the ETB to act as the idle air control valve and move to regulate the airflow at idle."
acIdleExtraMin = "Additional idle PID minValue while A/C is active"
sdCardPeriodMs = "SD card logging period, in milliseconds"
triggerErrorPin = "This pin is used for debugging - snap a logic analyzer on it and see if it's ever high"
cdmInputPin = "Saab Combustion Detection Module knock signal input pin\nalso known as Saab Ion Sensing Module"

View File

@ -1,6 +1,6 @@
package com.rusefi.config.generated;
// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 08 02:20:25 UTC 2020
// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 08 03:02:21 UTC 2020
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -1044,6 +1044,7 @@ public class Fields {
public static final int servoOutputPins8_offset = 3147;
public static final int showHumanReadableWarning_offset = 976;
public static final int showSdCardWarning_offset = 76;
public static final int SIGNATURE_HASH = 35698347;
public static final int silentTriggerError_offset = 1464;
public static final int slowAdcAlpha_offset = 2088;
public static final int sparkDwellRpmBins_offset = 332;
@ -1282,7 +1283,7 @@ public class Fields {
public static final int TS_RESPONSE_COMMAND_OK = 7;
public static final int TS_RESPONSE_OK = 0;
public static final char TS_SET_LOGGER_SWITCH = 'l';
public static final String TS_SIGNATURE = "rusEFI 2020.07.08.all.4009953189";
public static final String TS_SIGNATURE = "rusEFI 2020.07.08.all.35698347";
public static final char TS_SINGLE_WRITE_COMMAND = 'W';
public static final int tunerStudioSerialSpeed_offset = 728;
public static final int twoWireBatchIgnition_offset = 1476;

View File

@ -1,6 +1,6 @@
<roms>
<!-- was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh Wed Jul 08 02:20:26 UTC 2020 -->
<!-- was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh Wed Jul 08 03:02:22 UTC 2020 -->
<rom>
<romid>