Auto-generated Configs
This commit is contained in:
parent
667ce81510
commit
6bb00c64db
|
@ -1,4 +1,4 @@
|
||||||
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Mar 27 17:15:53 UTC 2024
|
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Fri Mar 29 17:15:39 UTC 2024
|
||||||
// by class com.rusefi.output.CHeaderConsumer
|
// by class com.rusefi.output.CHeaderConsumer
|
||||||
// begin
|
// begin
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -4504,16 +4504,26 @@ struct engine_configuration_s {
|
||||||
*/
|
*/
|
||||||
pin_output_mode_e camSimulatorPinMode;
|
pin_output_mode_e camSimulatorPinMode;
|
||||||
/**
|
/**
|
||||||
|
* need 4 byte alignment
|
||||||
* units: units
|
* units: units
|
||||||
* offset 3987
|
* offset 3987
|
||||||
*/
|
*/
|
||||||
uint8_t unusedOftenChangesDuringFirmwareUpdate[230];
|
uint8_t alignmentFill_at_3987[1];
|
||||||
|
/**
|
||||||
|
* offset 3988
|
||||||
|
*/
|
||||||
|
int anotherCiTest;
|
||||||
|
/**
|
||||||
|
* units: units
|
||||||
|
* offset 3992
|
||||||
|
*/
|
||||||
|
uint8_t unusedOftenChangesDuringFirmwareUpdate[226];
|
||||||
/**
|
/**
|
||||||
* need 4 byte alignment
|
* need 4 byte alignment
|
||||||
* units: units
|
* units: units
|
||||||
* offset 4217
|
* offset 4218
|
||||||
*/
|
*/
|
||||||
uint8_t alignmentFill_at_4217[3];
|
uint8_t alignmentFill_at_4218[2];
|
||||||
};
|
};
|
||||||
static_assert(sizeof(engine_configuration_s) == 4220);
|
static_assert(sizeof(engine_configuration_s) == 4220);
|
||||||
|
|
||||||
|
@ -5537,4 +5547,4 @@ struct persistent_config_s {
|
||||||
static_assert(sizeof(persistent_config_s) == 22400);
|
static_assert(sizeof(persistent_config_s) == 22400);
|
||||||
|
|
||||||
// end
|
// end
|
||||||
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Mar 27 17:15:53 UTC 2024
|
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Fri Mar 29 17:15:39 UTC 2024
|
||||||
|
|
|
@ -1188,7 +1188,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 3940057799
|
#define SIGNATURE_HASH 624877416
|
||||||
#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"
|
||||||
|
@ -1562,7 +1562,7 @@
|
||||||
#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.03.28.XXX.3940057799"
|
#define TS_SIGNATURE "rusEFI default.2024.03.29.XXX.624877416"
|
||||||
#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'
|
||||||
|
|
|
@ -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 3940057799
|
#define SIGNATURE_HASH 624877416
|
||||||
#define TS_SIGNATURE "rusEFI default.2024.03.28.XXX.3940057799"
|
#define TS_SIGNATURE "rusEFI default.2024.03.29.XXX.624877416"
|
||||||
|
|
|
@ -38,12 +38,12 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
[MegaTune]
|
[MegaTune]
|
||||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||||
signature = "rusEFI default.2024.03.28.XXX.3940057799"
|
signature = "rusEFI default.2024.03.29.XXX.624877416"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI default.2024.03.28.XXX.3940057799" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI default.2024.03.29.XXX.624877416" ; 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
|
; 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
|
useLegacyFTempUnits = false
|
||||||
|
@ -100,7 +100,7 @@ enable2ndByteCanID = false
|
||||||
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
|
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Thu Mar 28 17:16:04 UTC 2024
|
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Fri Mar 29 17:15:39 UTC 2024
|
||||||
|
|
||||||
pageSize = 22400
|
pageSize = 22400
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -474,8 +474,8 @@ cdmInputPin = bits, U16, 914, [0:7], $gpio_list
|
||||||
consoleUartDevice = bits, U08, 916, [0:1], "Off", "UART1", "UART2", "UART3"
|
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"
|
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"
|
mafSensorType = bits, S08, 918, [0:1], "v0", "v1", "v2", "v3"
|
||||||
clutchUpPinInverted = bits, U32, 920, [0:0], "false", "true"
|
clutchUpPinInverted = bits, U32, 920, [0:0], "Normal", "Inverted"
|
||||||
clutchDownPinInverted = bits, U32, 920, [1:1], "false", "true"
|
clutchDownPinInverted = bits, U32, 920, [1:1], "Normal", "Inverted"
|
||||||
useHbridgesToDriveIdleStepper = bits, U32, 920, [2:2], "false", "true"
|
useHbridgesToDriveIdleStepper = bits, U32, 920, [2:2], "false", "true"
|
||||||
multisparkEnable = bits, U32, 920, [3:3], "false", "true"
|
multisparkEnable = bits, U32, 920, [3:3], "false", "true"
|
||||||
enableLaunchRetard = bits, U32, 920, [4:4], "false", "true"
|
enableLaunchRetard = bits, U32, 920, [4:4], "false", "true"
|
||||||
|
@ -747,7 +747,7 @@ mc33810Gpgd2Mode = bits, U32, 1496, [3:3], "false", "true"
|
||||||
mc33810Gpgd3Mode = bits, U32, 1496, [4:4], "false", "true"
|
mc33810Gpgd3Mode = bits, U32, 1496, [4:4], "false", "true"
|
||||||
enableExtendedCanBroadcast = bits, U32, 1496, [5:5], "false", "true"
|
enableExtendedCanBroadcast = bits, U32, 1496, [5:5], "false", "true"
|
||||||
luaCanRxWorkaround = bits, U32, 1496, [6:6], "false", "true"
|
luaCanRxWorkaround = bits, U32, 1496, [6:6], "false", "true"
|
||||||
flexSensorInverted = bits, U32, 1496, [7:7], "false", "true"
|
flexSensorInverted = bits, U32, 1496, [7:7], "Normal", "Inverted"
|
||||||
useHardSkipInTraction = bits, U32, 1496, [8:8], "false", "true"
|
useHardSkipInTraction = bits, U32, 1496, [8:8], "false", "true"
|
||||||
fancySmartS = bits, U32, 1496, [9:9], "false", "true"
|
fancySmartS = bits, U32, 1496, [9:9], "false", "true"
|
||||||
fancySmartL = bits, U32, 1496, [10:10], "false", "true"
|
fancySmartL = bits, U32, 1496, [10:10], "false", "true"
|
||||||
|
@ -1346,7 +1346,8 @@ spi6MosiMode = bits, U08, 3977, [0:6], "default", "INVALID", "INVALID", "INVALID
|
||||||
tunerStudioSerialSpeed = scalar, U32, 3980, "BPs", 1, 0, 0, 1000000, 0
|
tunerStudioSerialSpeed = scalar, U32, 3980, "BPs", 1, 0, 0, 1000000, 0
|
||||||
camSimulatorPin = bits, U16, 3984, [0:7], $gpio_list
|
camSimulatorPin = bits, U16, 3984, [0:7], $gpio_list
|
||||||
camSimulatorPinMode = bits, U08, 3986, [0:1], "default", "default inverted", "open collector", "open collector inverted"
|
camSimulatorPinMode = bits, U08, 3986, [0:1], "default", "default inverted", "open collector", "open collector inverted"
|
||||||
unusedOftenChangesDuringFirmwareUpdate = array, U08, 3987, [230], "units", 1, 0, 0, 1, 0
|
anotherCiTest = scalar, S32, 3988, "", 1, 0, 0, 100, 0
|
||||||
|
unusedOftenChangesDuringFirmwareUpdate = array, U08, 3992, [226], "units", 1, 0, 0, 1, 0
|
||||||
etbBiasBins = array, F32, 4220, [8], "target TPS position", 1, 0, 0, 100, 0
|
etbBiasBins = array, F32, 4220, [8], "target TPS position", 1, 0, 0, 100, 0
|
||||||
etbBiasValues = array, F32, 4252, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
|
etbBiasValues = array, F32, 4252, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
|
||||||
iacPidMultTable = array, U08, 4284, [8x8], "%", 0.05, 0, 0, 10, 2
|
iacPidMultTable = array, U08, 4284, [8x8], "%", 0.05, 0, 0, 10, 2
|
||||||
|
@ -6785,7 +6786,7 @@ dialog = lambda_monitorDialog, "lambda_monitor"
|
||||||
field = "Secondary Edge", invertSecondaryTriggerSignal, {triggerInputPins2 != 0 && (trigger_type == 1 || trigger_type == 3 || trigger_type == 15 || trigger_type == 16 || trigger_type == 19 || trigger_type == 25 || trigger_type == 31 || trigger_type == 35 || trigger_type == 36 || trigger_type == 37 || trigger_type == 40 || trigger_type == 49 || trigger_type == 50 || trigger_type == 53 || trigger_type == 54 || trigger_type == 63 || trigger_type == 64) }
|
field = "Secondary Edge", invertSecondaryTriggerSignal, {triggerInputPins2 != 0 && (trigger_type == 1 || trigger_type == 3 || trigger_type == 15 || trigger_type == 16 || trigger_type == 19 || trigger_type == 25 || trigger_type == 31 || trigger_type == 35 || trigger_type == 36 || trigger_type == 37 || trigger_type == 40 || trigger_type == 49 || trigger_type == 50 || trigger_type == 53 || trigger_type == 54 || trigger_type == 63 || trigger_type == 64) }
|
||||||
|
|
||||||
dialog = trigger_cams, "Cam Inputs"
|
dialog = trigger_cams, "Cam Inputs"
|
||||||
field = "!https://rusefi.com/s/vvt"
|
field = "!<html><a href=https://rusefi.com/s/vvt>https://rusefi.com/s/vvt</a></html>"
|
||||||
; todo: code generator to hard-code all triggers not requiring VVT?
|
; todo: code generator to hard-code all triggers not requiring VVT?
|
||||||
; todo: https://github.com/rusefi/rusefi/issues/2077
|
; todo: https://github.com/rusefi/rusefi/issues/2077
|
||||||
|
|
||||||
|
@ -7377,17 +7378,17 @@ dialog = lambda_monitorDialog, "lambda_monitor"
|
||||||
; Sensor Inputs
|
; Sensor Inputs
|
||||||
dialog = otherSensorInputs, "Other Sensor Inputs"
|
dialog = otherSensorInputs, "Other Sensor Inputs"
|
||||||
field = "Clutch Down", clutchDownPin
|
field = "Clutch Down", clutchDownPin
|
||||||
field = "Clutch Down inverted", clutchDownPinInverted
|
field = "Clutch Down signal", clutchDownPinInverted
|
||||||
field = "Clutch Down mode", clutchDownPinMode
|
field = "Clutch Down mode", clutchDownPinMode
|
||||||
|
|
||||||
field = "Clutch Up", clutchUpPin
|
field = "Clutch Up", clutchUpPin
|
||||||
field = "Clutch Up inverted", clutchUpPinInverted
|
field = "Clutch Up signal", clutchUpPinInverted
|
||||||
field = "Clutch Up mode", clutchUpPinMode
|
field = "Clutch Up mode", clutchUpPinMode
|
||||||
field = "Throttle Up switch", throttlePedalUpPin
|
field = "Throttle Up switch", throttlePedalUpPin
|
||||||
field = "Brake Pedal", brakePedalPin
|
field = "Brake Pedal", brakePedalPin
|
||||||
field = "Brake Pedal Mode", brakePedalPinMode
|
field = "Brake Pedal Mode", brakePedalPinMode
|
||||||
field = "Flex fuel sensor", flexSensorPin
|
field = "Flex fuel sensor", flexSensorPin
|
||||||
field = flexSensorInverted, flexSensorInverted
|
field = "Flex Signal", flexSensorInverted
|
||||||
field = "Turbo Speed Sensor", turboSpeedSensorInputPin
|
field = "Turbo Speed Sensor", turboSpeedSensorInputPin
|
||||||
field = "Turbo Speed Multiplier", turboSpeedSensorMultiplier
|
field = "Turbo Speed Multiplier", turboSpeedSensorMultiplier
|
||||||
field = "Throttle inlet pressure sensor", throttleInletPressureChannel
|
field = "Throttle inlet pressure sensor", throttleInletPressureChannel
|
||||||
|
@ -8754,7 +8755,7 @@ dialog = tcuControls, "Transmission Settings"
|
||||||
|
|
||||||
help = etbHelp, "ETB Control"
|
help = etbHelp, "ETB Control"
|
||||||
text = "More about electronic throttle body on the web"
|
text = "More about electronic throttle body on the web"
|
||||||
webHelp = "https://rusefi.com/s/etb"
|
webHelp = "<html><a href=https://rusefi.com/s/etb>https://rusefi.com/s/etb</a></html>"
|
||||||
|
|
||||||
help = vrThresholdHelp, "VR Sensor Threshold"
|
help = vrThresholdHelp, "VR Sensor Threshold"
|
||||||
text = "This is about rusEFI VR Discrete decoder"
|
text = "This is about rusEFI VR Discrete decoder"
|
||||||
|
|
Loading…
Reference in New Issue