parent
fc765c1cfe
commit
e7aaf0567a
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jun 20 07:43:19 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Jun 25 15:11:59 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -2303,10 +2303,10 @@ struct engine_configuration_s {
|
|||
bool oddFireEngine : 1 {};
|
||||
/**
|
||||
offset 1304 bit 3 */
|
||||
bool boardUseTachPullUp : 1 {};
|
||||
bool unusedFancy3 : 1 {};
|
||||
/**
|
||||
offset 1304 bit 4 */
|
||||
bool boardUseTempPullUp : 1 {};
|
||||
bool unusedFancy4 : 1 {};
|
||||
/**
|
||||
offset 1304 bit 5 */
|
||||
bool yesUnderstandLocking : 1 {};
|
||||
|
@ -2330,7 +2330,7 @@ struct engine_configuration_s {
|
|||
bool useLinearIatSensor : 1 {};
|
||||
/**
|
||||
offset 1304 bit 11 */
|
||||
bool boardUse2stepPullDown : 1 {};
|
||||
bool unusedFancy5 : 1 {};
|
||||
/**
|
||||
* Treat milliseconds value as duty cycle value, i.e. 0.5ms would become 50%
|
||||
offset 1304 bit 12 */
|
||||
|
@ -2365,25 +2365,25 @@ struct engine_configuration_s {
|
|||
bool launchSparkCutEnable : 1 {};
|
||||
/**
|
||||
offset 1304 bit 20 */
|
||||
bool boardUseCrankPullUp : 1 {};
|
||||
bool unusedFancy1 : 1 {};
|
||||
/**
|
||||
offset 1304 bit 21 */
|
||||
bool boardUseCamPullDown : 1 {};
|
||||
bool unusedFancy2 : 1 {};
|
||||
/**
|
||||
offset 1304 bit 22 */
|
||||
bool boardUseCamVrPullUp : 1 {};
|
||||
bool unusedFancy14 : 1 {};
|
||||
/**
|
||||
offset 1304 bit 23 */
|
||||
bool boardUseD2PullDown : 1 {};
|
||||
bool unusedFancy7 : 1 {};
|
||||
/**
|
||||
offset 1304 bit 24 */
|
||||
bool boardUseD3PullDown : 1 {};
|
||||
bool unusedFancy8 : 1 {};
|
||||
/**
|
||||
offset 1304 bit 25 */
|
||||
bool boardUseD4PullDown : 1 {};
|
||||
bool unusedFancy9 : 1 {};
|
||||
/**
|
||||
offset 1304 bit 26 */
|
||||
bool boardUseD5PullDown : 1 {};
|
||||
bool unusedFancy10 : 1 {};
|
||||
/**
|
||||
* Are you a developer troubleshooting TS over CAN ISO/TP?
|
||||
offset 1304 bit 27 */
|
||||
|
@ -2505,7 +2505,7 @@ struct engine_configuration_s {
|
|||
offset 1316 bit 16 */
|
||||
bool useSeparateAdvanceForCranking : 1 {};
|
||||
/**
|
||||
* This enables the various ignition corrections during cranking (IAT, CLT, FSIO and PID idle).
|
||||
* This enables the various ignition corrections during cranking (IAT, CLT and PID idle).
|
||||
* You probably don't need this.
|
||||
offset 1316 bit 17 */
|
||||
bool useAdvanceCorrectionsForCranking : 1 {};
|
||||
|
@ -5661,8 +5661,23 @@ struct persistent_config_s {
|
|||
* offset 24848
|
||||
*/
|
||||
float tcu_shiftTime;
|
||||
/**
|
||||
* units: Volts
|
||||
* offset 24852
|
||||
*/
|
||||
scaled_channel<int16_t, 10, 1> alternatorVoltageTargetTable[ALTERNATOR_VOLTAGE_TARGET_SIZE][ALTERNATOR_VOLTAGE_TARGET_SIZE];
|
||||
/**
|
||||
* units: Load
|
||||
* offset 24884
|
||||
*/
|
||||
uint16_t alternatorVoltageTargetLoadBins[ALTERNATOR_VOLTAGE_TARGET_SIZE];
|
||||
/**
|
||||
* units: RPM
|
||||
* offset 24892
|
||||
*/
|
||||
uint16_t alternatorVoltageTargetRpmBins[ALTERNATOR_VOLTAGE_TARGET_SIZE];
|
||||
};
|
||||
static_assert(sizeof(persistent_config_s) == 24852);
|
||||
static_assert(sizeof(persistent_config_s) == 24900);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Jun 20 07:43:19 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Jun 25 15:11:59 UTC 2024
|
||||
|
|
|
@ -68,6 +68,7 @@
|
|||
#define air_pressure_sensor_type_e_MT_MPXH6400 14
|
||||
#define air_pressure_sensor_type_e_MT_SUBY_DENSO 5
|
||||
#define air_pressure_sensor_type_e_MT_TOYOTA_89420_02010 8
|
||||
#define ALTERNATOR_VOLTAGE_TARGET_SIZE 4
|
||||
#define antiLagActivationMode_e_ALWAYS_ON_ANTILAG 1
|
||||
#define antiLagActivationMode_e_auto_enum 0="SWITCH_INPUT_ANTILAG",1="ALWAYS_ON_ANTILAG"
|
||||
#define antiLagActivationMode_e_enum "Switch Input", "Always Active"
|
||||
|
@ -497,6 +498,7 @@
|
|||
#define GAUGE_LUA_TO_5 30000
|
||||
#define GAUGE_LUA_TO_6 30000
|
||||
#define GAUGE_LUA_TO_7 30000
|
||||
#define GAUGE_NAME_AC_PRESSURE "A/C pressure"
|
||||
#define GAUGE_NAME_ACCEL_LAT "Accel: Lateral"
|
||||
#define GAUGE_NAME_ACCEL_LON "Accel: Longitudinal"
|
||||
#define GAUGE_NAME_ACCEL_ROLL "Acceleration: Roll"
|
||||
|
@ -1193,7 +1195,7 @@
|
|||
#define PACK_PERCENT_BYTE_MULT 100.0
|
||||
#define PEDAL_TO_TPS_SIZE 8
|
||||
#define PERCENT_TRIM_BYTE_PACKING_DIV 0.02
|
||||
#define persistent_config_s_size 24852
|
||||
#define persistent_config_s_size 24900
|
||||
#define pid_s_size 20
|
||||
#define pin_input_mode_e_auto_enum 0="PI_DEFAULT",2="PI_PULLDOWN",1="PI_PULLUP"
|
||||
#define pin_input_mode_e_enum "DEFAULT", "PULLUP", "PULLDOWN"
|
||||
|
@ -1274,7 +1276,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 1755430794
|
||||
#define SIGNATURE_HASH 148253467
|
||||
#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"
|
||||
|
@ -1331,7 +1333,7 @@
|
|||
#define TOOTH_PACKET_SIZE 2
|
||||
#define TOP_DEAD_CENTER_MESSAGE "r"
|
||||
#define TORQUE_CURVE_SIZE 6
|
||||
#define TOTAL_CONFIG_SIZE 24852
|
||||
#define TOTAL_CONFIG_SIZE 24900
|
||||
#define TPS_2_BYTE_PACKING_MULT 100
|
||||
#define TPS_PPS_TOO_HIGH_THRESHOLD 110
|
||||
#define TPS_PPS_TOO_LOW_THRESHOLD -10
|
||||
|
@ -1605,7 +1607,6 @@
|
|||
#define ts_show_experimental true
|
||||
#define ts_show_fan2_settings true
|
||||
#define ts_show_fancy_hardware false
|
||||
#define ts_show_fancy_options true
|
||||
#define ts_show_firing_order true
|
||||
#define ts_show_forced_induction true
|
||||
#define ts_show_ford_toyota_tps_pps true
|
||||
|
@ -1667,14 +1668,14 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.20.paralela.1755430794"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.25.paralela.148253467"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
#define TS_SINGLE_WRITE_COMMAND_char W
|
||||
#define TS_TEST_COMMAND 't'
|
||||
#define TS_TEST_COMMAND_char t
|
||||
#define TS_TOTAL_OUTPUT_SIZE 1748
|
||||
#define TS_TOTAL_OUTPUT_SIZE 1752
|
||||
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
|
||||
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
|
||||
#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
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1755430794
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.20.paralela.1755430794"
|
||||
#define SIGNATURE_HASH 148253467
|
||||
#define TS_SIGNATURE "rusEFI master.2024.06.25.paralela.148253467"
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue