Custom Auto-generated Configs

[no ci]
This commit is contained in:
GitHub git update Action 2025-02-13 00:18:18 +00:00
parent 29ada65daf
commit a8746f8ebe
5 changed files with 52 additions and 60 deletions

View File

@ -2028,10 +2028,10 @@ struct engine_configuration_s {
uint8_t alignmentFill_at_919[1] = {};
/**
offset 920 bit 0 */
bool clutchUpPinInverted : 1 {};
bool unused920_0 : 1 {};
/**
offset 920 bit 1 */
bool clutchDownPinInverted : 1 {};
bool unused920_1 : 1 {};
/**
* If enabled we use two H-bridges to drive stepper idle air valve
offset 920 bit 2 */
@ -2410,7 +2410,7 @@ struct engine_configuration_s {
bool torqueReductionEnabled : 1 {};
/**
offset 1308 bit 20 */
bool torqueReductionTriggerPinInverted : 1 {};
bool unused1308_20 : 1 {};
/**
offset 1308 bit 21 */
bool limitTorqueReductionTime : 1 {};
@ -2423,7 +2423,7 @@ struct engine_configuration_s {
bool engineSnifferFocusOnInputs : 1 {};
/**
offset 1308 bit 24 */
bool launchActivateInverted : 1 {};
bool unused1308_24 : 1 {};
/**
offset 1308 bit 25 */
bool twoStroke : 1 {};
@ -2593,7 +2593,7 @@ struct engine_configuration_s {
bool sdTriggerLog : 1 {};
/**
offset 1320 bit 28 */
bool ALSActivateInverted : 1 {};
bool unused1320_28 : 1 {};
/**
offset 1320 bit 29 */
bool stepper_dc_use_two_wires : 1 {};
@ -2867,7 +2867,7 @@ struct engine_configuration_s {
bool tcu_rangeSensorPulldown : 1 {};
/**
offset 1492 bit 16 */
bool brakePedalPinInverted : 1 {};
bool devBit01 : 1 {};
/**
offset 1492 bit 17 */
bool devBit0 : 1 {};
@ -4716,7 +4716,7 @@ struct engine_configuration_s {
bool nitrousControlEnabled : 1 {};
/**
offset 3904 bit 1 */
bool nitrousControlTriggerPinInverted : 1 {};
bool unusedFancy2 : 1 {};
/**
offset 3904 bit 2 */
bool unusedFancy3 : 1 {};

View File

@ -1293,9 +1293,12 @@
#define PERCENT_TRIM_BYTE_PACKING_DIV 0.02
#define persistent_config_s_size 23292
#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"
#define pin_input_mode_e_auto_enum 0="PI_DEFAULT",4="PI_INVERTED_DEFAULT",6="PI_INVERTED_PULLDOWN",5="PI_INVERTED_PULLUP",2="PI_PULLDOWN",1="PI_PULLUP"
#define pin_input_mode_e_enum "DEFAULT", "PULLUP", "PULLDOWN", "INVALID", "INVERTED DEFAULT", "INVERTED PULLUP", "INVERTED PULLDOWN"
#define pin_input_mode_e_PI_DEFAULT 0
#define pin_input_mode_e_PI_INVERTED_DEFAULT 4
#define pin_input_mode_e_PI_INVERTED_PULLDOWN 6
#define pin_input_mode_e_PI_INVERTED_PULLUP 5
#define pin_input_mode_e_PI_PULLDOWN 2
#define pin_input_mode_e_PI_PULLUP 1
#define pin_mode_e_enum "default", "INVALID", "INVALID", "INVALID", "opendrain", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "PULLUP", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "PULLDOWN"
@ -1373,7 +1376,7 @@
#define SentInput_NONE 0
#define show_tcu_gauges true
#define show_vvt_output_pin true
#define SIGNATURE_HASH 1999230781
#define SIGNATURE_HASH 1686499190
#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"
@ -1845,7 +1848,7 @@
#define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI main.2025.02.12.mega100.1999230781"
#define TS_SIGNATURE "rusEFI main.2025.02.13.mega100.1686499190"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1999230781
#define TS_SIGNATURE "rusEFI main.2025.02.12.mega100.1999230781"
#define SIGNATURE_HASH 1686499190
#define TS_SIGNATURE "rusEFI main.2025.02.13.mega100.1686499190"

View File

@ -38,12 +38,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI main.2025.02.12.mega100.1999230781"
signature = "rusEFI main.2025.02.13.mega100.1686499190"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI main.2025.02.12.mega100.1999230781" ; signature is expected to be 7 or more characters.
signature= "rusEFI main.2025.02.13.mega100.1686499190" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -328,7 +328,7 @@ fanPin = bits, U16, 682, [0:8], $output_pin_e_list
clutchDownPin = bits, U16, 684, [0:8], $switch_input_pin_e_list
alternatorControlPin = bits, U16, 686, [0:8], $output_pin_e_list
alternatorControlPinMode = bits, U08, 688, [0:1], "default", "default inverted", "open collector", "open collector inverted"
clutchDownPinMode = bits, U08, 689, [0:1], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID"
clutchDownPinMode = bits, U08, 689, [0:2], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID", "INVERTED DEFAULT", "INVERTED PULLUP", "INVERTED PULLDOWN", "INVALID"
digitalPotentiometerChipSelect1 = bits, U16, 690, [0:8], $gpio_list
digitalPotentiometerChipSelect2 = bits, U16, 692, [0:8], $gpio_list
digitalPotentiometerChipSelect3 = bits, U16, 694, [0:8], $gpio_list
@ -337,7 +337,7 @@ electronicThrottlePin1Mode = bits, U08, 698, [0:1], "default", "default inverted
max31855spiDevice = bits, U08, 699, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4", "SPI5", "SPI6", "INVALID"
debugTriggerSync = bits, U16, 700, [0:8], $gpio_list
digitalPotentiometerSpiDevice = bits, U08, 702, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4", "SPI5", "SPI6", "INVALID"
brakePedalPinMode = bits, U08, 703, [0:1], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID"
brakePedalPinMode = bits, U08, 703, [0:2], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID", "INVERTED DEFAULT", "INVERTED PULLUP", "INVERTED PULLDOWN", "INVALID"
mc33972_cs = bits, U16, 704, [0:8], $gpio_list
mc33972_csPinMode = bits, U08, 706, [0:1], "default", "default inverted", "open collector", "open collector inverted"
auxFastSensor1_adcChannel = bits, U08, 707, [0:5], $adc_channel_e_list
@ -419,7 +419,7 @@ lps25BaroSensorSda = bits, U16, 792, [0:8], $gpio_list
vehicleSpeedSensorInputPin = bits, U16, 794, [0:8], $brain_input_pin_e_list
clutchUpPin = bits, U16, 796, [0:8], $switch_input_pin_e_list
injectorNonlinearMode = bits, U08, 798, [0:1], "None", "Polynomial", "Ford (dual slope)", "INVALID"
clutchUpPinMode = bits, U08, 799, [0:1], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID"
clutchUpPinMode = bits, U08, 799, [0:2], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID", "INVERTED DEFAULT", "INVERTED PULLUP", "INVERTED PULLDOWN", "INVALID"
max31855_cs1 = bits, U16, 800, [0:8], $gpio_list
max31855_cs2 = bits, U16, 802, [0:8], $gpio_list
max31855_cs3 = bits, U16, 804, [0:8], $gpio_list
@ -476,8 +476,8 @@ cdmInputPin = bits, U16, 914, [0:8], $gpio_list
consoleUartDevice = bits, U08, 916, [0:1], "Off", "UART1", "UART2", "UART3"
sensorChartMode = bits, S08, 917, [0:2], "none", "trigger", "INVALID", "RPM ACCEL", "DETAILED RPM", "Fast Aux1", "INVALID", "INVALID"
mafSensorType = bits, S08, 918, [0:1], "v0", "v1", "v2", "v3"
clutchUpPinInverted = bits, U32, 920, [0:0], "Normal", "Inverted"
clutchDownPinInverted = bits, U32, 920, [1:1], "Normal", "Inverted"
unused920_0 = bits, U32, 920, [0:0], "false", "true"
unused920_1 = bits, U32, 920, [1:1], "false", "true"
useHbridgesToDriveIdleStepper = bits, U32, 920, [2:2], "false", "true"
multisparkEnable = bits, U32, 920, [3:3], "false", "true"
enableLaunchRetard = bits, U32, 920, [4:4], "false", "true"
@ -527,7 +527,7 @@ boostPid_periodMs = scalar, S16, 962, "ms", 1, 0, 0, 3000, 0
boostPid_minValue = scalar, S16, 964, "", 1, 0, -30000, 30000, 0
boostPid_maxValue = scalar, S16, 966, "", 1, 0, -30000, 30000, 0
boostType = bits, U08, 968, [0:0], "Open Loop", "Open + Closed Loop"
ignitionKeyDigitalPinMode = bits, U08, 969, [0:1], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID"
ignitionKeyDigitalPinMode = bits, U08, 969, [0:2], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID", "INVERTED DEFAULT", "INVERTED PULLUP", "INVERTED PULLDOWN", "INVALID"
ignitionKeyDigitalPin = bits, U16, 970, [0:8], $gpio_list
boostPwmFrequency = scalar, S32, 972, "Hz", 1, 0, 0, 3000, 0
launchActivationMode = bits, S08, 976, [0:1], "Launch Button", "Clutch Down Switch", "Speed Based", "Brake Pedal"
@ -629,11 +629,11 @@ cutSparkOnHardLimit = bits, U32, 1308, [16:16], "no", "yes"
launchFuelCutEnable = bits, U32, 1308, [17:17], "false", "true"
launchSparkCutEnable = bits, U32, 1308, [18:18], "false", "true"
torqueReductionEnabled = bits, U32, 1308, [19:19], "false", "true"
torqueReductionTriggerPinInverted = bits, U32, 1308, [20:20], "false", "true"
unused1308_20 = bits, U32, 1308, [20:20], "false", "true"
limitTorqueReductionTime = bits, U32, 1308, [21:21], "false", "true"
verboseIsoTp = bits, U32, 1308, [22:22], "false", "true"
engineSnifferFocusOnInputs = bits, U32, 1308, [23:23], "false", "true"
launchActivateInverted = bits, U32, 1308, [24:24], "false", "true"
unused1308_24 = bits, U32, 1308, [24:24], "false", "true"
twoStroke = bits, U32, 1308, [25:25], "Four Stroke", "Two Stroke"
skippedWheelOnCam = bits, U32, 1308, [26:26], "On crankshaft", "On camshaft"
hipOutputChannel = bits, U08, 1312, [0:5], $adc_channel_e_list
@ -669,7 +669,7 @@ invertVvtControlIntake = bits, U32, 1320, [24:24], "advance", "retard"
invertVvtControlExhaust = bits, U32, 1320, [25:25], "advance", "retard"
useBiQuadOnAuxSpeedSensors = bits, U32, 1320, [26:26], "false", "true"
sdTriggerLog = bits, U32, 1320, [27:27], "normal", "trigger"
ALSActivateInverted = bits, U32, 1320, [28:28], "false", "true"
unused1320_28 = bits, U32, 1320, [28:28], "false", "true"
stepper_dc_use_two_wires = bits, U32, 1320, [29:29], "false", "true"
watchOutForLinearTime = bits, U32, 1320, [30:30], "false", "true"
engineChartSize = scalar, U32, 1324, "count", 1, 0, 0, 300, 0
@ -707,7 +707,7 @@ turboSpeedSensorInputPin = bits, U16, 1414, [0:8], $brain_input_pin_e_list
tps2Min = scalar, S16, 1416, "ADC", 1, 0, 0, 1023, 0
tps2Max = scalar, S16, 1418, "ADC", 1, 0, 0, 1023, 0
starterControlPin = bits, U16, 1420, [0:8], $output_pin_e_list
startStopButtonMode = bits, U08, 1422, [0:1], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID"
startStopButtonMode = bits, U08, 1422, [0:2], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID", "INVERTED DEFAULT", "INVERTED PULLUP", "INVERTED PULLDOWN", "INVALID"
mc33816_flag0 = bits, U16, 1424, [0:8], $gpio_list
tachPulsePerRev = scalar, U08, 1426, "Pulse", 1, 0, 1, 255, 0
mapErrorDetectionTooLow = scalar, F32, 1428, "kPa", 1, 0, -100, 100, 2
@ -749,7 +749,7 @@ is_enabled_spi_6 = bits, U32, 1492, [12:12], "false", "true"
enableAemXSeriesEgt = bits, U32, 1492, [13:13], "false", "true"
startRequestPinInverted = bits, U32, 1492, [14:14], "Normal", "Inverted"
tcu_rangeSensorPulldown = bits, U32, 1492, [15:15], "false", "true"
brakePedalPinInverted = bits, U32, 1492, [16:16], "Normal", "Inverted"
devBit01 = bits, U32, 1492, [16:16], "false", "true"
devBit0 = bits, U32, 1492, [17:17], "false", "true"
devBit1 = bits, U32, 1492, [18:18], "false", "true"
devBit2 = bits, U32, 1492, [19:19], "false", "true"
@ -800,7 +800,7 @@ mc33810maxDwellTimer = bits, U08, 1553, [0:2], "2 mS", "4 mS", "8 mS", "16 mS",
benchTestOnTime = scalar, U16, 1554, "ms", 0.01, 0, 1, 500, 2
lambdaProtectionRestoreTps = scalar, U08, 1556, "%", 1, 0, 0, 100, 0
lambdaProtectionRestoreLoad = scalar, U08, 1557, "%", 10.0, 0, 0, 1000, 0
launchActivatePinMode = bits, U08, 1558, [0:1], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID"
launchActivatePinMode = bits, U08, 1558, [0:2], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID", "INVERTED DEFAULT", "INVERTED PULLUP", "INVERTED PULLDOWN", "INVALID"
can2TxPin = bits, U16, 1560, [0:8], $gpio_list
can2RxPin = bits, U16, 1562, [0:8], $gpio_list
starterControlPinMode = bits, U08, 1564, [0:1], "default", "default inverted", "open collector", "open collector inverted"
@ -1001,7 +1001,7 @@ idleTimingPid_periodMs = scalar, S16, 2358, "ms", 1, 0, 0, 3000, 0
idleTimingPid_minValue = scalar, S16, 2360, "", 1, 0, -30000, 30000, 0
idleTimingPid_maxValue = scalar, S16, 2362, "", 1, 0, -30000, 30000, 0
idleTimingSoftEntryTime = scalar, F32, 2364, "", 1, 0, 0, 100, 1
torqueReductionTriggerPinMode = bits, U08, 2368, [0:1], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID"
torqueReductionTriggerPinMode = bits, U08, 2368, [0:2], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID", "INVERTED DEFAULT", "INVERTED PULLUP", "INVERTED PULLDOWN", "INVALID"
torqueReductionActivationMode = bits, S08, 2369, [0:1], "Torque Reduction Button", "Launch Button", "Clutch Down Switch", "Clutch Up Switch"
tpsAccelFractionPeriod = scalar, S16, 2370, "cycles", 1, 0, 0, 500, 0
tpsAccelFractionDivisor = scalar, F32, 2372, "coef", 1, 0, 1, 100, 2
@ -1083,9 +1083,9 @@ mc33_t_peak_tot = scalar, U16, 2878, "us", 1, 0, 0, 10000, 0
mc33_t_bypass = scalar, U16, 2880, "us", 1, 0, 0, 10000, 0
mc33_t_hold_off = scalar, U16, 2882, "us", 1, 0, 0, 10000, 0
mc33_t_hold_tot = scalar, U16, 2884, "us", 1, 0, 0, 10000, 0
tcuUpshiftButtonPinMode = bits, U08, 2886, [0:1], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID"
tcuDownshiftButtonPinMode = bits, U08, 2887, [0:1], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID"
acSwitchMode = bits, U08, 2888, [0:1], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID"
tcuUpshiftButtonPinMode = bits, U08, 2886, [0:2], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID", "INVERTED DEFAULT", "INVERTED PULLUP", "INVERTED PULLDOWN", "INVALID"
tcuDownshiftButtonPinMode = bits, U08, 2887, [0:2], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID", "INVERTED DEFAULT", "INVERTED PULLUP", "INVERTED PULLDOWN", "INVALID"
acSwitchMode = bits, U08, 2888, [0:2], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID", "INVERTED DEFAULT", "INVERTED PULLUP", "INVERTED PULLDOWN", "INVALID"
tcu_solenoid_mode1 = bits, U08, 2889, [0:1], "default", "default inverted", "open collector", "open collector inverted"
tcu_solenoid_mode2 = bits, U08, 2890, [0:1], "default", "default inverted", "open collector", "open collector inverted"
tcu_solenoid_mode3 = bits, U08, 2891, [0:1], "default", "default inverted", "open collector", "open collector inverted"
@ -1214,17 +1214,17 @@ ALSIdleAdd = scalar, S32, 3340, "%", 1, 0, 0, 100, 2
ALSEtbAdd = scalar, S32, 3344, "%", 1, 0, 0, 100, 2
ALSSkipRatio = scalar, F32, 3348, "", 1, 0, 0, 1, 1
acPressureEnableHyst = scalar, U08, 3352, "kPa (absolute)", 0.5, 0, 0, 125, 1
ALSActivatePinMode = bits, U08, 3353, [0:1], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID"
ALSActivatePinMode = bits, U08, 3353, [0:2], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID", "INVERTED DEFAULT", "INVERTED PULLUP", "INVERTED PULLDOWN", "INVALID"
tpsSecondaryMaximum = scalar, U08, 3354, "%", 0.5, 0, 0, 100, 1
ppsSecondaryMaximum = scalar, U08, 3355, "%", 0.5, 0, 0, 100, 1
luaDigitalInputPinModes1 = bits, U08, 3356, [0:1], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID"
luaDigitalInputPinModes2 = bits, U08, 3357, [0:1], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID"
luaDigitalInputPinModes3 = bits, U08, 3358, [0:1], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID"
luaDigitalInputPinModes4 = bits, U08, 3359, [0:1], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID"
luaDigitalInputPinModes5 = bits, U08, 3360, [0:1], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID"
luaDigitalInputPinModes6 = bits, U08, 3361, [0:1], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID"
luaDigitalInputPinModes7 = bits, U08, 3362, [0:1], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID"
luaDigitalInputPinModes8 = bits, U08, 3363, [0:1], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID"
luaDigitalInputPinModes1 = bits, U08, 3356, [0:2], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID", "INVERTED DEFAULT", "INVERTED PULLUP", "INVERTED PULLDOWN", "INVALID"
luaDigitalInputPinModes2 = bits, U08, 3357, [0:2], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID", "INVERTED DEFAULT", "INVERTED PULLUP", "INVERTED PULLDOWN", "INVALID"
luaDigitalInputPinModes3 = bits, U08, 3358, [0:2], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID", "INVERTED DEFAULT", "INVERTED PULLUP", "INVERTED PULLDOWN", "INVALID"
luaDigitalInputPinModes4 = bits, U08, 3359, [0:2], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID", "INVERTED DEFAULT", "INVERTED PULLUP", "INVERTED PULLDOWN", "INVALID"
luaDigitalInputPinModes5 = bits, U08, 3360, [0:2], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID", "INVERTED DEFAULT", "INVERTED PULLUP", "INVERTED PULLDOWN", "INVALID"
luaDigitalInputPinModes6 = bits, U08, 3361, [0:2], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID", "INVERTED DEFAULT", "INVERTED PULLUP", "INVERTED PULLDOWN", "INVALID"
luaDigitalInputPinModes7 = bits, U08, 3362, [0:2], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID", "INVERTED DEFAULT", "INVERTED PULLUP", "INVERTED PULLDOWN", "INVALID"
luaDigitalInputPinModes8 = bits, U08, 3363, [0:2], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID", "INVERTED DEFAULT", "INVERTED PULLUP", "INVERTED PULLDOWN", "INVALID"
customSentTpsMax = scalar, U16, 3364, "", 1, 0, 0, 32000, 0
kLineBaudRate = scalar, U16, 3366, "", 1, 0, 0, 32000, 0
canGpioType = bits, S08, 3368, [0:1], "None", "DRT protocol", "MS protocol", "INVALID"
@ -1247,12 +1247,12 @@ tcu_rangeInput3 = bits, U16, 3402, [0:8], $switch_input_pin_e_list
tcu_rangeInput4 = bits, U16, 3404, [0:8], $switch_input_pin_e_list
tcu_rangeInput5 = bits, U16, 3406, [0:8], $switch_input_pin_e_list
tcu_rangeInput6 = bits, U16, 3408, [0:8], $switch_input_pin_e_list
tcu_rangeInputMode1 = bits, U08, 3410, [0:1], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID"
tcu_rangeInputMode2 = bits, U08, 3411, [0:1], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID"
tcu_rangeInputMode3 = bits, U08, 3412, [0:1], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID"
tcu_rangeInputMode4 = bits, U08, 3413, [0:1], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID"
tcu_rangeInputMode5 = bits, U08, 3414, [0:1], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID"
tcu_rangeInputMode6 = bits, U08, 3415, [0:1], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID"
tcu_rangeInputMode1 = bits, U08, 3410, [0:2], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID", "INVERTED DEFAULT", "INVERTED PULLUP", "INVERTED PULLDOWN", "INVALID"
tcu_rangeInputMode2 = bits, U08, 3411, [0:2], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID", "INVERTED DEFAULT", "INVERTED PULLUP", "INVERTED PULLDOWN", "INVALID"
tcu_rangeInputMode3 = bits, U08, 3412, [0:2], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID", "INVERTED DEFAULT", "INVERTED PULLUP", "INVERTED PULLDOWN", "INVALID"
tcu_rangeInputMode4 = bits, U08, 3413, [0:2], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID", "INVERTED DEFAULT", "INVERTED PULLUP", "INVERTED PULLDOWN", "INVALID"
tcu_rangeInputMode5 = bits, U08, 3414, [0:2], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID", "INVERTED DEFAULT", "INVERTED PULLUP", "INVERTED PULLDOWN", "INVALID"
tcu_rangeInputMode6 = bits, U08, 3415, [0:2], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID", "INVERTED DEFAULT", "INVERTED PULLUP", "INVERTED PULLDOWN", "INVALID"
canVssScaling = scalar, U16, 3416, "ratio", 1.0E-4, 0, 0.5, 1.5, 4
oilTempSensor_tempC_1 = scalar, F32, 3420, "*C", 1, 0, -55, 200, 1
oilTempSensor_tempC_2 = scalar, F32, 3424, "*C", 1, 0, -55, 200, 1
@ -1391,7 +1391,7 @@ EtbSentInput = bits, U08, 3900, [0:2], "None", "SENT input 1", "SENT input 2", "
FuelHighPressureSentInput = bits, U08, 3901, [0:2], "None", "SENT input 1", "SENT input 2", "SENT input 3", "SENT input 4", "SENT input 5", "SENT input 6", "SENT input 7"
FuelHighPressureSentType = bits, U08, 3902, [0:1], "None", "GM type", "Custom", "INVALID"
nitrousControlEnabled = bits, U32, 3904, [0:0], "false", "true"
nitrousControlTriggerPinInverted = bits, U32, 3904, [1:1], "false", "true"
unusedFancy2 = bits, U32, 3904, [1:1], "false", "true"
unusedFancy3 = bits, U32, 3904, [2:2], "false", "true"
unusedFancy4 = bits, U32, 3904, [3:3], "false", "true"
unusedFancy5 = bits, U32, 3904, [4:4], "false", "true"
@ -1424,7 +1424,7 @@ unusedFancy31 = bits, U32, 3904, [30:30], "false", "true"
unusedFancy32 = bits, U32, 3904, [31:31], "false", "true"
nitrousControlArmingMethod = bits, S08, 3908, [3:3], "Digital Switch Input", "Lua Gauge"
nitrousControlTriggerPin = bits, U16, 3910, [0:8], $switch_input_pin_e_list
nitrousControlTriggerPinMode = bits, U08, 3912, [0:1], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID"
nitrousControlTriggerPinMode = bits, U08, 3912, [0:2], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID", "INVERTED DEFAULT", "INVERTED PULLUP", "INVERTED PULLDOWN", "INVALID"
nitrousLuaGauge = bits, S08, 3913, [0:2], "Lua Gauge 1", "Lua Gauge 2", "Lua Gauge 3", "Lua Gauge 4", "Lua Gauge 5", "Lua Gauge 6", "Lua Gauge 7", "Lua Gauge 8"
nitrousLuaGaugeMeaning = bits, S08, 3914, [3:3], "Lower Bound", "Upper Bound"
nitrousLuaGaugeArmingValue = scalar, F32, 3916, "", 1, 0, -30000, 30000, 3
@ -8220,14 +8220,11 @@ dialog = lambda_monitorDialog, "lambda_monitor"
; Sensor Inputs
dialog = otherSensorInputs, "Other Sensor Inputs"
field = "Clutch Down", clutchDownPin
field = "Clutch Down signal", clutchDownPinInverted
field = "Clutch Down mode", clutchDownPinMode
field = "Clutch Up", clutchUpPin
field = "Clutch Up signal", clutchUpPinInverted
field = "Clutch Up mode", clutchUpPinMode
field = "Brake Pedal", brakePedalPin
field = "Brake Pedal signal", brakePedalPinInverted
field = "Brake Pedal Mode", brakePedalPinMode
field = "Turbo Speed Sensor", turboSpeedSensorInputPin
field = "Turbo Speed Multiplier", turboSpeedSensorMultiplier, { turboSpeedSensorInputPin }
@ -10029,11 +10026,9 @@ dialog = tcuControls, "Transmission Settings"
field = "Activation Mode", launchActivationMode, {launchControlEnabled == 1}
field = "Launch Button", launchActivatePin, {launchControlEnabled == 1 && (launchActivatePin != 0 || (launchActivationMode == 0))}
field = "Launch Button inverted", launchActivateInverted, {launchControlEnabled == 1 && launchActivationMode == 0}
field = "Launch Button mode", launchActivatePinMode, {launchControlEnabled == 1 && launchActivationMode == 0}
field = "Clutch Down", clutchDownPin, {launchControlEnabled == 1 && (clutchDownPin != 0 || (launchActivationMode == 1))}
field = "Clutch Down inverted", clutchDownPinInverted, {launchControlEnabled == 1 && launchActivationMode == 1}
field = "Clutch Down mode", clutchDownPinMode, {launchControlEnabled == 1 && launchActivationMode == 1}
field = ""
@ -10056,20 +10051,16 @@ dialog = tcuControls, "Transmission Settings"
dialog = TorqueReductionButtonDialog, "Torque Reduction Button"
field = "Torque Reduction Button", torqueReductionTriggerPin
field = "Torque Reduction Inverted", torqueReductionTriggerPinInverted, {torqueReductionTriggerPin != 0}
dialog = LaunchButtonDialog, "Launch Button"
field = "Launch Button", launchActivatePin
field = "Launch Button Inverted", launchActivateInverted, {launchActivatePin != 0}
dialog = ClutchDownDialog, "Clutch Down"
field = "Clutch Down", clutchDownPin
field = "Clutch Down Inverted", clutchDownPinInverted, {clutchDownPin != 0}
field = "Clutch Down Mode", clutchDownPinMode, {clutchDownPin != 0}
dialog = ClutchUpDialog, "Clutch Up"
field = "Clutch Up", clutchUpPin
field = "Clutch Up Inverted", clutchUpPinInverted, {clutchUpPin != 0}
field = "Clutch Up Mode", clutchUpPinMode, {clutchUpPin != 0}
dialog = TorqueReductionActivationModeDialog, "Activation", yAxis
@ -10098,7 +10089,6 @@ dialog = tcuControls, "Transmission Settings"
dialog = NitrousControlButtonDialog, "Digital Switch Input"
field = "Nitrous Control Button", nitrousControlTriggerPin
field = "Nitrous Control Inverted", nitrousControlTriggerPinInverted, {nitrousControlTriggerPin != 0}
field = "Nitrous Control Mode", nitrousControlTriggerPinMode, {nitrousControlTriggerPin != 0}
dialog = NitrousControlLuaGaugeDialog, "Lua Gauge"
@ -10142,7 +10132,6 @@ dialog = tcuControls, "Transmission Settings"
field = "Enable AntiLag", antiLagEnabled
field = "Activation Mode", antiLagActivationMode
field = "Switch Input", ALSActivatePin, {antiLagActivationMode == 0 && antiLagEnabled == 1}
field = "ALS Button inverted", ALSActivateInverted, {antiLagActivationMode == 0 && antiLagEnabled == 1}
field = "ALS Button mode", ALSActivatePinMode, {antiLagActivationMode == 0 && antiLagEnabled == 1}
field = "ALS timeout", ALSMaxDuration, {antiLagEnabled == 1}
field = "Max TPS", ALSMaxTPS, {antiLagEnabled == 1}

View File

@ -1,4 +1,4 @@
! Generated by gen_signature.sh
! SIGNATURE_HASH is a built-in variable generated by config_definition-all.jar
! gen_signature.sh Using env variable branch [main]
#define TS_SIGNATURE "rusEFI main.2025.02.12.mega100.@@SIGNATURE_HASH@@"
#define TS_SIGNATURE "rusEFI main.2025.02.13.mega100.@@SIGNATURE_HASH@@"