parent
02cb8088b9
commit
1cb38e4690
|
@ -1,4 +1,4 @@
|
||||||
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sat Apr 20 17:17:17 UTC 2024
|
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 25 16:40:36 UTC 2024
|
||||||
// by class com.rusefi.output.CHeaderConsumer
|
// by class com.rusefi.output.CHeaderConsumer
|
||||||
// begin
|
// begin
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -1635,7 +1635,7 @@ struct engine_configuration_s {
|
||||||
bool pauseEtbControl : 1 {};
|
bool pauseEtbControl : 1 {};
|
||||||
/**
|
/**
|
||||||
offset 752 bit 27 */
|
offset 752 bit 27 */
|
||||||
bool alignEngineSnifferAtTDC : 1 {};
|
bool unusedAlign : 1 {};
|
||||||
/**
|
/**
|
||||||
offset 752 bit 28 */
|
offset 752 bit 28 */
|
||||||
bool verboseKLine : 1 {};
|
bool verboseKLine : 1 {};
|
||||||
|
@ -1698,14 +1698,13 @@ struct engine_configuration_s {
|
||||||
*/
|
*/
|
||||||
uint8_t minimumBoostClosedLoopMap;
|
uint8_t minimumBoostClosedLoopMap;
|
||||||
/**
|
/**
|
||||||
* Optional Radiator Fan used with A/C
|
|
||||||
* offset 778
|
* offset 778
|
||||||
*/
|
*/
|
||||||
output_pin_e acFanPin;
|
uint16_t unusedacFanPin;
|
||||||
/**
|
/**
|
||||||
* offset 780
|
* offset 780
|
||||||
*/
|
*/
|
||||||
pin_output_mode_e acFanPinMode;
|
uint8_t unusedAcFanPinMode;
|
||||||
/**
|
/**
|
||||||
* offset 781
|
* offset 781
|
||||||
*/
|
*/
|
||||||
|
@ -1815,7 +1814,7 @@ struct engine_configuration_s {
|
||||||
/**
|
/**
|
||||||
* offset 828
|
* offset 828
|
||||||
*/
|
*/
|
||||||
Gpio debugMapAveraging;
|
uint16_t unusedHere;
|
||||||
/**
|
/**
|
||||||
* offset 830
|
* offset 830
|
||||||
*/
|
*/
|
||||||
|
@ -2170,17 +2169,13 @@ struct engine_configuration_s {
|
||||||
*/
|
*/
|
||||||
int launchRpmWindow;
|
int launchRpmWindow;
|
||||||
/**
|
/**
|
||||||
* Spark Skip Transition Target
|
|
||||||
* units: %
|
|
||||||
* offset 988
|
* offset 988
|
||||||
*/
|
*/
|
||||||
int launchSparkSkipPercent;
|
int unusedHere12;
|
||||||
/**
|
/**
|
||||||
* Duty Cycle for the Boost Solenoid
|
|
||||||
* units: %
|
|
||||||
* offset 992
|
* offset 992
|
||||||
*/
|
*/
|
||||||
int launchBoostDuty;
|
int unusedHere13;
|
||||||
/**
|
/**
|
||||||
* offset 996
|
* offset 996
|
||||||
*/
|
*/
|
||||||
|
@ -2874,16 +2869,16 @@ struct engine_configuration_s {
|
||||||
bool devBit7 : 1 {};
|
bool devBit7 : 1 {};
|
||||||
/**
|
/**
|
||||||
offset 1496 bit 28 */
|
offset 1496 bit 28 */
|
||||||
bool unusedBit_512_28 : 1 {};
|
bool skipADC12bitAssert : 1 {};
|
||||||
/**
|
/**
|
||||||
offset 1496 bit 29 */
|
offset 1496 bit 29 */
|
||||||
bool unusedBit_512_29 : 1 {};
|
bool unusedBit_513_29 : 1 {};
|
||||||
/**
|
/**
|
||||||
offset 1496 bit 30 */
|
offset 1496 bit 30 */
|
||||||
bool unusedBit_512_30 : 1 {};
|
bool unusedBit_513_30 : 1 {};
|
||||||
/**
|
/**
|
||||||
offset 1496 bit 31 */
|
offset 1496 bit 31 */
|
||||||
bool unusedBit_512_31 : 1 {};
|
bool unusedBit_513_31 : 1 {};
|
||||||
/**
|
/**
|
||||||
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
|
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
|
||||||
* units: cycles
|
* units: cycles
|
||||||
|
@ -4186,10 +4181,9 @@ struct engine_configuration_s {
|
||||||
*/
|
*/
|
||||||
float ALSSkipRatio;
|
float ALSSkipRatio;
|
||||||
/**
|
/**
|
||||||
* units: %
|
|
||||||
* offset 3564
|
* offset 3564
|
||||||
*/
|
*/
|
||||||
uint8_t ALSMaxDriverThrottleIntent;
|
uint8_t unusedSorry11;
|
||||||
/**
|
/**
|
||||||
* offset 3565
|
* offset 3565
|
||||||
*/
|
*/
|
||||||
|
@ -5626,4 +5620,4 @@ struct persistent_config_s {
|
||||||
static_assert(sizeof(persistent_config_s) == 22656);
|
static_assert(sizeof(persistent_config_s) == 22656);
|
||||||
|
|
||||||
// end
|
// end
|
||||||
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sat Apr 20 17:17:17 UTC 2024
|
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Apr 25 16:40:36 UTC 2024
|
||||||
|
|
|
@ -1214,7 +1214,7 @@
|
||||||
#define show_microRusEFI_presets false
|
#define show_microRusEFI_presets false
|
||||||
#define show_Proteus_presets false
|
#define show_Proteus_presets false
|
||||||
#define show_test_presets false
|
#define show_test_presets false
|
||||||
#define SIGNATURE_HASH 3376708825
|
#define SIGNATURE_HASH 2604809928
|
||||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
#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_PREFIX "generated/simulator_tune_image"
|
||||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||||
|
@ -1273,6 +1273,8 @@
|
||||||
#define TORQUE_CURVE_SIZE 6
|
#define TORQUE_CURVE_SIZE 6
|
||||||
#define TOTAL_CONFIG_SIZE 22656
|
#define TOTAL_CONFIG_SIZE 22656
|
||||||
#define TPS_2_BYTE_PACKING_MULT 100
|
#define TPS_2_BYTE_PACKING_MULT 100
|
||||||
|
#define TPS_PPS_TOO_HIGH_THRESHOLD 110
|
||||||
|
#define TPS_PPS_TOO_LOW_THRESHOLD -10
|
||||||
#define TPS_TPS_ACCEL_CLT_CORR_TABLE 4
|
#define TPS_TPS_ACCEL_CLT_CORR_TABLE 4
|
||||||
#define TPS_TPS_ACCEL_TABLE 8
|
#define TPS_TPS_ACCEL_TABLE 8
|
||||||
#define TRACTION_CONTROL_ETB_DROP_SIZE 6
|
#define TRACTION_CONTROL_ETB_DROP_SIZE 6
|
||||||
|
@ -1591,14 +1593,14 @@
|
||||||
#define ts_show_vr_threshold_all false
|
#define ts_show_vr_threshold_all false
|
||||||
#define ts_show_vr_threshold_pins true
|
#define ts_show_vr_threshold_pins true
|
||||||
#define ts_show_vvt_output true
|
#define ts_show_vvt_output true
|
||||||
#define TS_SIGNATURE "rusEFI default.2024.04.23.XYZ.3376708825"
|
#define TS_SIGNATURE "rusEFI default.2024.04.25.XYZ.2604809928"
|
||||||
#define TS_SIMULATE_CAN '>'
|
#define TS_SIMULATE_CAN '>'
|
||||||
#define TS_SIMULATE_CAN_char >
|
#define TS_SIMULATE_CAN_char >
|
||||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||||
#define TS_SINGLE_WRITE_COMMAND_char W
|
#define TS_SINGLE_WRITE_COMMAND_char W
|
||||||
#define TS_TEST_COMMAND 't'
|
#define TS_TEST_COMMAND 't'
|
||||||
#define TS_TEST_COMMAND_char t
|
#define TS_TEST_COMMAND_char t
|
||||||
#define TS_TOTAL_OUTPUT_SIZE 1736
|
#define TS_TOTAL_OUTPUT_SIZE 1740
|
||||||
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
|
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
|
||||||
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
|
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
|
||||||
#define TS_TRIGGER_SCOPE_DISABLE 5
|
#define TS_TRIGGER_SCOPE_DISABLE 5
|
||||||
|
|
|
@ -2,5 +2,5 @@
|
||||||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||||
//
|
//
|
||||||
|
|
||||||
#define SIGNATURE_HASH 3376708825
|
#define SIGNATURE_HASH 2604809928
|
||||||
#define TS_SIGNATURE "rusEFI default.2024.04.23.XYZ.3376708825"
|
#define TS_SIGNATURE "rusEFI default.2024.04.25.XYZ.2604809928"
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue