diff --git a/firmware/config/boards/cypress/config/controllers/algo/engine_configuration_generated_structures.h b/firmware/config/boards/cypress/config/controllers/algo/engine_configuration_generated_structures.h index f785a24b28..1d90e25701 100644 --- a/firmware/config/boards/cypress/config/controllers/algo/engine_configuration_generated_structures.h +++ b/firmware/config/boards/cypress/config/controllers/algo/engine_configuration_generated_structures.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Nov 24 16:37:37 UTC 2023 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:25:20 UTC 2023 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -1559,7 +1559,7 @@ struct engine_configuration_s { bool isHip9011Enabled : 1 {}; /** offset 728 bit 7 */ - bool unused644b5 : 1 {}; + bool requireFootOnBrakeToCrank : 1 {}; /** offset 728 bit 8 */ bool verboseQuad : 1 {}; @@ -3766,16 +3766,15 @@ struct engine_configuration_s { */ pid_s idleRpmPid2; /** - * set can_vss X * offset 2692 */ can_vss_nbc_e canVssNbcType; /** * need 4 byte alignment units - * offset 2693 + * offset 2694 */ - uint8_t alignmentFill_at_2693[3]; + uint8_t alignmentFill_at_2694[2]; /** * offset 2696 */ @@ -5366,4 +5365,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 23880); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Nov 24 16:37:37 UTC 2023 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:25:20 UTC 2023 diff --git a/firmware/config/boards/cypress/config/controllers/algo/rusefi_generated.h b/firmware/config/boards/cypress/config/controllers/algo/rusefi_generated.h index 755a8e5909..bb8280bf19 100644 --- a/firmware/config/boards/cypress/config/controllers/algo/rusefi_generated.h +++ b/firmware/config/boards/cypress/config/controllers/algo/rusefi_generated.h @@ -121,8 +121,9 @@ #define can_nbc_e_CAN_BUS_NISSAN_VQ 9 #define can_nbc_e_CAN_BUS_W202_C180 5 #define CAN_RX_PREFIX "CAN_rx" -#define can_vss_nbc_e_auto_enum 0="BMW_e46",2="LUA",1="W202" +#define can_vss_nbc_e_auto_enum 0="BMW_e46",3="BMW_e90",2="LUA",1="W202" #define can_vss_nbc_e_BMW_e46 0 +#define can_vss_nbc_e_BMW_e90 3 #define can_vss_nbc_e_LUA 2 #define can_vss_nbc_e_W202 1 #define CanGpioType_auto_enum 0="NONE",1="DRT",2="MS" @@ -813,7 +814,7 @@ #define SentEtbType_NONE 0 #define show_Frankenso_presets true #define show_test_presets true -#define SIGNATURE_HASH 2955829611 +#define SIGNATURE_HASH 1717659580 #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" @@ -1111,7 +1112,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2023.11.27.cypress.2955829611" +#define TS_SIGNATURE "rusEFI master.2023.11.27.cypress.1717659580" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/config/boards/kinetis/config/controllers/algo/engine_configuration_generated_structures.h b/firmware/config/boards/kinetis/config/controllers/algo/engine_configuration_generated_structures.h index 2c59eb31cd..f1af7a1b95 100644 --- a/firmware/config/boards/kinetis/config/controllers/algo/engine_configuration_generated_structures.h +++ b/firmware/config/boards/kinetis/config/controllers/algo/engine_configuration_generated_structures.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Nov 24 16:37:36 UTC 2023 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:25:19 UTC 2023 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -1559,7 +1559,7 @@ struct engine_configuration_s { bool isHip9011Enabled : 1 {}; /** offset 728 bit 7 */ - bool unused644b5 : 1 {}; + bool requireFootOnBrakeToCrank : 1 {}; /** offset 728 bit 8 */ bool verboseQuad : 1 {}; @@ -3766,16 +3766,15 @@ struct engine_configuration_s { */ pid_s idleRpmPid2; /** - * set can_vss X * offset 2692 */ can_vss_nbc_e canVssNbcType; /** * need 4 byte alignment units - * offset 2693 + * offset 2694 */ - uint8_t alignmentFill_at_2693[3]; + uint8_t alignmentFill_at_2694[2]; /** * offset 2696 */ @@ -5366,4 +5365,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 22504); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Nov 24 16:37:36 UTC 2023 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:25:19 UTC 2023 diff --git a/firmware/config/boards/kinetis/config/controllers/algo/rusefi_generated.h b/firmware/config/boards/kinetis/config/controllers/algo/rusefi_generated.h index 01c6db838c..c1f6735184 100644 --- a/firmware/config/boards/kinetis/config/controllers/algo/rusefi_generated.h +++ b/firmware/config/boards/kinetis/config/controllers/algo/rusefi_generated.h @@ -121,8 +121,9 @@ #define can_nbc_e_CAN_BUS_NISSAN_VQ 9 #define can_nbc_e_CAN_BUS_W202_C180 5 #define CAN_RX_PREFIX "CAN_rx" -#define can_vss_nbc_e_auto_enum 0="BMW_e46",2="LUA",1="W202" +#define can_vss_nbc_e_auto_enum 0="BMW_e46",3="BMW_e90",2="LUA",1="W202" #define can_vss_nbc_e_BMW_e46 0 +#define can_vss_nbc_e_BMW_e90 3 #define can_vss_nbc_e_LUA 2 #define can_vss_nbc_e_W202 1 #define CanGpioType_auto_enum 0="NONE",1="DRT",2="MS" @@ -813,7 +814,7 @@ #define SentEtbType_NONE 0 #define show_Frankenso_presets true #define show_test_presets true -#define SIGNATURE_HASH 4076840645 +#define SIGNATURE_HASH 615555090 #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" @@ -1111,7 +1112,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2023.11.27.kin.4076840645" +#define TS_SIGNATURE "rusEFI master.2023.11.27.kin.615555090" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/config/boards/subaru_eg33/config/controllers/algo/engine_configuration_generated_structures.h b/firmware/config/boards/subaru_eg33/config/controllers/algo/engine_configuration_generated_structures.h index d73afe7fef..8625abfb0d 100644 --- a/firmware/config/boards/subaru_eg33/config/controllers/algo/engine_configuration_generated_structures.h +++ b/firmware/config/boards/subaru_eg33/config/controllers/algo/engine_configuration_generated_structures.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Nov 24 16:37:38 UTC 2023 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:25:21 UTC 2023 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -1559,7 +1559,7 @@ struct engine_configuration_s { bool isHip9011Enabled : 1 {}; /** offset 728 bit 7 */ - bool unused644b5 : 1 {}; + bool requireFootOnBrakeToCrank : 1 {}; /** offset 728 bit 8 */ bool verboseQuad : 1 {}; @@ -3766,16 +3766,15 @@ struct engine_configuration_s { */ pid_s idleRpmPid2; /** - * set can_vss X * offset 2692 */ can_vss_nbc_e canVssNbcType; /** * need 4 byte alignment units - * offset 2693 + * offset 2694 */ - uint8_t alignmentFill_at_2693[3]; + uint8_t alignmentFill_at_2694[2]; /** * offset 2696 */ @@ -5366,4 +5365,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 23880); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Nov 24 16:37:38 UTC 2023 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:25:21 UTC 2023 diff --git a/firmware/config/boards/subaru_eg33/config/controllers/algo/rusefi_generated.h b/firmware/config/boards/subaru_eg33/config/controllers/algo/rusefi_generated.h index a65d4d7ee0..7bdf889591 100644 --- a/firmware/config/boards/subaru_eg33/config/controllers/algo/rusefi_generated.h +++ b/firmware/config/boards/subaru_eg33/config/controllers/algo/rusefi_generated.h @@ -149,8 +149,9 @@ #define can_nbc_e_CAN_BUS_NISSAN_VQ 9 #define can_nbc_e_CAN_BUS_W202_C180 5 #define CAN_RX_PREFIX "CAN_rx" -#define can_vss_nbc_e_auto_enum 0="BMW_e46",2="LUA",1="W202" +#define can_vss_nbc_e_auto_enum 0="BMW_e46",3="BMW_e90",2="LUA",1="W202" #define can_vss_nbc_e_BMW_e46 0 +#define can_vss_nbc_e_BMW_e90 3 #define can_vss_nbc_e_LUA 2 #define can_vss_nbc_e_W202 1 #define CanGpioType_auto_enum 0="NONE",1="DRT",2="MS" @@ -1051,7 +1052,7 @@ #define show_Frankenso_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 3080955516 +#define SIGNATURE_HASH 1642897579 #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" @@ -1349,7 +1350,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2023.11.27.subaru_eg33_f7.3080955516" +#define TS_SIGNATURE "rusEFI master.2023.11.27.subaru_eg33_f7.1642897579" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/console/binary_log/log_fields_generated.h b/firmware/console/binary_log/log_fields_generated.h index 70f5c61f0d..73345de163 100644 --- a/firmware/console/binary_log/log_fields_generated.h +++ b/firmware/console/binary_log/log_fields_generated.h @@ -441,34 +441,34 @@ static constexpr LogField fields[] = { #if EFI_SHAFT_POSITION_INPUT {engine->triggerCentral.mapCamPrevToothAngle, "Sync: MAP: prev angle", "deg", 2}, #endif -#if EFI_PROD_CODE +#if EFI_PROD_CODE && EFI_IDLE_CONTROL {___engine.module().unmock().currentIdlePosition, "Idle: Position", "%", 1}, #endif -#if EFI_PROD_CODE +#if EFI_PROD_CODE && EFI_IDLE_CONTROL {___engine.module().unmock().baseIdlePosition, "idle: base value", "", 0}, #endif -#if EFI_PROD_CODE +#if EFI_PROD_CODE && EFI_IDLE_CONTROL {___engine.module().unmock().idleClosedLoop, "Idle: Closed loop", "", 0}, #endif -#if EFI_PROD_CODE +#if EFI_PROD_CODE && EFI_IDLE_CONTROL {___engine.module().unmock().iacByTpsTaper, "idle: iacByTpsTaper portion", "", 0}, #endif -#if EFI_PROD_CODE +#if EFI_PROD_CODE && EFI_IDLE_CONTROL {___engine.module().unmock().throttlePedalUpState, "idle: throttlePedalUpState", "", 0}, #endif -#if EFI_PROD_CODE +#if EFI_PROD_CODE && EFI_IDLE_CONTROL {___engine.module().unmock().idleTarget, "Idle: Target RPM", "", 0}, #endif -#if EFI_PROD_CODE +#if EFI_PROD_CODE && EFI_IDLE_CONTROL {___engine.module().unmock().targetRpmByClt, "Idle: Target RPM base", "", 0}, #endif -#if EFI_PROD_CODE +#if EFI_PROD_CODE && EFI_IDLE_CONTROL {___engine.module().unmock().targetRpmAc, "Idle: Target A/C RPM", "", 0}, #endif -#if EFI_PROD_CODE +#if EFI_PROD_CODE && EFI_IDLE_CONTROL {___engine.module().unmock().iacByRpmTaper, "idle: iacByRpmTaper portion", "", 0}, #endif -#if EFI_PROD_CODE +#if EFI_PROD_CODE && EFI_IDLE_CONTROL {___engine.module().unmock().luaAdd, "idle: Lua Adder", "", 0}, #endif {engine->dc_motors.dcOutput0, "DC: output0", "per", 2, "ETB more"}, diff --git a/firmware/controllers/algo/auto_generated_commonenum.cpp b/firmware/controllers/algo/auto_generated_commonenum.cpp index 1a9556f465..5ea4fa4cbe 100644 --- a/firmware/controllers/algo/auto_generated_commonenum.cpp +++ b/firmware/controllers/algo/auto_generated_commonenum.cpp @@ -1,6 +1,6 @@ #include "global.h" #include "rusefi_enums.h" -// was generated automatically by rusEFI tool from rusefi_enums.h // by enum_to_string.jar tool on Wed Nov 08 20:01:19 UTC 2023 +// was generated automatically by rusEFI tool from rusefi_enums.h // by enum_to_string.jar tool on Mon Nov 27 04:25:15 UTC 2023 // see also gen_config_and_enums.bat @@ -287,6 +287,8 @@ const char *getCan_vss_nbc_e(can_vss_nbc_e value){ switch(value) { case BMW_e46: return "BMW_e46"; +case BMW_e90: + return "BMW_e90"; case LUA: return "LUA"; case W202: diff --git a/firmware/controllers/generated/engine_configuration_generated_structures.h b/firmware/controllers/generated/engine_configuration_generated_structures.h index 8f659dc4f6..ea3df8bf67 100644 --- a/firmware/controllers/generated/engine_configuration_generated_structures.h +++ b/firmware/controllers/generated/engine_configuration_generated_structures.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Nov 24 16:39:26 UTC 2023 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:27:06 UTC 2023 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -1559,7 +1559,7 @@ struct engine_configuration_s { bool isHip9011Enabled : 1 {}; /** offset 728 bit 7 */ - bool unused644b5 : 1 {}; + bool requireFootOnBrakeToCrank : 1 {}; /** offset 728 bit 8 */ bool verboseQuad : 1 {}; @@ -3766,16 +3766,15 @@ struct engine_configuration_s { */ pid_s idleRpmPid2; /** - * set can_vss X * offset 2692 */ can_vss_nbc_e canVssNbcType; /** * need 4 byte alignment units - * offset 2693 + * offset 2694 */ - uint8_t alignmentFill_at_2693[3]; + uint8_t alignmentFill_at_2694[2]; /** * offset 2696 */ @@ -5366,4 +5365,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 23880); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Nov 24 16:39:26 UTC 2023 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:27:06 UTC 2023 diff --git a/firmware/controllers/generated/rusefi_generated.h b/firmware/controllers/generated/rusefi_generated.h index 6ef77f8f5b..41de62c67e 100644 --- a/firmware/controllers/generated/rusefi_generated.h +++ b/firmware/controllers/generated/rusefi_generated.h @@ -157,8 +157,9 @@ #define can_nbc_e_CAN_BUS_NISSAN_VQ 9 #define can_nbc_e_CAN_BUS_W202_C180 5 #define CAN_RX_PREFIX "CAN_rx" -#define can_vss_nbc_e_auto_enum 0="BMW_e46",2="LUA",1="W202" +#define can_vss_nbc_e_auto_enum 0="BMW_e46",3="BMW_e90",2="LUA",1="W202" #define can_vss_nbc_e_BMW_e46 0 +#define can_vss_nbc_e_BMW_e90 3 #define can_vss_nbc_e_LUA 2 #define can_vss_nbc_e_W202 1 #define CanGpioType_auto_enum 0="NONE",1="DRT",2="MS" @@ -1139,7 +1140,7 @@ #define SentEtbType_NONE 0 #define show_Frankenso_presets true #define show_test_presets true -#define SIGNATURE_HASH 609618477 +#define SIGNATURE_HASH 4061727994 #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" @@ -1437,7 +1438,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2023.11.27.f407-discovery.609618477" +#define TS_SIGNATURE "rusEFI master.2023.11.27.f407-discovery.4061727994" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/signature_alphax-2chan.h b/firmware/controllers/generated/signature_alphax-2chan.h index 96838f3042..24e803888c 100644 --- a/firmware/controllers/generated/signature_alphax-2chan.h +++ b/firmware/controllers/generated/signature_alphax-2chan.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3227243884 -#define TS_SIGNATURE "rusEFI master.2023.11.27.alphax-2chan.3227243884" +#define SIGNATURE_HASH 370463675 +#define TS_SIGNATURE "rusEFI master.2023.11.27.alphax-2chan.370463675" diff --git a/firmware/controllers/generated/signature_alphax-4chan.h b/firmware/controllers/generated/signature_alphax-4chan.h index 31f5d7848b..26ee6ddbc1 100644 --- a/firmware/controllers/generated/signature_alphax-4chan.h +++ b/firmware/controllers/generated/signature_alphax-4chan.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1748430778 -#define TS_SIGNATURE "rusEFI master.2023.11.27.alphax-4chan.1748430778" +#define SIGNATURE_HASH 3195660653 +#define TS_SIGNATURE "rusEFI master.2023.11.27.alphax-4chan.3195660653" diff --git a/firmware/controllers/generated/signature_alphax-4chan_f7.h b/firmware/controllers/generated/signature_alphax-4chan_f7.h index 52b27b803d..5f037dcdc6 100644 --- a/firmware/controllers/generated/signature_alphax-4chan_f7.h +++ b/firmware/controllers/generated/signature_alphax-4chan_f7.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1748430778 -#define TS_SIGNATURE "rusEFI master.2023.11.27.alphax-4chan_f7.1748430778" +#define SIGNATURE_HASH 3195660653 +#define TS_SIGNATURE "rusEFI master.2023.11.27.alphax-4chan_f7.3195660653" diff --git a/firmware/controllers/generated/signature_alphax-8chan-revA.h b/firmware/controllers/generated/signature_alphax-8chan-revA.h index 78f79c97b5..7d2956b15f 100644 --- a/firmware/controllers/generated/signature_alphax-8chan-revA.h +++ b/firmware/controllers/generated/signature_alphax-8chan-revA.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2178793320 -#define TS_SIGNATURE "rusEFI master.2023.11.27.alphax-8chan-revA.2178793320" +#define SIGNATURE_HASH 1469233599 +#define TS_SIGNATURE "rusEFI master.2023.11.27.alphax-8chan-revA.1469233599" diff --git a/firmware/controllers/generated/signature_alphax-8chan.h b/firmware/controllers/generated/signature_alphax-8chan.h index 102ff76cfa..01a088c3b5 100644 --- a/firmware/controllers/generated/signature_alphax-8chan.h +++ b/firmware/controllers/generated/signature_alphax-8chan.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3217269220 -#define TS_SIGNATURE "rusEFI master.2023.11.27.alphax-8chan.3217269220" +#define SIGNATURE_HASH 1770825523 +#define TS_SIGNATURE "rusEFI master.2023.11.27.alphax-8chan.1770825523" diff --git a/firmware/controllers/generated/signature_alphax-8chan_f7.h b/firmware/controllers/generated/signature_alphax-8chan_f7.h index 9bd28e1802..bcb5dff8ff 100644 --- a/firmware/controllers/generated/signature_alphax-8chan_f7.h +++ b/firmware/controllers/generated/signature_alphax-8chan_f7.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3217269220 -#define TS_SIGNATURE "rusEFI master.2023.11.27.alphax-8chan_f7.3217269220" +#define SIGNATURE_HASH 1770825523 +#define TS_SIGNATURE "rusEFI master.2023.11.27.alphax-8chan_f7.1770825523" diff --git a/firmware/controllers/generated/signature_at_start_f435.h b/firmware/controllers/generated/signature_at_start_f435.h index 63bc155d19..24b79dbb6a 100644 --- a/firmware/controllers/generated/signature_at_start_f435.h +++ b/firmware/controllers/generated/signature_at_start_f435.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2955829611 -#define TS_SIGNATURE "rusEFI master.2023.11.27.at_start_f435.2955829611" +#define SIGNATURE_HASH 1717659580 +#define TS_SIGNATURE "rusEFI master.2023.11.27.at_start_f435.1717659580" diff --git a/firmware/controllers/generated/signature_atlas.h b/firmware/controllers/generated/signature_atlas.h index 8c19fc81fc..8ca3fc6cb4 100644 --- a/firmware/controllers/generated/signature_atlas.h +++ b/firmware/controllers/generated/signature_atlas.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 4096374053 -#define TS_SIGNATURE "rusEFI master.2023.11.27.atlas.4096374053" +#define SIGNATURE_HASH 577156082 +#define TS_SIGNATURE "rusEFI master.2023.11.27.atlas.577156082" diff --git a/firmware/controllers/generated/signature_core8.h b/firmware/controllers/generated/signature_core8.h index 25e67b4d8f..101383cf24 100644 --- a/firmware/controllers/generated/signature_core8.h +++ b/firmware/controllers/generated/signature_core8.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2282319069 -#define TS_SIGNATURE "rusEFI master.2023.11.27.core8.2282319069" +#define SIGNATURE_HASH 1581672970 +#define TS_SIGNATURE "rusEFI master.2023.11.27.core8.1581672970" diff --git a/firmware/controllers/generated/signature_cypress.h b/firmware/controllers/generated/signature_cypress.h index 8575f8a5a0..9dfac54dd0 100644 --- a/firmware/controllers/generated/signature_cypress.h +++ b/firmware/controllers/generated/signature_cypress.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on hellen_cypress_gen_config.bat by SignatureConsumer // -#define SIGNATURE_HASH 2955829611 -#define TS_SIGNATURE "rusEFI master.2023.11.27.cypress.2955829611" +#define SIGNATURE_HASH 1717659580 +#define TS_SIGNATURE "rusEFI master.2023.11.27.cypress.1717659580" diff --git a/firmware/controllers/generated/signature_f407-discovery.h b/firmware/controllers/generated/signature_f407-discovery.h index 0d9a058576..b529b0b63d 100644 --- a/firmware/controllers/generated/signature_f407-discovery.h +++ b/firmware/controllers/generated/signature_f407-discovery.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 609618477 -#define TS_SIGNATURE "rusEFI master.2023.11.27.f407-discovery.609618477" +#define SIGNATURE_HASH 4061727994 +#define TS_SIGNATURE "rusEFI master.2023.11.27.f407-discovery.4061727994" diff --git a/firmware/controllers/generated/signature_f429-discovery.h b/firmware/controllers/generated/signature_f429-discovery.h index c1fac6cdb4..d7a2fa5016 100644 --- a/firmware/controllers/generated/signature_f429-discovery.h +++ b/firmware/controllers/generated/signature_f429-discovery.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2955829611 -#define TS_SIGNATURE "rusEFI master.2023.11.27.f429-discovery.2955829611" +#define SIGNATURE_HASH 1717659580 +#define TS_SIGNATURE "rusEFI master.2023.11.27.f429-discovery.1717659580" diff --git a/firmware/controllers/generated/signature_frankenso_na6.h b/firmware/controllers/generated/signature_frankenso_na6.h index 8155101083..ec964a4fae 100644 --- a/firmware/controllers/generated/signature_frankenso_na6.h +++ b/firmware/controllers/generated/signature_frankenso_na6.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2457633185 -#define TS_SIGNATURE "rusEFI master.2023.11.27.frankenso_na6.2457633185" +#define SIGNATURE_HASH 1144227702 +#define TS_SIGNATURE "rusEFI master.2023.11.27.frankenso_na6.1144227702" diff --git a/firmware/controllers/generated/signature_harley81.h b/firmware/controllers/generated/signature_harley81.h index e4c530e75f..1a88af1e8e 100644 --- a/firmware/controllers/generated/signature_harley81.h +++ b/firmware/controllers/generated/signature_harley81.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1881651043 -#define TS_SIGNATURE "rusEFI master.2023.11.27.harley81.1881651043" +#define SIGNATURE_HASH 2791879092 +#define TS_SIGNATURE "rusEFI master.2023.11.27.harley81.2791879092" diff --git a/firmware/controllers/generated/signature_hellen-112-17.h b/firmware/controllers/generated/signature_hellen-112-17.h index ee58d94ed3..e1262d1498 100644 --- a/firmware/controllers/generated/signature_hellen-112-17.h +++ b/firmware/controllers/generated/signature_hellen-112-17.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3602723911 -#define TS_SIGNATURE "rusEFI master.2023.11.27.hellen-112-17.3602723911" +#define SIGNATURE_HASH 15872656 +#define TS_SIGNATURE "rusEFI master.2023.11.27.hellen-112-17.15872656" diff --git a/firmware/controllers/generated/signature_hellen-112-mg1.h b/firmware/controllers/generated/signature_hellen-112-mg1.h index a4dd48f519..3b36e4304c 100644 --- a/firmware/controllers/generated/signature_hellen-112-mg1.h +++ b/firmware/controllers/generated/signature_hellen-112-mg1.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1653697593 -#define TS_SIGNATURE "rusEFI master.2023.11.27.hellen-112-mg1.1653697593" +#define SIGNATURE_HASH 3034475246 +#define TS_SIGNATURE "rusEFI master.2023.11.27.hellen-112-mg1.3034475246" diff --git a/firmware/controllers/generated/signature_hellen-gm-e67.h b/firmware/controllers/generated/signature_hellen-gm-e67.h index f8a324b523..39a741ead8 100644 --- a/firmware/controllers/generated/signature_hellen-gm-e67.h +++ b/firmware/controllers/generated/signature_hellen-gm-e67.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 14473115 -#define TS_SIGNATURE "rusEFI master.2023.11.27.hellen-gm-e67.14473115" +#define SIGNATURE_HASH 3600011596 +#define TS_SIGNATURE "rusEFI master.2023.11.27.hellen-gm-e67.3600011596" diff --git a/firmware/controllers/generated/signature_hellen-honda-k.h b/firmware/controllers/generated/signature_hellen-honda-k.h index b7d9bffdb5..54a139750d 100644 --- a/firmware/controllers/generated/signature_hellen-honda-k.h +++ b/firmware/controllers/generated/signature_hellen-honda-k.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1775132488 -#define TS_SIGNATURE "rusEFI master.2023.11.27.hellen-honda-k.1775132488" +#define SIGNATURE_HASH 3212925343 +#define TS_SIGNATURE "rusEFI master.2023.11.27.hellen-honda-k.3212925343" diff --git a/firmware/controllers/generated/signature_hellen-nb1.h b/firmware/controllers/generated/signature_hellen-nb1.h index cdb34f0221..295d78f9a9 100644 --- a/firmware/controllers/generated/signature_hellen-nb1.h +++ b/firmware/controllers/generated/signature_hellen-nb1.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3756813436 -#define TS_SIGNATURE "rusEFI master.2023.11.27.hellen-nb1.3756813436" +#define SIGNATURE_HASH 161704619 +#define TS_SIGNATURE "rusEFI master.2023.11.27.hellen-nb1.161704619" diff --git a/firmware/controllers/generated/signature_hellen121nissan.h b/firmware/controllers/generated/signature_hellen121nissan.h index 8b0e00037c..49837ff378 100644 --- a/firmware/controllers/generated/signature_hellen121nissan.h +++ b/firmware/controllers/generated/signature_hellen121nissan.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 689473375 -#define TS_SIGNATURE "rusEFI master.2023.11.27.hellen121nissan.689473375" +#define SIGNATURE_HASH 4283924872 +#define TS_SIGNATURE "rusEFI master.2023.11.27.hellen121nissan.4283924872" diff --git a/firmware/controllers/generated/signature_hellen121vag.h b/firmware/controllers/generated/signature_hellen121vag.h index 632469c38a..dfd0a9c574 100644 --- a/firmware/controllers/generated/signature_hellen121vag.h +++ b/firmware/controllers/generated/signature_hellen121vag.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 609255080 -#define TS_SIGNATURE "rusEFI master.2023.11.27.hellen121vag.609255080" +#define SIGNATURE_HASH 4062148735 +#define TS_SIGNATURE "rusEFI master.2023.11.27.hellen121vag.4062148735" diff --git a/firmware/controllers/generated/signature_hellen128.h b/firmware/controllers/generated/signature_hellen128.h index 660e3e3871..b70a630e14 100644 --- a/firmware/controllers/generated/signature_hellen128.h +++ b/firmware/controllers/generated/signature_hellen128.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2147280385 -#define TS_SIGNATURE "rusEFI master.2023.11.27.hellen128.2147280385" +#define SIGNATURE_HASH 2847138006 +#define TS_SIGNATURE "rusEFI master.2023.11.27.hellen128.2847138006" diff --git a/firmware/controllers/generated/signature_hellen154hyundai.h b/firmware/controllers/generated/signature_hellen154hyundai.h index 38836acfeb..dc7002660f 100644 --- a/firmware/controllers/generated/signature_hellen154hyundai.h +++ b/firmware/controllers/generated/signature_hellen154hyundai.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1634560977 -#define TS_SIGNATURE "rusEFI master.2023.11.27.hellen154hyundai.1634560977" +#define SIGNATURE_HASH 3072486662 +#define TS_SIGNATURE "rusEFI master.2023.11.27.hellen154hyundai.3072486662" diff --git a/firmware/controllers/generated/signature_hellen72.h b/firmware/controllers/generated/signature_hellen72.h index 561b2834dc..f5835b3c7e 100644 --- a/firmware/controllers/generated/signature_hellen72.h +++ b/firmware/controllers/generated/signature_hellen72.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3697960774 -#define TS_SIGNATURE "rusEFI master.2023.11.27.hellen72.3697960774" +#define SIGNATURE_HASH 170221969 +#define TS_SIGNATURE "rusEFI master.2023.11.27.hellen72.170221969" diff --git a/firmware/controllers/generated/signature_hellen81.h b/firmware/controllers/generated/signature_hellen81.h index 92016d527f..466ea71994 100644 --- a/firmware/controllers/generated/signature_hellen81.h +++ b/firmware/controllers/generated/signature_hellen81.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1836946180 -#define TS_SIGNATURE "rusEFI master.2023.11.27.hellen81.1836946180" +#define SIGNATURE_HASH 3140654547 +#define TS_SIGNATURE "rusEFI master.2023.11.27.hellen81.3140654547" diff --git a/firmware/controllers/generated/signature_hellen88bmw.h b/firmware/controllers/generated/signature_hellen88bmw.h index 5ce3be3e1e..88771e5d92 100644 --- a/firmware/controllers/generated/signature_hellen88bmw.h +++ b/firmware/controllers/generated/signature_hellen88bmw.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1577839791 -#define TS_SIGNATURE "rusEFI master.2023.11.27.hellen88bmw.1577839791" +#define SIGNATURE_HASH 2286217848 +#define TS_SIGNATURE "rusEFI master.2023.11.27.hellen88bmw.2286217848" diff --git a/firmware/controllers/generated/signature_hellenNA6.h b/firmware/controllers/generated/signature_hellenNA6.h index 0c7d8a810b..daa9f7f00f 100644 --- a/firmware/controllers/generated/signature_hellenNA6.h +++ b/firmware/controllers/generated/signature_hellenNA6.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1529085263 -#define TS_SIGNATURE "rusEFI master.2023.11.27.hellenNA6.1529085263" +#define SIGNATURE_HASH 2372729752 +#define TS_SIGNATURE "rusEFI master.2023.11.27.hellenNA6.2372729752" diff --git a/firmware/controllers/generated/signature_hellenNA8_96.h b/firmware/controllers/generated/signature_hellenNA8_96.h index 90aea5c698..29b8643d15 100644 --- a/firmware/controllers/generated/signature_hellenNA8_96.h +++ b/firmware/controllers/generated/signature_hellenNA8_96.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1031990656 -#define TS_SIGNATURE "rusEFI master.2023.11.27.hellenNA8_96.1031990656" +#define SIGNATURE_HASH 3956140887 +#define TS_SIGNATURE "rusEFI master.2023.11.27.hellenNA8_96.3956140887" diff --git a/firmware/controllers/generated/signature_kin.h b/firmware/controllers/generated/signature_kin.h index 5502999231..d22d225b45 100644 --- a/firmware/controllers/generated/signature_kin.h +++ b/firmware/controllers/generated/signature_kin.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on kinetis_gen_config.bat by SignatureConsumer // -#define SIGNATURE_HASH 4076840645 -#define TS_SIGNATURE "rusEFI master.2023.11.27.kin.4076840645" +#define SIGNATURE_HASH 615555090 +#define TS_SIGNATURE "rusEFI master.2023.11.27.kin.615555090" diff --git a/firmware/controllers/generated/signature_m74_9.h b/firmware/controllers/generated/signature_m74_9.h index df747546ab..847ca31f1d 100644 --- a/firmware/controllers/generated/signature_m74_9.h +++ b/firmware/controllers/generated/signature_m74_9.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 685790402 -#define TS_SIGNATURE "rusEFI master.2023.11.27.m74_9.685790402" +#define SIGNATURE_HASH 4272902677 +#define TS_SIGNATURE "rusEFI master.2023.11.27.m74_9.4272902677" diff --git a/firmware/controllers/generated/signature_mre_f4.h b/firmware/controllers/generated/signature_mre_f4.h index c9be00d4bf..9753802973 100644 --- a/firmware/controllers/generated/signature_mre_f4.h +++ b/firmware/controllers/generated/signature_mre_f4.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2470676715 -#define TS_SIGNATURE "rusEFI master.2023.11.27.mre_f4.2470676715" +#define SIGNATURE_HASH 1158450748 +#define TS_SIGNATURE "rusEFI master.2023.11.27.mre_f4.1158450748" diff --git a/firmware/controllers/generated/signature_mre_f7.h b/firmware/controllers/generated/signature_mre_f7.h index 29f5190d4a..723c02b554 100644 --- a/firmware/controllers/generated/signature_mre_f7.h +++ b/firmware/controllers/generated/signature_mre_f7.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2470676715 -#define TS_SIGNATURE "rusEFI master.2023.11.27.mre_f7.2470676715" +#define SIGNATURE_HASH 1158450748 +#define TS_SIGNATURE "rusEFI master.2023.11.27.mre_f7.1158450748" diff --git a/firmware/controllers/generated/signature_nucleo_f429.h b/firmware/controllers/generated/signature_nucleo_f429.h index 9a4b79e2ae..f9c5572b36 100644 --- a/firmware/controllers/generated/signature_nucleo_f429.h +++ b/firmware/controllers/generated/signature_nucleo_f429.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2955829611 -#define TS_SIGNATURE "rusEFI master.2023.11.27.nucleo_f429.2955829611" +#define SIGNATURE_HASH 1717659580 +#define TS_SIGNATURE "rusEFI master.2023.11.27.nucleo_f429.1717659580" diff --git a/firmware/controllers/generated/signature_nucleo_f767.h b/firmware/controllers/generated/signature_nucleo_f767.h index b6b431a04a..75020c6d57 100644 --- a/firmware/controllers/generated/signature_nucleo_f767.h +++ b/firmware/controllers/generated/signature_nucleo_f767.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2955829611 -#define TS_SIGNATURE "rusEFI master.2023.11.27.nucleo_f767.2955829611" +#define SIGNATURE_HASH 1717659580 +#define TS_SIGNATURE "rusEFI master.2023.11.27.nucleo_f767.1717659580" diff --git a/firmware/controllers/generated/signature_nucleo_h743.h b/firmware/controllers/generated/signature_nucleo_h743.h index 8739e98022..10b6720289 100644 --- a/firmware/controllers/generated/signature_nucleo_h743.h +++ b/firmware/controllers/generated/signature_nucleo_h743.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2955829611 -#define TS_SIGNATURE "rusEFI master.2023.11.27.nucleo_h743.2955829611" +#define SIGNATURE_HASH 1717659580 +#define TS_SIGNATURE "rusEFI master.2023.11.27.nucleo_h743.1717659580" diff --git a/firmware/controllers/generated/signature_prometheus_405.h b/firmware/controllers/generated/signature_prometheus_405.h index 3c4cf572f9..3fee475036 100644 --- a/firmware/controllers/generated/signature_prometheus_405.h +++ b/firmware/controllers/generated/signature_prometheus_405.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2159717627 -#define TS_SIGNATURE "rusEFI master.2023.11.27.prometheus_405.2159717627" +#define SIGNATURE_HASH 1458940460 +#define TS_SIGNATURE "rusEFI master.2023.11.27.prometheus_405.1458940460" diff --git a/firmware/controllers/generated/signature_prometheus_469.h b/firmware/controllers/generated/signature_prometheus_469.h index 01c9493aa3..b31ba6ed59 100644 --- a/firmware/controllers/generated/signature_prometheus_469.h +++ b/firmware/controllers/generated/signature_prometheus_469.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2159717627 -#define TS_SIGNATURE "rusEFI master.2023.11.27.prometheus_469.2159717627" +#define SIGNATURE_HASH 1458940460 +#define TS_SIGNATURE "rusEFI master.2023.11.27.prometheus_469.1458940460" diff --git a/firmware/controllers/generated/signature_proteus_f4.h b/firmware/controllers/generated/signature_proteus_f4.h index 49c0d539ed..2bad7a7ad8 100644 --- a/firmware/controllers/generated/signature_proteus_f4.h +++ b/firmware/controllers/generated/signature_proteus_f4.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2956828433 -#define TS_SIGNATURE "rusEFI master.2023.11.27.proteus_f4.2956828433" +#define SIGNATURE_HASH 1718786502 +#define TS_SIGNATURE "rusEFI master.2023.11.27.proteus_f4.1718786502" diff --git a/firmware/controllers/generated/signature_proteus_f7.h b/firmware/controllers/generated/signature_proteus_f7.h index d8f15e9ffd..f869d75404 100644 --- a/firmware/controllers/generated/signature_proteus_f7.h +++ b/firmware/controllers/generated/signature_proteus_f7.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2956828433 -#define TS_SIGNATURE "rusEFI master.2023.11.27.proteus_f7.2956828433" +#define SIGNATURE_HASH 1718786502 +#define TS_SIGNATURE "rusEFI master.2023.11.27.proteus_f7.1718786502" diff --git a/firmware/controllers/generated/signature_proteus_h7.h b/firmware/controllers/generated/signature_proteus_h7.h index f57bb3c5da..e756c6763b 100644 --- a/firmware/controllers/generated/signature_proteus_h7.h +++ b/firmware/controllers/generated/signature_proteus_h7.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2956828433 -#define TS_SIGNATURE "rusEFI master.2023.11.27.proteus_h7.2956828433" +#define SIGNATURE_HASH 1718786502 +#define TS_SIGNATURE "rusEFI master.2023.11.27.proteus_h7.1718786502" diff --git a/firmware/controllers/generated/signature_s105.h b/firmware/controllers/generated/signature_s105.h index b271b827bd..1acfee7606 100644 --- a/firmware/controllers/generated/signature_s105.h +++ b/firmware/controllers/generated/signature_s105.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3741679885 -#define TS_SIGNATURE "rusEFI master.2023.11.27.s105.3741679885" +#define SIGNATURE_HASH 155879386 +#define TS_SIGNATURE "rusEFI master.2023.11.27.s105.155879386" diff --git a/firmware/controllers/generated/signature_small-can-board.h b/firmware/controllers/generated/signature_small-can-board.h index 19a29eac57..1fa37c175e 100644 --- a/firmware/controllers/generated/signature_small-can-board.h +++ b/firmware/controllers/generated/signature_small-can-board.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3183369575 -#define TS_SIGNATURE "rusEFI master.2023.11.27.small-can-board.3183369575" +#define SIGNATURE_HASH 1810979760 +#define TS_SIGNATURE "rusEFI master.2023.11.27.small-can-board.1810979760" diff --git a/firmware/controllers/generated/signature_subaru_eg33_f7.h b/firmware/controllers/generated/signature_subaru_eg33_f7.h index f1baf29e12..361c633c26 100644 --- a/firmware/controllers/generated/signature_subaru_eg33_f7.h +++ b/firmware/controllers/generated/signature_subaru_eg33_f7.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3080955516 -#define TS_SIGNATURE "rusEFI master.2023.11.27.subaru_eg33_f7.3080955516" +#define SIGNATURE_HASH 1642897579 +#define TS_SIGNATURE "rusEFI master.2023.11.27.subaru_eg33_f7.1642897579" diff --git a/firmware/controllers/generated/signature_t-b-g.h b/firmware/controllers/generated/signature_t-b-g.h index bf403f18d9..39cae17a07 100644 --- a/firmware/controllers/generated/signature_t-b-g.h +++ b/firmware/controllers/generated/signature_t-b-g.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2955829611 -#define TS_SIGNATURE "rusEFI master.2023.11.27.t-b-g.2955829611" +#define SIGNATURE_HASH 1717659580 +#define TS_SIGNATURE "rusEFI master.2023.11.27.t-b-g.1717659580" diff --git a/firmware/controllers/generated/signature_tdg-pdm8.h b/firmware/controllers/generated/signature_tdg-pdm8.h index 427952add7..291d7dc253 100644 --- a/firmware/controllers/generated/signature_tdg-pdm8.h +++ b/firmware/controllers/generated/signature_tdg-pdm8.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 981486921 -#define TS_SIGNATURE "rusEFI master.2023.11.27.tdg-pdm8.981486921" +#define SIGNATURE_HASH 3973008286 +#define TS_SIGNATURE "rusEFI master.2023.11.27.tdg-pdm8.3973008286" diff --git a/firmware/controllers/generated/signature_uaefi.h b/firmware/controllers/generated/signature_uaefi.h index 51f9fc617f..044382605d 100644 --- a/firmware/controllers/generated/signature_uaefi.h +++ b/firmware/controllers/generated/signature_uaefi.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 510866968 -#define TS_SIGNATURE "rusEFI master.2023.11.27.uaefi.510866968" +#define SIGNATURE_HASH 3359387855 +#define TS_SIGNATURE "rusEFI master.2023.11.27.uaefi.3359387855" diff --git a/firmware/controllers/lua/generated/output_lookup_generated.cpp b/firmware/controllers/lua/generated/output_lookup_generated.cpp index 8684b79567..838d2eb572 100644 --- a/firmware/controllers/lua/generated/output_lookup_generated.cpp +++ b/firmware/controllers/lua/generated/output_lookup_generated.cpp @@ -1181,142 +1181,142 @@ float getOutputValueByName(const char *name) { return engine->triggerCentral.isDecodingMapCam; #endif // idleState -#if EFI_PROD_CODE +#if EFI_PROD_CODE && EFI_IDLE_CONTROL case 1886060228: return ___engine.module().unmock().idleState; #endif // currentIdlePosition -#if EFI_PROD_CODE +#if EFI_PROD_CODE && EFI_IDLE_CONTROL case -1149240133: return ___engine.module().unmock().currentIdlePosition; #endif // baseIdlePosition -#if EFI_PROD_CODE +#if EFI_PROD_CODE && EFI_IDLE_CONTROL case -580955469: return ___engine.module().unmock().baseIdlePosition; #endif // idleClosedLoop -#if EFI_PROD_CODE +#if EFI_PROD_CODE && EFI_IDLE_CONTROL case 1267620087: return ___engine.module().unmock().idleClosedLoop; #endif // iacByTpsTaper -#if EFI_PROD_CODE +#if EFI_PROD_CODE && EFI_IDLE_CONTROL case -2065814304: return ___engine.module().unmock().iacByTpsTaper; #endif // throttlePedalUpState -#if EFI_PROD_CODE +#if EFI_PROD_CODE && EFI_IDLE_CONTROL case 767668487: return ___engine.module().unmock().throttlePedalUpState; #endif // mightResetPid -#if EFI_PROD_CODE +#if EFI_PROD_CODE && EFI_IDLE_CONTROL case 149945022: return ___engine.module().unmock().mightResetPid; #endif // shouldResetPid -#if EFI_PROD_CODE +#if EFI_PROD_CODE && EFI_IDLE_CONTROL case -226320012: return ___engine.module().unmock().shouldResetPid; #endif // wasResetPid -#if EFI_PROD_CODE +#if EFI_PROD_CODE && EFI_IDLE_CONTROL case 1830486000: return ___engine.module().unmock().wasResetPid; #endif // mustResetPid -#if EFI_PROD_CODE +#if EFI_PROD_CODE && EFI_IDLE_CONTROL case 1685322158: return ___engine.module().unmock().mustResetPid; #endif // isCranking -#if EFI_PROD_CODE +#if EFI_PROD_CODE && EFI_IDLE_CONTROL case -1055526802: return ___engine.module().unmock().isCranking; #endif // isIacTableForCoasting -#if EFI_PROD_CODE +#if EFI_PROD_CODE && EFI_IDLE_CONTROL case 705044501: return ___engine.module().unmock().isIacTableForCoasting; #endif // notIdling -#if EFI_PROD_CODE +#if EFI_PROD_CODE && EFI_IDLE_CONTROL case 1304441005: return ___engine.module().unmock().notIdling; #endif // needReset -#if EFI_PROD_CODE +#if EFI_PROD_CODE && EFI_IDLE_CONTROL case -2049691836: return ___engine.module().unmock().needReset; #endif // isInDeadZone -#if EFI_PROD_CODE +#if EFI_PROD_CODE && EFI_IDLE_CONTROL case -1661765918: return ___engine.module().unmock().isInDeadZone; #endif // isBlipping -#if EFI_PROD_CODE +#if EFI_PROD_CODE && EFI_IDLE_CONTROL case 432464630: return ___engine.module().unmock().isBlipping; #endif // useClosedLoop -#if EFI_PROD_CODE +#if EFI_PROD_CODE && EFI_IDLE_CONTROL case -87867258: return ___engine.module().unmock().useClosedLoop; #endif // badTps -#if EFI_PROD_CODE +#if EFI_PROD_CODE && EFI_IDLE_CONTROL case -208884349: return ___engine.module().unmock().badTps; #endif // looksLikeRunning -#if EFI_PROD_CODE +#if EFI_PROD_CODE && EFI_IDLE_CONTROL case -1126009613: return ___engine.module().unmock().looksLikeRunning; #endif // looksLikeCoasting -#if EFI_PROD_CODE +#if EFI_PROD_CODE && EFI_IDLE_CONTROL case -1786409942: return ___engine.module().unmock().looksLikeCoasting; #endif // looksLikeCrankToIdle -#if EFI_PROD_CODE +#if EFI_PROD_CODE && EFI_IDLE_CONTROL case -2079775742: return ___engine.module().unmock().looksLikeCrankToIdle; #endif // isIdleCoasting -#if EFI_PROD_CODE +#if EFI_PROD_CODE && EFI_IDLE_CONTROL case 2141275671: return ___engine.module().unmock().isIdleCoasting; #endif // isIdleClosedLoop -#if EFI_PROD_CODE +#if EFI_PROD_CODE && EFI_IDLE_CONTROL case 1473688883: return ___engine.module().unmock().isIdleClosedLoop; #endif // idleTarget -#if EFI_PROD_CODE +#if EFI_PROD_CODE && EFI_IDLE_CONTROL case 2127645162: return ___engine.module().unmock().idleTarget; #endif // targetRpmByClt -#if EFI_PROD_CODE +#if EFI_PROD_CODE && EFI_IDLE_CONTROL case -1241725607: return ___engine.module().unmock().targetRpmByClt; #endif // targetRpmAc -#if EFI_PROD_CODE +#if EFI_PROD_CODE && EFI_IDLE_CONTROL case 1156739423: return ___engine.module().unmock().targetRpmAc; #endif // iacByRpmTaper -#if EFI_PROD_CODE +#if EFI_PROD_CODE && EFI_IDLE_CONTROL case -1638166696: return ___engine.module().unmock().iacByRpmTaper; #endif // luaAdd -#if EFI_PROD_CODE +#if EFI_PROD_CODE && EFI_IDLE_CONTROL case 206059088: return ___engine.module().unmock().luaAdd; #endif diff --git a/firmware/controllers/lua/generated/value_lookup_generated.cpp b/firmware/controllers/lua/generated/value_lookup_generated.cpp index a1a688edc8..b04601c75b 100644 --- a/firmware/controllers/lua/generated/value_lookup_generated.cpp +++ b/firmware/controllers/lua/generated/value_lookup_generated.cpp @@ -412,6 +412,9 @@ float getConfigValueByName(const char *name) { // isHip9011Enabled case -2119647784: return engineConfiguration->isHip9011Enabled; +// requireFootOnBrakeToCrank + case -703903346: + return engineConfiguration->requireFootOnBrakeToCrank; // verboseQuad case -1055678778: return engineConfiguration->verboseQuad; @@ -2414,6 +2417,11 @@ bool setConfigValueByName(const char *name, float value) { { engineConfiguration->isHip9011Enabled = (int)value; return 1; + } + case -703903346: + { + engineConfiguration->requireFootOnBrakeToCrank = (int)value; + return 1; } case -1055678778: { diff --git a/firmware/controllers/lua/generated/value_lookup_generated.md b/firmware/controllers/lua/generated/value_lookup_generated.md index 0097382b75..aaf8ac770f 100644 --- a/firmware/controllers/lua/generated/value_lookup_generated.md +++ b/firmware/controllers/lua/generated/value_lookup_generated.md @@ -406,6 +406,9 @@ Use 11 bit (standard) or 29 bit (extended) IDs for rusEFI verbose CAN format. ### isHip9011Enabled +### requireFootOnBrakeToCrank + + ### verboseQuad diff --git a/firmware/tunerstudio/generated/rusefi.ini b/firmware/tunerstudio/generated/rusefi.ini index 4d148bb6e1..c39080f1f4 100644 --- a/firmware/tunerstudio/generated/rusefi.ini +++ b/firmware/tunerstudio/generated/rusefi.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.11.27.f407-discovery.609618477" + signature = "rusEFI master.2023.11.27.f407-discovery.4061727994" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.11.27.f407-discovery.609618477" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.11.27.f407-discovery.4061727994" ; 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 @@ -92,7 +92,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" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 00:33:59 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:27:06 UTC 2023 pageSize = 23880 page = 1 @@ -350,7 +350,7 @@ isSdCardEnabled = bits, U32, 728, [3:3], "false", "true" rusefiVerbose29b = bits, U32, 728, [4:4], "11 bit", "29 bit" rethrowHardFault = bits, U32, 728, [5:5], "false", "true" isHip9011Enabled = bits, U32, 728, [6:6], "false", "true" -unused644b5 = bits, U32, 728, [7:7], "false", "true" +requireFootOnBrakeToCrank = bits, U32, 728, [7:7], "false", "true" verboseQuad = bits, U32, 728, [8:8], "false", "true" useStepperIdle = bits, U32, 728, [9:9], "false", "true" enabledStep1Limiter = bits, U32, 728, [10:10], "false", "true" @@ -1010,7 +1010,7 @@ idleRpmPid2_offset = scalar, S16, 2684, "", 1, 0, -1000, 1000, 0 idleRpmPid2_periodMs = scalar, S16, 2686, "ms", 1, 0, 0, 3000, 0 idleRpmPid2_minValue = scalar, S16, 2688, "", 1, 0, -30000, 30000, 0 idleRpmPid2_maxValue = scalar, S16, 2690, "", 1, 0, -30000, 30000, 0 -canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua" +canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua", "BMW E8x/E9x MK60e5" gppwm1_pin = bits, U16, 2696, [0:8], $output_pin_e_list gppwm1_dutyIfError = scalar, U08, 2698, "%", 1, 0, 0, 100, 0 gppwm1_pwmFrequency = scalar, U16, 2700, "hz", 1, 0, 0, 500, 0 @@ -2080,7 +2080,6 @@ lambdaMaxDeviationRpmBins = array, U16, 23870, [4], "RPM", 1, 0, 0, 18000, 0 idleRpmPid2_periodMs = "PID dTime" idleRpmPid2_minValue = "Output Min Duty Cycle" idleRpmPid2_maxValue = "Output Max Duty Cycle" - canVssNbcType = "set can_vss X" gppwm1_pin = "Select a pin to use for PWM or on-off output." gppwm1_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage." gppwm1_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode." @@ -7626,11 +7625,12 @@ dialog = lambda_monitorDialog, "lambda_monitor" commandButton = "Test Starter Disable", cmd_test_starter_disable_relay dialog = startStopDialog, "Starter Control" + field = "Require Foot On Brake To Crank", requireFootOnBrakeToCrank field = "Start/Stop Button input", startStopButtonPin field = "Start/Stop Button input mode", startStopButtonMode field = "Starter Control", starterControlPin, { starterControlPin != 0 || startStopButtonPin != 0} field = "Start cranking maximum time", startCrankingDuration, {startStopButtonPin != 0} - field = startButtonSuppressOnStartUpMs, startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} + field = "Suppress On Start Up (Ms)"", startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} commandButton = "Test Starter Relay", cmd_test_starter_relay ; Engine->MIL Settings diff --git a/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini b/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini index efe945917b..ea69c0b181 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.11.27.alphax-2chan.3227243884" + signature = "rusEFI master.2023.11.27.alphax-2chan.370463675" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.11.27.alphax-2chan.3227243884" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.11.27.alphax-2chan.370463675" ; 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 @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","B4 - O2","On-board MAP","INVALID","B5 - TPS","A2 Battery Sense","C7 - CAM Hall/Digital","X7 - AIN4","X1 - AIN1","INVALID","INVALID","B2 - MAP","B7 - CLT","B3 - IAT","X3 - AIN2" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 00:32:13 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:25:23 UTC 2023 pageSize = 23880 page = 1 @@ -350,7 +350,7 @@ isSdCardEnabled = bits, U32, 728, [3:3], "false", "true" rusefiVerbose29b = bits, U32, 728, [4:4], "11 bit", "29 bit" rethrowHardFault = bits, U32, 728, [5:5], "false", "true" isHip9011Enabled = bits, U32, 728, [6:6], "false", "true" -unused644b5 = bits, U32, 728, [7:7], "false", "true" +requireFootOnBrakeToCrank = bits, U32, 728, [7:7], "false", "true" verboseQuad = bits, U32, 728, [8:8], "false", "true" useStepperIdle = bits, U32, 728, [9:9], "false", "true" enabledStep1Limiter = bits, U32, 728, [10:10], "false", "true" @@ -1010,7 +1010,7 @@ idleRpmPid2_offset = scalar, S16, 2684, "", 1, 0, -1000, 1000, 0 idleRpmPid2_periodMs = scalar, S16, 2686, "ms", 1, 0, 0, 3000, 0 idleRpmPid2_minValue = scalar, S16, 2688, "", 1, 0, -30000, 30000, 0 idleRpmPid2_maxValue = scalar, S16, 2690, "", 1, 0, -30000, 30000, 0 -canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua" +canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua", "BMW E8x/E9x MK60e5" gppwm1_pin = bits, U16, 2696, [0:8], $output_pin_e_list gppwm1_dutyIfError = scalar, U08, 2698, "%", 1, 0, 0, 100, 0 gppwm1_pwmFrequency = scalar, U16, 2700, "hz", 1, 0, 0, 500, 0 @@ -2080,7 +2080,6 @@ lambdaMaxDeviationRpmBins = array, U16, 23870, [4], "RPM", 1, 0, 0, 18000, 0 idleRpmPid2_periodMs = "PID dTime" idleRpmPid2_minValue = "Output Min Duty Cycle" idleRpmPid2_maxValue = "Output Max Duty Cycle" - canVssNbcType = "set can_vss X" gppwm1_pin = "Select a pin to use for PWM or on-off output." gppwm1_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage." gppwm1_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode." @@ -7596,11 +7595,12 @@ dialog = lambda_monitorDialog, "lambda_monitor" commandButton = "Test Starter Disable", cmd_test_starter_disable_relay dialog = startStopDialog, "Starter Control" + field = "Require Foot On Brake To Crank", requireFootOnBrakeToCrank field = "Start/Stop Button input", startStopButtonPin field = "Start/Stop Button input mode", startStopButtonMode field = "Starter Control", starterControlPin, { starterControlPin != 0 || startStopButtonPin != 0} field = "Start cranking maximum time", startCrankingDuration, {startStopButtonPin != 0} - field = startButtonSuppressOnStartUpMs, startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} + field = "Suppress On Start Up (Ms)"", startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} commandButton = "Test Starter Relay", cmd_test_starter_relay ; Engine->MIL Settings diff --git a/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini b/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini index 897e061742..737f154cae 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.11.27.alphax-4chan.1748430778" + signature = "rusEFI master.2023.11.27.alphax-4chan.3195660653" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.11.27.alphax-4chan.1748430778" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.11.27.alphax-4chan.3195660653" ; 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 @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","B4 - O2","On-board MAP","D5 - PPS","B5 - TPS","F7 - Ignition Key Voltage","C7 - CAM Hall/Digital","INVALID","D4 - TPS2","INVALID","X5 - AIN3","B2 - MAP","B7 - CLT","B3 - IAT","F6 - PPS2","X7 - AIN4","INVALID","INVALID","INVALID","X3 - AIN2","X1 - AIN1 and D5 on older boards" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 00:32:16 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:25:26 UTC 2023 pageSize = 23880 page = 1 @@ -350,7 +350,7 @@ isSdCardEnabled = bits, U32, 728, [3:3], "false", "true" rusefiVerbose29b = bits, U32, 728, [4:4], "11 bit", "29 bit" rethrowHardFault = bits, U32, 728, [5:5], "false", "true" isHip9011Enabled = bits, U32, 728, [6:6], "false", "true" -unused644b5 = bits, U32, 728, [7:7], "false", "true" +requireFootOnBrakeToCrank = bits, U32, 728, [7:7], "false", "true" verboseQuad = bits, U32, 728, [8:8], "false", "true" useStepperIdle = bits, U32, 728, [9:9], "false", "true" enabledStep1Limiter = bits, U32, 728, [10:10], "false", "true" @@ -1010,7 +1010,7 @@ idleRpmPid2_offset = scalar, S16, 2684, "", 1, 0, -1000, 1000, 0 idleRpmPid2_periodMs = scalar, S16, 2686, "ms", 1, 0, 0, 3000, 0 idleRpmPid2_minValue = scalar, S16, 2688, "", 1, 0, -30000, 30000, 0 idleRpmPid2_maxValue = scalar, S16, 2690, "", 1, 0, -30000, 30000, 0 -canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua" +canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua", "BMW E8x/E9x MK60e5" gppwm1_pin = bits, U16, 2696, [0:8], $output_pin_e_list gppwm1_dutyIfError = scalar, U08, 2698, "%", 1, 0, 0, 100, 0 gppwm1_pwmFrequency = scalar, U16, 2700, "hz", 1, 0, 0, 500, 0 @@ -2080,7 +2080,6 @@ lambdaMaxDeviationRpmBins = array, U16, 23870, [4], "RPM", 1, 0, 0, 18000, 0 idleRpmPid2_periodMs = "PID dTime" idleRpmPid2_minValue = "Output Min Duty Cycle" idleRpmPid2_maxValue = "Output Max Duty Cycle" - canVssNbcType = "set can_vss X" gppwm1_pin = "Select a pin to use for PWM or on-off output." gppwm1_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage." gppwm1_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode." @@ -7599,11 +7598,12 @@ dialog = lambda_monitorDialog, "lambda_monitor" commandButton = "Test Starter Disable", cmd_test_starter_disable_relay dialog = startStopDialog, "Starter Control" + field = "Require Foot On Brake To Crank", requireFootOnBrakeToCrank field = "Start/Stop Button input", startStopButtonPin field = "Start/Stop Button input mode", startStopButtonMode field = "Starter Control", starterControlPin, { starterControlPin != 0 || startStopButtonPin != 0} field = "Start cranking maximum time", startCrankingDuration, {startStopButtonPin != 0} - field = startButtonSuppressOnStartUpMs, startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} + field = "Suppress On Start Up (Ms)"", startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} commandButton = "Test Starter Relay", cmd_test_starter_relay ; Engine->MIL Settings diff --git a/firmware/tunerstudio/generated/rusefi_alphax-4chan_f7.ini b/firmware/tunerstudio/generated/rusefi_alphax-4chan_f7.ini index 63eba06f3a..7aba0a080a 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-4chan_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-4chan_f7.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.11.27.alphax-4chan_f7.1748430778" + signature = "rusEFI master.2023.11.27.alphax-4chan_f7.3195660653" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.11.27.alphax-4chan_f7.1748430778" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.11.27.alphax-4chan_f7.3195660653" ; 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 @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","B4 - O2","On-board MAP","D5 - PPS","B5 - TPS","F7 - Ignition Key Voltage","C7 - CAM Hall/Digital","INVALID","D4 - TPS2","INVALID","X5 - AIN3","B2 - MAP","B7 - CLT","B3 - IAT","F6 - PPS2","X7 - AIN4","INVALID","INVALID","INVALID","X3 - AIN2","X1 - AIN1 and D5 on older boards" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 00:32:19 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:25:28 UTC 2023 pageSize = 23880 page = 1 @@ -350,7 +350,7 @@ isSdCardEnabled = bits, U32, 728, [3:3], "false", "true" rusefiVerbose29b = bits, U32, 728, [4:4], "11 bit", "29 bit" rethrowHardFault = bits, U32, 728, [5:5], "false", "true" isHip9011Enabled = bits, U32, 728, [6:6], "false", "true" -unused644b5 = bits, U32, 728, [7:7], "false", "true" +requireFootOnBrakeToCrank = bits, U32, 728, [7:7], "false", "true" verboseQuad = bits, U32, 728, [8:8], "false", "true" useStepperIdle = bits, U32, 728, [9:9], "false", "true" enabledStep1Limiter = bits, U32, 728, [10:10], "false", "true" @@ -1010,7 +1010,7 @@ idleRpmPid2_offset = scalar, S16, 2684, "", 1, 0, -1000, 1000, 0 idleRpmPid2_periodMs = scalar, S16, 2686, "ms", 1, 0, 0, 3000, 0 idleRpmPid2_minValue = scalar, S16, 2688, "", 1, 0, -30000, 30000, 0 idleRpmPid2_maxValue = scalar, S16, 2690, "", 1, 0, -30000, 30000, 0 -canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua" +canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua", "BMW E8x/E9x MK60e5" gppwm1_pin = bits, U16, 2696, [0:8], $output_pin_e_list gppwm1_dutyIfError = scalar, U08, 2698, "%", 1, 0, 0, 100, 0 gppwm1_pwmFrequency = scalar, U16, 2700, "hz", 1, 0, 0, 500, 0 @@ -2080,7 +2080,6 @@ lambdaMaxDeviationRpmBins = array, U16, 23870, [4], "RPM", 1, 0, 0, 18000, 0 idleRpmPid2_periodMs = "PID dTime" idleRpmPid2_minValue = "Output Min Duty Cycle" idleRpmPid2_maxValue = "Output Max Duty Cycle" - canVssNbcType = "set can_vss X" gppwm1_pin = "Select a pin to use for PWM or on-off output." gppwm1_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage." gppwm1_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode." @@ -7599,11 +7598,12 @@ dialog = lambda_monitorDialog, "lambda_monitor" commandButton = "Test Starter Disable", cmd_test_starter_disable_relay dialog = startStopDialog, "Starter Control" + field = "Require Foot On Brake To Crank", requireFootOnBrakeToCrank field = "Start/Stop Button input", startStopButtonPin field = "Start/Stop Button input mode", startStopButtonMode field = "Starter Control", starterControlPin, { starterControlPin != 0 || startStopButtonPin != 0} field = "Start cranking maximum time", startCrankingDuration, {startStopButtonPin != 0} - field = startButtonSuppressOnStartUpMs, startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} + field = "Suppress On Start Up (Ms)"", startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} commandButton = "Test Starter Relay", cmd_test_starter_relay ; Engine->MIL Settings diff --git a/firmware/tunerstudio/generated/rusefi_alphax-8chan-revA.ini b/firmware/tunerstudio/generated/rusefi_alphax-8chan-revA.ini index da89a12bdd..ccba56c4fc 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-8chan-revA.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-8chan-revA.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.11.27.alphax-8chan-revA.2178793320" + signature = "rusEFI master.2023.11.27.alphax-8chan-revA.1469233599" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.11.27.alphax-8chan-revA.2178793320" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.11.27.alphax-8chan-revA.1469233599" ; 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 @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","INVALID","INVALID","17A - PPS","23C - TPS","Battery Sense","INVALID","15D - AN5","24C - TPS2","14A - Analog 1","22A - Analog 22","On-board MAP","16A - CLT","15A - IAT","31C - PPS2","33A - AN3","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","16D - AN6","INVALID","INVALID","INVALID","INVALID","7C - AT4","INVALID","6C - AT3","14D - AN4" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 00:32:26 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:25:36 UTC 2023 pageSize = 23880 page = 1 @@ -350,7 +350,7 @@ isSdCardEnabled = bits, U32, 728, [3:3], "false", "true" rusefiVerbose29b = bits, U32, 728, [4:4], "11 bit", "29 bit" rethrowHardFault = bits, U32, 728, [5:5], "false", "true" isHip9011Enabled = bits, U32, 728, [6:6], "false", "true" -unused644b5 = bits, U32, 728, [7:7], "false", "true" +requireFootOnBrakeToCrank = bits, U32, 728, [7:7], "false", "true" verboseQuad = bits, U32, 728, [8:8], "false", "true" useStepperIdle = bits, U32, 728, [9:9], "false", "true" enabledStep1Limiter = bits, U32, 728, [10:10], "false", "true" @@ -1010,7 +1010,7 @@ idleRpmPid2_offset = scalar, S16, 2684, "", 1, 0, -1000, 1000, 0 idleRpmPid2_periodMs = scalar, S16, 2686, "ms", 1, 0, 0, 3000, 0 idleRpmPid2_minValue = scalar, S16, 2688, "", 1, 0, -30000, 30000, 0 idleRpmPid2_maxValue = scalar, S16, 2690, "", 1, 0, -30000, 30000, 0 -canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua" +canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua", "BMW E8x/E9x MK60e5" gppwm1_pin = bits, U16, 2696, [0:8], $output_pin_e_list gppwm1_dutyIfError = scalar, U08, 2698, "%", 1, 0, 0, 100, 0 gppwm1_pwmFrequency = scalar, U16, 2700, "hz", 1, 0, 0, 500, 0 @@ -2080,7 +2080,6 @@ lambdaMaxDeviationRpmBins = array, U16, 23870, [4], "RPM", 1, 0, 0, 18000, 0 idleRpmPid2_periodMs = "PID dTime" idleRpmPid2_minValue = "Output Min Duty Cycle" idleRpmPid2_maxValue = "Output Max Duty Cycle" - canVssNbcType = "set can_vss X" gppwm1_pin = "Select a pin to use for PWM or on-off output." gppwm1_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage." gppwm1_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode." @@ -7600,11 +7599,12 @@ dialog = lambda_monitorDialog, "lambda_monitor" commandButton = "Test Starter Disable", cmd_test_starter_disable_relay dialog = startStopDialog, "Starter Control" + field = "Require Foot On Brake To Crank", requireFootOnBrakeToCrank field = "Start/Stop Button input", startStopButtonPin field = "Start/Stop Button input mode", startStopButtonMode field = "Starter Control", starterControlPin, { starterControlPin != 0 || startStopButtonPin != 0} field = "Start cranking maximum time", startCrankingDuration, {startStopButtonPin != 0} - field = startButtonSuppressOnStartUpMs, startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} + field = "Suppress On Start Up (Ms)"", startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} commandButton = "Test Starter Relay", cmd_test_starter_relay ; Engine->MIL Settings diff --git a/firmware/tunerstudio/generated/rusefi_alphax-8chan.ini b/firmware/tunerstudio/generated/rusefi_alphax-8chan.ini index 4b7a7f4ad6..f9e20b2106 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-8chan.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-8chan.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.11.27.alphax-8chan.3217269220" + signature = "rusEFI master.2023.11.27.alphax-8chan.1770825523" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.11.27.alphax-8chan.3217269220" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.11.27.alphax-8chan.1770825523" ; 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 @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","3A - Aux Analog 2","On-board MAP","32A - PPS Sensor Input","31A - TPS Sensor Input","24 - Ignition Key Voltage","INVALID","INVALID","19A - Aux Analog 6","1A - Aux Analog 1","2A - Aux Analog 4","INVALID","29A - CLT Sensor Input","27A - IAT Sensor Input","INVALID","12A - Aux Analog 8","INVALID","11A - Aux Analog 3","INVALID","34A - PPS2 Sensor Input","33A - TPS2 Sensor Input","INVALID","INVALID","INVALID","4A - Aux Analog 7","INVALID","10A - Aux Analog 5","INVALID","28A - Aux Temp 2","28A - Aux Temp 1","INVALID","20A - Aux Analog 9" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 00:32:21 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:25:31 UTC 2023 pageSize = 23896 page = 1 @@ -350,7 +350,7 @@ isSdCardEnabled = bits, U32, 728, [3:3], "false", "true" rusefiVerbose29b = bits, U32, 728, [4:4], "11 bit", "29 bit" rethrowHardFault = bits, U32, 728, [5:5], "false", "true" isHip9011Enabled = bits, U32, 728, [6:6], "false", "true" -unused644b5 = bits, U32, 728, [7:7], "false", "true" +requireFootOnBrakeToCrank = bits, U32, 728, [7:7], "false", "true" verboseQuad = bits, U32, 728, [8:8], "false", "true" useStepperIdle = bits, U32, 728, [9:9], "false", "true" enabledStep1Limiter = bits, U32, 728, [10:10], "false", "true" @@ -1013,7 +1013,7 @@ idleRpmPid2_offset = scalar, S16, 2700, "", 1, 0, -1000, 1000, 0 idleRpmPid2_periodMs = scalar, S16, 2702, "ms", 1, 0, 0, 3000, 0 idleRpmPid2_minValue = scalar, S16, 2704, "", 1, 0, -30000, 30000, 0 idleRpmPid2_maxValue = scalar, S16, 2706, "", 1, 0, -30000, 30000, 0 -canVssNbcType = bits, U08, 2708, [0:1], "BMW_e46", "W202", "Lua" +canVssNbcType = bits, U08, 2708, [0:1], "BMW_e46", "W202", "Lua", "BMW E8x/E9x MK60e5" gppwm1_pin = bits, U16, 2712, [0:8], $output_pin_e_list gppwm1_dutyIfError = scalar, U08, 2714, "%", 1, 0, 0, 100, 0 gppwm1_pwmFrequency = scalar, U16, 2716, "hz", 1, 0, 0, 500, 0 @@ -2083,7 +2083,6 @@ lambdaMaxDeviationRpmBins = array, U16, 23886, [4], "RPM", 1, 0, 0, 18000, 0 idleRpmPid2_periodMs = "PID dTime" idleRpmPid2_minValue = "Output Min Duty Cycle" idleRpmPid2_maxValue = "Output Max Duty Cycle" - canVssNbcType = "set can_vss X" gppwm1_pin = "Select a pin to use for PWM or on-off output." gppwm1_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage." gppwm1_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode." @@ -7603,11 +7602,12 @@ dialog = lambda_monitorDialog, "lambda_monitor" commandButton = "Test Starter Disable", cmd_test_starter_disable_relay dialog = startStopDialog, "Starter Control" + field = "Require Foot On Brake To Crank", requireFootOnBrakeToCrank field = "Start/Stop Button input", startStopButtonPin field = "Start/Stop Button input mode", startStopButtonMode field = "Starter Control", starterControlPin, { starterControlPin != 0 || startStopButtonPin != 0} field = "Start cranking maximum time", startCrankingDuration, {startStopButtonPin != 0} - field = startButtonSuppressOnStartUpMs, startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} + field = "Suppress On Start Up (Ms)"", startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} commandButton = "Test Starter Relay", cmd_test_starter_relay ; Engine->MIL Settings diff --git a/firmware/tunerstudio/generated/rusefi_alphax-8chan_f7.ini b/firmware/tunerstudio/generated/rusefi_alphax-8chan_f7.ini index fba84db918..26e4465722 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-8chan_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-8chan_f7.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.11.27.alphax-8chan_f7.3217269220" + signature = "rusEFI master.2023.11.27.alphax-8chan_f7.1770825523" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.11.27.alphax-8chan_f7.3217269220" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.11.27.alphax-8chan_f7.1770825523" ; 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 @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","3A - Aux Analog 2","On-board MAP","32A - PPS Sensor Input","31A - TPS Sensor Input","24 - Ignition Key Voltage","INVALID","INVALID","19A - Aux Analog 6","1A - Aux Analog 1","2A - Aux Analog 4","INVALID","29A - CLT Sensor Input","27A - IAT Sensor Input","INVALID","12A - Aux Analog 8","INVALID","11A - Aux Analog 3","INVALID","34A - PPS2 Sensor Input","33A - TPS2 Sensor Input","INVALID","INVALID","INVALID","4A - Aux Analog 7","INVALID","10A - Aux Analog 5","INVALID","28A - Aux Temp 2","28A - Aux Temp 1","INVALID","20A - Aux Analog 9" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 00:32:24 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:25:33 UTC 2023 pageSize = 23896 page = 1 @@ -350,7 +350,7 @@ isSdCardEnabled = bits, U32, 728, [3:3], "false", "true" rusefiVerbose29b = bits, U32, 728, [4:4], "11 bit", "29 bit" rethrowHardFault = bits, U32, 728, [5:5], "false", "true" isHip9011Enabled = bits, U32, 728, [6:6], "false", "true" -unused644b5 = bits, U32, 728, [7:7], "false", "true" +requireFootOnBrakeToCrank = bits, U32, 728, [7:7], "false", "true" verboseQuad = bits, U32, 728, [8:8], "false", "true" useStepperIdle = bits, U32, 728, [9:9], "false", "true" enabledStep1Limiter = bits, U32, 728, [10:10], "false", "true" @@ -1013,7 +1013,7 @@ idleRpmPid2_offset = scalar, S16, 2700, "", 1, 0, -1000, 1000, 0 idleRpmPid2_periodMs = scalar, S16, 2702, "ms", 1, 0, 0, 3000, 0 idleRpmPid2_minValue = scalar, S16, 2704, "", 1, 0, -30000, 30000, 0 idleRpmPid2_maxValue = scalar, S16, 2706, "", 1, 0, -30000, 30000, 0 -canVssNbcType = bits, U08, 2708, [0:1], "BMW_e46", "W202", "Lua" +canVssNbcType = bits, U08, 2708, [0:1], "BMW_e46", "W202", "Lua", "BMW E8x/E9x MK60e5" gppwm1_pin = bits, U16, 2712, [0:8], $output_pin_e_list gppwm1_dutyIfError = scalar, U08, 2714, "%", 1, 0, 0, 100, 0 gppwm1_pwmFrequency = scalar, U16, 2716, "hz", 1, 0, 0, 500, 0 @@ -2083,7 +2083,6 @@ lambdaMaxDeviationRpmBins = array, U16, 23886, [4], "RPM", 1, 0, 0, 18000, 0 idleRpmPid2_periodMs = "PID dTime" idleRpmPid2_minValue = "Output Min Duty Cycle" idleRpmPid2_maxValue = "Output Max Duty Cycle" - canVssNbcType = "set can_vss X" gppwm1_pin = "Select a pin to use for PWM or on-off output." gppwm1_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage." gppwm1_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode." @@ -7603,11 +7602,12 @@ dialog = lambda_monitorDialog, "lambda_monitor" commandButton = "Test Starter Disable", cmd_test_starter_disable_relay dialog = startStopDialog, "Starter Control" + field = "Require Foot On Brake To Crank", requireFootOnBrakeToCrank field = "Start/Stop Button input", startStopButtonPin field = "Start/Stop Button input mode", startStopButtonMode field = "Starter Control", starterControlPin, { starterControlPin != 0 || startStopButtonPin != 0} field = "Start cranking maximum time", startCrankingDuration, {startStopButtonPin != 0} - field = startButtonSuppressOnStartUpMs, startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} + field = "Suppress On Start Up (Ms)"", startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} commandButton = "Test Starter Relay", cmd_test_starter_relay ; Engine->MIL Settings diff --git a/firmware/tunerstudio/generated/rusefi_at_start_f435.ini b/firmware/tunerstudio/generated/rusefi_at_start_f435.ini index 1c87fbde31..73c4453091 100644 --- a/firmware/tunerstudio/generated/rusefi_at_start_f435.ini +++ b/firmware/tunerstudio/generated/rusefi_at_start_f435.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.11.27.at_start_f435.2955829611" + signature = "rusEFI master.2023.11.27.at_start_f435.1717659580" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.11.27.at_start_f435.2955829611" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.11.27.at_start_f435.1717659580" ; 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 @@ -92,7 +92,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" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 00:33:55 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:27:02 UTC 2023 pageSize = 23880 page = 1 @@ -350,7 +350,7 @@ isSdCardEnabled = bits, U32, 728, [3:3], "false", "true" rusefiVerbose29b = bits, U32, 728, [4:4], "11 bit", "29 bit" rethrowHardFault = bits, U32, 728, [5:5], "false", "true" isHip9011Enabled = bits, U32, 728, [6:6], "false", "true" -unused644b5 = bits, U32, 728, [7:7], "false", "true" +requireFootOnBrakeToCrank = bits, U32, 728, [7:7], "false", "true" verboseQuad = bits, U32, 728, [8:8], "false", "true" useStepperIdle = bits, U32, 728, [9:9], "false", "true" enabledStep1Limiter = bits, U32, 728, [10:10], "false", "true" @@ -1010,7 +1010,7 @@ idleRpmPid2_offset = scalar, S16, 2684, "", 1, 0, -1000, 1000, 0 idleRpmPid2_periodMs = scalar, S16, 2686, "ms", 1, 0, 0, 3000, 0 idleRpmPid2_minValue = scalar, S16, 2688, "", 1, 0, -30000, 30000, 0 idleRpmPid2_maxValue = scalar, S16, 2690, "", 1, 0, -30000, 30000, 0 -canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua" +canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua", "BMW E8x/E9x MK60e5" gppwm1_pin = bits, U16, 2696, [0:8], $output_pin_e_list gppwm1_dutyIfError = scalar, U08, 2698, "%", 1, 0, 0, 100, 0 gppwm1_pwmFrequency = scalar, U16, 2700, "hz", 1, 0, 0, 500, 0 @@ -2080,7 +2080,6 @@ lambdaMaxDeviationRpmBins = array, U16, 23870, [4], "RPM", 1, 0, 0, 18000, 0 idleRpmPid2_periodMs = "PID dTime" idleRpmPid2_minValue = "Output Min Duty Cycle" idleRpmPid2_maxValue = "Output Max Duty Cycle" - canVssNbcType = "set can_vss X" gppwm1_pin = "Select a pin to use for PWM or on-off output." gppwm1_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage." gppwm1_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode." @@ -7622,11 +7621,12 @@ dialog = lambda_monitorDialog, "lambda_monitor" commandButton = "Test Starter Disable", cmd_test_starter_disable_relay dialog = startStopDialog, "Starter Control" + field = "Require Foot On Brake To Crank", requireFootOnBrakeToCrank field = "Start/Stop Button input", startStopButtonPin field = "Start/Stop Button input mode", startStopButtonMode field = "Starter Control", starterControlPin, { starterControlPin != 0 || startStopButtonPin != 0} field = "Start cranking maximum time", startCrankingDuration, {startStopButtonPin != 0} - field = startButtonSuppressOnStartUpMs, startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} + field = "Suppress On Start Up (Ms)"", startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} commandButton = "Test Starter Relay", cmd_test_starter_relay ; Engine->MIL Settings diff --git a/firmware/tunerstudio/generated/rusefi_atlas.ini b/firmware/tunerstudio/generated/rusefi_atlas.ini index 37cb974781..61490f5aec 100644 --- a/firmware/tunerstudio/generated/rusefi_atlas.ini +++ b/firmware/tunerstudio/generated/rusefi_atlas.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.11.27.atlas.4096374053" + signature = "rusEFI master.2023.11.27.atlas.577156082" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.11.27.atlas.4096374053" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.11.27.atlas.577156082" ; 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 @@ -92,7 +92,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" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 00:33:48 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:26:56 UTC 2023 pageSize = 23380 page = 1 @@ -350,7 +350,7 @@ isSdCardEnabled = bits, U32, 728, [3:3], "false", "true" rusefiVerbose29b = bits, U32, 728, [4:4], "11 bit", "29 bit" rethrowHardFault = bits, U32, 728, [5:5], "false", "true" isHip9011Enabled = bits, U32, 728, [6:6], "false", "true" -unused644b5 = bits, U32, 728, [7:7], "false", "true" +requireFootOnBrakeToCrank = bits, U32, 728, [7:7], "false", "true" verboseQuad = bits, U32, 728, [8:8], "false", "true" useStepperIdle = bits, U32, 728, [9:9], "false", "true" enabledStep1Limiter = bits, U32, 728, [10:10], "false", "true" @@ -1010,7 +1010,7 @@ idleRpmPid2_offset = scalar, S16, 2684, "", 1, 0, -1000, 1000, 0 idleRpmPid2_periodMs = scalar, S16, 2686, "ms", 1, 0, 0, 3000, 0 idleRpmPid2_minValue = scalar, S16, 2688, "", 1, 0, -30000, 30000, 0 idleRpmPid2_maxValue = scalar, S16, 2690, "", 1, 0, -30000, 30000, 0 -canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua" +canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua", "BMW E8x/E9x MK60e5" gppwm1_pin = bits, U16, 2696, [0:8], $output_pin_e_list gppwm1_dutyIfError = scalar, U08, 2698, "%", 1, 0, 0, 100, 0 gppwm1_pwmFrequency = scalar, U16, 2700, "hz", 1, 0, 0, 500, 0 @@ -2080,7 +2080,6 @@ lambdaMaxDeviationRpmBins = array, U16, 23370, [4], "RPM", 1, 0, 0, 18000, 0 idleRpmPid2_periodMs = "PID dTime" idleRpmPid2_minValue = "Output Min Duty Cycle" idleRpmPid2_maxValue = "Output Max Duty Cycle" - canVssNbcType = "set can_vss X" gppwm1_pin = "Select a pin to use for PWM or on-off output." gppwm1_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage." gppwm1_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode." @@ -7614,11 +7613,12 @@ dialog = lambda_monitorDialog, "lambda_monitor" commandButton = "Test Starter Disable", cmd_test_starter_disable_relay dialog = startStopDialog, "Starter Control" + field = "Require Foot On Brake To Crank", requireFootOnBrakeToCrank field = "Start/Stop Button input", startStopButtonPin field = "Start/Stop Button input mode", startStopButtonMode field = "Starter Control", starterControlPin, { starterControlPin != 0 || startStopButtonPin != 0} field = "Start cranking maximum time", startCrankingDuration, {startStopButtonPin != 0} - field = startButtonSuppressOnStartUpMs, startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} + field = "Suppress On Start Up (Ms)"", startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} commandButton = "Test Starter Relay", cmd_test_starter_relay ; Engine->MIL Settings diff --git a/firmware/tunerstudio/generated/rusefi_core8.ini b/firmware/tunerstudio/generated/rusefi_core8.ini index 2584a749b9..bfb1136bc4 100644 --- a/firmware/tunerstudio/generated/rusefi_core8.ini +++ b/firmware/tunerstudio/generated/rusefi_core8.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.11.27.core8.2282319069" + signature = "rusEFI master.2023.11.27.core8.1581672970" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.11.27.core8.2282319069" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.11.27.core8.1581672970" ; 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 @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","On-board Battery Sense (A0)","Analog Inputs 1 (A1)","Analog Inputs 2 (A2)","Analog Inputs 3 (A3)","Analog Inputs 4 (A4)","On-board MAP (A5)","Analog Inputs 6 (A6)","Analog Inputs 7 (A7)","On-board BARO (B0)","Analog Inputs 9 (B1)","Analog Inputs 10 (C0)","Primary On-board O2 (C1)","Secondary On-board O2 (C2)","Analog Inputs 13 (C3)","Analog Inputs 14 (C4)","Analog Inputs 15 (C5)" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 00:33:15 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:26:24 UTC 2023 pageSize = 23880 page = 1 @@ -350,7 +350,7 @@ isSdCardEnabled = bits, U32, 728, [3:3], "false", "true" rusefiVerbose29b = bits, U32, 728, [4:4], "11 bit", "29 bit" rethrowHardFault = bits, U32, 728, [5:5], "false", "true" isHip9011Enabled = bits, U32, 728, [6:6], "false", "true" -unused644b5 = bits, U32, 728, [7:7], "false", "true" +requireFootOnBrakeToCrank = bits, U32, 728, [7:7], "false", "true" verboseQuad = bits, U32, 728, [8:8], "false", "true" useStepperIdle = bits, U32, 728, [9:9], "false", "true" enabledStep1Limiter = bits, U32, 728, [10:10], "false", "true" @@ -1010,7 +1010,7 @@ idleRpmPid2_offset = scalar, S16, 2684, "", 1, 0, -1000, 1000, 0 idleRpmPid2_periodMs = scalar, S16, 2686, "ms", 1, 0, 0, 3000, 0 idleRpmPid2_minValue = scalar, S16, 2688, "", 1, 0, -30000, 30000, 0 idleRpmPid2_maxValue = scalar, S16, 2690, "", 1, 0, -30000, 30000, 0 -canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua" +canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua", "BMW E8x/E9x MK60e5" gppwm1_pin = bits, U16, 2696, [0:8], $output_pin_e_list gppwm1_dutyIfError = scalar, U08, 2698, "%", 1, 0, 0, 100, 0 gppwm1_pwmFrequency = scalar, U16, 2700, "hz", 1, 0, 0, 500, 0 @@ -2080,7 +2080,6 @@ lambdaMaxDeviationRpmBins = array, U16, 23870, [4], "RPM", 1, 0, 0, 18000, 0 idleRpmPid2_periodMs = "PID dTime" idleRpmPid2_minValue = "Output Min Duty Cycle" idleRpmPid2_maxValue = "Output Max Duty Cycle" - canVssNbcType = "set can_vss X" gppwm1_pin = "Select a pin to use for PWM or on-off output." gppwm1_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage." gppwm1_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode." @@ -7624,11 +7623,12 @@ dialog = lambda_monitorDialog, "lambda_monitor" commandButton = "Test Starter Disable", cmd_test_starter_disable_relay dialog = startStopDialog, "Starter Control" + field = "Require Foot On Brake To Crank", requireFootOnBrakeToCrank field = "Start/Stop Button input", startStopButtonPin field = "Start/Stop Button input mode", startStopButtonMode field = "Starter Control", starterControlPin, { starterControlPin != 0 || startStopButtonPin != 0} field = "Start cranking maximum time", startCrankingDuration, {startStopButtonPin != 0} - field = startButtonSuppressOnStartUpMs, startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} + field = "Suppress On Start Up (Ms)"", startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} commandButton = "Test Starter Relay", cmd_test_starter_relay ; Engine->MIL Settings diff --git a/firmware/tunerstudio/generated/rusefi_cypress.ini b/firmware/tunerstudio/generated/rusefi_cypress.ini index d3a8c9fa78..60210d52bb 100644 --- a/firmware/tunerstudio/generated/rusefi_cypress.ini +++ b/firmware/tunerstudio/generated/rusefi_cypress.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.11.27.cypress.2955829611" + signature = "rusEFI master.2023.11.27.cypress.1717659580" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.11.27.cypress.2955829611" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.11.27.cypress.1717659580" ; 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 @@ -92,7 +92,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" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 00:32:09 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:25:20 UTC 2023 pageSize = 23880 page = 1 @@ -350,7 +350,7 @@ isSdCardEnabled = bits, U32, 728, [3:3], "false", "true" rusefiVerbose29b = bits, U32, 728, [4:4], "11 bit", "29 bit" rethrowHardFault = bits, U32, 728, [5:5], "false", "true" isHip9011Enabled = bits, U32, 728, [6:6], "false", "true" -unused644b5 = bits, U32, 728, [7:7], "false", "true" +requireFootOnBrakeToCrank = bits, U32, 728, [7:7], "false", "true" verboseQuad = bits, U32, 728, [8:8], "false", "true" useStepperIdle = bits, U32, 728, [9:9], "false", "true" enabledStep1Limiter = bits, U32, 728, [10:10], "false", "true" @@ -1010,7 +1010,7 @@ idleRpmPid2_offset = scalar, S16, 2684, "", 1, 0, -1000, 1000, 0 idleRpmPid2_periodMs = scalar, S16, 2686, "ms", 1, 0, 0, 3000, 0 idleRpmPid2_minValue = scalar, S16, 2688, "", 1, 0, -30000, 30000, 0 idleRpmPid2_maxValue = scalar, S16, 2690, "", 1, 0, -30000, 30000, 0 -canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua" +canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua", "BMW E8x/E9x MK60e5" gppwm1_pin = bits, U16, 2696, [0:8], $output_pin_e_list gppwm1_dutyIfError = scalar, U08, 2698, "%", 1, 0, 0, 100, 0 gppwm1_pwmFrequency = scalar, U16, 2700, "hz", 1, 0, 0, 500, 0 @@ -2080,7 +2080,6 @@ lambdaMaxDeviationRpmBins = array, U16, 23870, [4], "RPM", 1, 0, 0, 18000, 0 idleRpmPid2_periodMs = "PID dTime" idleRpmPid2_minValue = "Output Min Duty Cycle" idleRpmPid2_maxValue = "Output Max Duty Cycle" - canVssNbcType = "set can_vss X" gppwm1_pin = "Select a pin to use for PWM or on-off output." gppwm1_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage." gppwm1_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode." @@ -7622,11 +7621,12 @@ dialog = lambda_monitorDialog, "lambda_monitor" commandButton = "Test Starter Disable", cmd_test_starter_disable_relay dialog = startStopDialog, "Starter Control" + field = "Require Foot On Brake To Crank", requireFootOnBrakeToCrank field = "Start/Stop Button input", startStopButtonPin field = "Start/Stop Button input mode", startStopButtonMode field = "Starter Control", starterControlPin, { starterControlPin != 0 || startStopButtonPin != 0} field = "Start cranking maximum time", startCrankingDuration, {startStopButtonPin != 0} - field = startButtonSuppressOnStartUpMs, startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} + field = "Suppress On Start Up (Ms)"", startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} commandButton = "Test Starter Relay", cmd_test_starter_relay ; Engine->MIL Settings diff --git a/firmware/tunerstudio/generated/rusefi_f407-discovery.ini b/firmware/tunerstudio/generated/rusefi_f407-discovery.ini index 975f49805e..081955a4a5 100644 --- a/firmware/tunerstudio/generated/rusefi_f407-discovery.ini +++ b/firmware/tunerstudio/generated/rusefi_f407-discovery.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.11.27.f407-discovery.609618477" + signature = "rusEFI master.2023.11.27.f407-discovery.4061727994" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.11.27.f407-discovery.609618477" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.11.27.f407-discovery.4061727994" ; 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 @@ -92,7 +92,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" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 00:33:53 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:27:00 UTC 2023 pageSize = 23880 page = 1 @@ -350,7 +350,7 @@ isSdCardEnabled = bits, U32, 728, [3:3], "false", "true" rusefiVerbose29b = bits, U32, 728, [4:4], "11 bit", "29 bit" rethrowHardFault = bits, U32, 728, [5:5], "false", "true" isHip9011Enabled = bits, U32, 728, [6:6], "false", "true" -unused644b5 = bits, U32, 728, [7:7], "false", "true" +requireFootOnBrakeToCrank = bits, U32, 728, [7:7], "false", "true" verboseQuad = bits, U32, 728, [8:8], "false", "true" useStepperIdle = bits, U32, 728, [9:9], "false", "true" enabledStep1Limiter = bits, U32, 728, [10:10], "false", "true" @@ -1010,7 +1010,7 @@ idleRpmPid2_offset = scalar, S16, 2684, "", 1, 0, -1000, 1000, 0 idleRpmPid2_periodMs = scalar, S16, 2686, "ms", 1, 0, 0, 3000, 0 idleRpmPid2_minValue = scalar, S16, 2688, "", 1, 0, -30000, 30000, 0 idleRpmPid2_maxValue = scalar, S16, 2690, "", 1, 0, -30000, 30000, 0 -canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua" +canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua", "BMW E8x/E9x MK60e5" gppwm1_pin = bits, U16, 2696, [0:8], $output_pin_e_list gppwm1_dutyIfError = scalar, U08, 2698, "%", 1, 0, 0, 100, 0 gppwm1_pwmFrequency = scalar, U16, 2700, "hz", 1, 0, 0, 500, 0 @@ -2080,7 +2080,6 @@ lambdaMaxDeviationRpmBins = array, U16, 23870, [4], "RPM", 1, 0, 0, 18000, 0 idleRpmPid2_periodMs = "PID dTime" idleRpmPid2_minValue = "Output Min Duty Cycle" idleRpmPid2_maxValue = "Output Max Duty Cycle" - canVssNbcType = "set can_vss X" gppwm1_pin = "Select a pin to use for PWM or on-off output." gppwm1_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage." gppwm1_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode." @@ -7626,11 +7625,12 @@ dialog = lambda_monitorDialog, "lambda_monitor" commandButton = "Test Starter Disable", cmd_test_starter_disable_relay dialog = startStopDialog, "Starter Control" + field = "Require Foot On Brake To Crank", requireFootOnBrakeToCrank field = "Start/Stop Button input", startStopButtonPin field = "Start/Stop Button input mode", startStopButtonMode field = "Starter Control", starterControlPin, { starterControlPin != 0 || startStopButtonPin != 0} field = "Start cranking maximum time", startCrankingDuration, {startStopButtonPin != 0} - field = startButtonSuppressOnStartUpMs, startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} + field = "Suppress On Start Up (Ms)"", startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} commandButton = "Test Starter Relay", cmd_test_starter_relay ; Engine->MIL Settings diff --git a/firmware/tunerstudio/generated/rusefi_f429-discovery.ini b/firmware/tunerstudio/generated/rusefi_f429-discovery.ini index 6574239792..076aa92cb6 100644 --- a/firmware/tunerstudio/generated/rusefi_f429-discovery.ini +++ b/firmware/tunerstudio/generated/rusefi_f429-discovery.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.11.27.f429-discovery.2955829611" + signature = "rusEFI master.2023.11.27.f429-discovery.1717659580" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.11.27.f429-discovery.2955829611" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.11.27.f429-discovery.1717659580" ; 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 @@ -92,7 +92,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" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 00:33:39 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:26:47 UTC 2023 pageSize = 23880 page = 1 @@ -350,7 +350,7 @@ isSdCardEnabled = bits, U32, 728, [3:3], "false", "true" rusefiVerbose29b = bits, U32, 728, [4:4], "11 bit", "29 bit" rethrowHardFault = bits, U32, 728, [5:5], "false", "true" isHip9011Enabled = bits, U32, 728, [6:6], "false", "true" -unused644b5 = bits, U32, 728, [7:7], "false", "true" +requireFootOnBrakeToCrank = bits, U32, 728, [7:7], "false", "true" verboseQuad = bits, U32, 728, [8:8], "false", "true" useStepperIdle = bits, U32, 728, [9:9], "false", "true" enabledStep1Limiter = bits, U32, 728, [10:10], "false", "true" @@ -1010,7 +1010,7 @@ idleRpmPid2_offset = scalar, S16, 2684, "", 1, 0, -1000, 1000, 0 idleRpmPid2_periodMs = scalar, S16, 2686, "ms", 1, 0, 0, 3000, 0 idleRpmPid2_minValue = scalar, S16, 2688, "", 1, 0, -30000, 30000, 0 idleRpmPid2_maxValue = scalar, S16, 2690, "", 1, 0, -30000, 30000, 0 -canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua" +canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua", "BMW E8x/E9x MK60e5" gppwm1_pin = bits, U16, 2696, [0:8], $output_pin_e_list gppwm1_dutyIfError = scalar, U08, 2698, "%", 1, 0, 0, 100, 0 gppwm1_pwmFrequency = scalar, U16, 2700, "hz", 1, 0, 0, 500, 0 @@ -2080,7 +2080,6 @@ lambdaMaxDeviationRpmBins = array, U16, 23870, [4], "RPM", 1, 0, 0, 18000, 0 idleRpmPid2_periodMs = "PID dTime" idleRpmPid2_minValue = "Output Min Duty Cycle" idleRpmPid2_maxValue = "Output Max Duty Cycle" - canVssNbcType = "set can_vss X" gppwm1_pin = "Select a pin to use for PWM or on-off output." gppwm1_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage." gppwm1_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode." @@ -7622,11 +7621,12 @@ dialog = lambda_monitorDialog, "lambda_monitor" commandButton = "Test Starter Disable", cmd_test_starter_disable_relay dialog = startStopDialog, "Starter Control" + field = "Require Foot On Brake To Crank", requireFootOnBrakeToCrank field = "Start/Stop Button input", startStopButtonPin field = "Start/Stop Button input mode", startStopButtonMode field = "Starter Control", starterControlPin, { starterControlPin != 0 || startStopButtonPin != 0} field = "Start cranking maximum time", startCrankingDuration, {startStopButtonPin != 0} - field = startButtonSuppressOnStartUpMs, startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} + field = "Suppress On Start Up (Ms)"", startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} commandButton = "Test Starter Relay", cmd_test_starter_relay ; Engine->MIL Settings diff --git a/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini b/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini index 83b65c8e6d..0fad377ff0 100644 --- a/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini +++ b/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.11.27.frankenso_na6.2457633185" + signature = "rusEFI master.2023.11.27.frankenso_na6.1144227702" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.11.27.frankenso_na6.2457633185" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.11.27.frankenso_na6.1144227702" ; 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 @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","Analog 3O","Analog 3L","Analog 3M","Analog 3J","Analog 3I","INVALID","Analog 3H","Analog 3G","INVALID","INVALID","INVALID","Analog 3P","Analog 3Q","Analog 3N","Analog VBatt","Analog 3E" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 00:33:24 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:26:33 UTC 2023 pageSize = 23880 page = 1 @@ -350,7 +350,7 @@ isSdCardEnabled = bits, U32, 728, [3:3], "false", "true" rusefiVerbose29b = bits, U32, 728, [4:4], "11 bit", "29 bit" rethrowHardFault = bits, U32, 728, [5:5], "false", "true" isHip9011Enabled = bits, U32, 728, [6:6], "false", "true" -unused644b5 = bits, U32, 728, [7:7], "false", "true" +requireFootOnBrakeToCrank = bits, U32, 728, [7:7], "false", "true" verboseQuad = bits, U32, 728, [8:8], "false", "true" useStepperIdle = bits, U32, 728, [9:9], "false", "true" enabledStep1Limiter = bits, U32, 728, [10:10], "false", "true" @@ -1010,7 +1010,7 @@ idleRpmPid2_offset = scalar, S16, 2684, "", 1, 0, -1000, 1000, 0 idleRpmPid2_periodMs = scalar, S16, 2686, "ms", 1, 0, 0, 3000, 0 idleRpmPid2_minValue = scalar, S16, 2688, "", 1, 0, -30000, 30000, 0 idleRpmPid2_maxValue = scalar, S16, 2690, "", 1, 0, -30000, 30000, 0 -canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua" +canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua", "BMW E8x/E9x MK60e5" gppwm1_pin = bits, U16, 2696, [0:8], $output_pin_e_list gppwm1_dutyIfError = scalar, U08, 2698, "%", 1, 0, 0, 100, 0 gppwm1_pwmFrequency = scalar, U16, 2700, "hz", 1, 0, 0, 500, 0 @@ -2080,7 +2080,6 @@ lambdaMaxDeviationRpmBins = array, U16, 23870, [4], "RPM", 1, 0, 0, 18000, 0 idleRpmPid2_periodMs = "PID dTime" idleRpmPid2_minValue = "Output Min Duty Cycle" idleRpmPid2_maxValue = "Output Max Duty Cycle" - canVssNbcType = "set can_vss X" gppwm1_pin = "Select a pin to use for PWM or on-off output." gppwm1_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage." gppwm1_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode." @@ -7622,11 +7621,12 @@ dialog = lambda_monitorDialog, "lambda_monitor" commandButton = "Test Starter Disable", cmd_test_starter_disable_relay dialog = startStopDialog, "Starter Control" + field = "Require Foot On Brake To Crank", requireFootOnBrakeToCrank field = "Start/Stop Button input", startStopButtonPin field = "Start/Stop Button input mode", startStopButtonMode field = "Starter Control", starterControlPin, { starterControlPin != 0 || startStopButtonPin != 0} field = "Start cranking maximum time", startCrankingDuration, {startStopButtonPin != 0} - field = startButtonSuppressOnStartUpMs, startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} + field = "Suppress On Start Up (Ms)"", startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} commandButton = "Test Starter Relay", cmd_test_starter_relay ; Engine->MIL Settings diff --git a/firmware/tunerstudio/generated/rusefi_harley81.ini b/firmware/tunerstudio/generated/rusefi_harley81.ini index ad9bc7c216..0c3aea5500 100644 --- a/firmware/tunerstudio/generated/rusefi_harley81.ini +++ b/firmware/tunerstudio/generated/rusefi_harley81.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.11.27.harley81.1881651043" + signature = "rusEFI master.2023.11.27.harley81.2791879092" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.11.27.harley81.1881651043" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.11.27.harley81.2791879092" ; 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 @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","27 - TPS 2","INVALID","41 - PPS 1","52 - TPS 1","5 Battery Sense","INVALID","INVALID","42 - PPS 2","INVALID","53 - MAP","55 Engine Head Temperature","49 CLT","72 IAT","32 Oil Pressure","34 Kickstand Position Sensor" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 00:32:29 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:25:39 UTC 2023 pageSize = 23880 page = 1 @@ -350,7 +350,7 @@ isSdCardEnabled = bits, U32, 728, [3:3], "false", "true" rusefiVerbose29b = bits, U32, 728, [4:4], "11 bit", "29 bit" rethrowHardFault = bits, U32, 728, [5:5], "false", "true" isHip9011Enabled = bits, U32, 728, [6:6], "false", "true" -unused644b5 = bits, U32, 728, [7:7], "false", "true" +requireFootOnBrakeToCrank = bits, U32, 728, [7:7], "false", "true" verboseQuad = bits, U32, 728, [8:8], "false", "true" useStepperIdle = bits, U32, 728, [9:9], "false", "true" enabledStep1Limiter = bits, U32, 728, [10:10], "false", "true" @@ -1010,7 +1010,7 @@ idleRpmPid2_offset = scalar, S16, 2684, "", 1, 0, -1000, 1000, 0 idleRpmPid2_periodMs = scalar, S16, 2686, "ms", 1, 0, 0, 3000, 0 idleRpmPid2_minValue = scalar, S16, 2688, "", 1, 0, -30000, 30000, 0 idleRpmPid2_maxValue = scalar, S16, 2690, "", 1, 0, -30000, 30000, 0 -canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua" +canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua", "BMW E8x/E9x MK60e5" gppwm1_pin = bits, U16, 2696, [0:8], $output_pin_e_list gppwm1_dutyIfError = scalar, U08, 2698, "%", 1, 0, 0, 100, 0 gppwm1_pwmFrequency = scalar, U16, 2700, "hz", 1, 0, 0, 500, 0 @@ -2080,7 +2080,6 @@ lambdaMaxDeviationRpmBins = array, U16, 23870, [4], "RPM", 1, 0, 0, 18000, 0 idleRpmPid2_periodMs = "PID dTime" idleRpmPid2_minValue = "Output Min Duty Cycle" idleRpmPid2_maxValue = "Output Max Duty Cycle" - canVssNbcType = "set can_vss X" gppwm1_pin = "Select a pin to use for PWM or on-off output." gppwm1_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage." gppwm1_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode." @@ -7612,11 +7611,12 @@ dialog = lambda_monitorDialog, "lambda_monitor" commandButton = "Test Starter Disable", cmd_test_starter_disable_relay dialog = startStopDialog, "Starter Control" + field = "Require Foot On Brake To Crank", requireFootOnBrakeToCrank field = "Start/Stop Button input", startStopButtonPin field = "Start/Stop Button input mode", startStopButtonMode field = "Starter Control", starterControlPin, { starterControlPin != 0 || startStopButtonPin != 0} field = "Start cranking maximum time", startCrankingDuration, {startStopButtonPin != 0} - field = startButtonSuppressOnStartUpMs, startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} + field = "Suppress On Start Up (Ms)"", startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} commandButton = "Test Starter Relay", cmd_test_starter_relay ; Engine->MIL Settings diff --git a/firmware/tunerstudio/generated/rusefi_hellen-112-17.ini b/firmware/tunerstudio/generated/rusefi_hellen-112-17.ini index 48685f3062..36774f20aa 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen-112-17.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen-112-17.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.11.27.hellen-112-17.3602723911" + signature = "rusEFI master.2023.11.27.hellen-112-17.15872656" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.11.27.hellen-112-17.3602723911" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.11.27.hellen-112-17.15872656" ; 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 @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","220 TPS Throttle Position 2","114 Analog Input","INVALID","121 PPS1","203 TPS Throttle Position 1","INVALID","107 TODO","119 Analog Input","110 Analog Input","INVALID","219 MAP","109 Analog Input","215 CLT","227 IAT","111 Analog Input","112 Analog Input" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 00:32:48 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:25:58 UTC 2023 pageSize = 23880 page = 1 @@ -350,7 +350,7 @@ isSdCardEnabled = bits, U32, 728, [3:3], "false", "true" rusefiVerbose29b = bits, U32, 728, [4:4], "11 bit", "29 bit" rethrowHardFault = bits, U32, 728, [5:5], "false", "true" isHip9011Enabled = bits, U32, 728, [6:6], "false", "true" -unused644b5 = bits, U32, 728, [7:7], "false", "true" +requireFootOnBrakeToCrank = bits, U32, 728, [7:7], "false", "true" verboseQuad = bits, U32, 728, [8:8], "false", "true" useStepperIdle = bits, U32, 728, [9:9], "false", "true" enabledStep1Limiter = bits, U32, 728, [10:10], "false", "true" @@ -1010,7 +1010,7 @@ idleRpmPid2_offset = scalar, S16, 2684, "", 1, 0, -1000, 1000, 0 idleRpmPid2_periodMs = scalar, S16, 2686, "ms", 1, 0, 0, 3000, 0 idleRpmPid2_minValue = scalar, S16, 2688, "", 1, 0, -30000, 30000, 0 idleRpmPid2_maxValue = scalar, S16, 2690, "", 1, 0, -30000, 30000, 0 -canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua" +canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua", "BMW E8x/E9x MK60e5" gppwm1_pin = bits, U16, 2696, [0:8], $output_pin_e_list gppwm1_dutyIfError = scalar, U08, 2698, "%", 1, 0, 0, 100, 0 gppwm1_pwmFrequency = scalar, U16, 2700, "hz", 1, 0, 0, 500, 0 @@ -2080,7 +2080,6 @@ lambdaMaxDeviationRpmBins = array, U16, 23870, [4], "RPM", 1, 0, 0, 18000, 0 idleRpmPid2_periodMs = "PID dTime" idleRpmPid2_minValue = "Output Min Duty Cycle" idleRpmPid2_maxValue = "Output Max Duty Cycle" - canVssNbcType = "set can_vss X" gppwm1_pin = "Select a pin to use for PWM or on-off output." gppwm1_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage." gppwm1_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode." @@ -7597,11 +7596,12 @@ dialog = lambda_monitorDialog, "lambda_monitor" commandButton = "Test Starter Disable", cmd_test_starter_disable_relay dialog = startStopDialog, "Starter Control" + field = "Require Foot On Brake To Crank", requireFootOnBrakeToCrank field = "Start/Stop Button input", startStopButtonPin field = "Start/Stop Button input mode", startStopButtonMode field = "Starter Control", starterControlPin, { starterControlPin != 0 || startStopButtonPin != 0} field = "Start cranking maximum time", startCrankingDuration, {startStopButtonPin != 0} - field = startButtonSuppressOnStartUpMs, startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} + field = "Suppress On Start Up (Ms)"", startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} commandButton = "Test Starter Relay", cmd_test_starter_relay ; Engine->MIL Settings diff --git a/firmware/tunerstudio/generated/rusefi_hellen-112-mg1.ini b/firmware/tunerstudio/generated/rusefi_hellen-112-mg1.ini index 8521d55c8d..f297655736 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen-112-mg1.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen-112-mg1.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.11.27.hellen-112-mg1.1653697593" + signature = "rusEFI master.2023.11.27.hellen-112-mg1.3034475246" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.11.27.hellen-112-mg1.1653697593" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.11.27.hellen-112-mg1.3034475246" ; 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 @@ -92,7 +92,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" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 00:32:51 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:26:00 UTC 2023 pageSize = 23880 page = 1 @@ -350,7 +350,7 @@ isSdCardEnabled = bits, U32, 728, [3:3], "false", "true" rusefiVerbose29b = bits, U32, 728, [4:4], "11 bit", "29 bit" rethrowHardFault = bits, U32, 728, [5:5], "false", "true" isHip9011Enabled = bits, U32, 728, [6:6], "false", "true" -unused644b5 = bits, U32, 728, [7:7], "false", "true" +requireFootOnBrakeToCrank = bits, U32, 728, [7:7], "false", "true" verboseQuad = bits, U32, 728, [8:8], "false", "true" useStepperIdle = bits, U32, 728, [9:9], "false", "true" enabledStep1Limiter = bits, U32, 728, [10:10], "false", "true" @@ -1010,7 +1010,7 @@ idleRpmPid2_offset = scalar, S16, 2684, "", 1, 0, -1000, 1000, 0 idleRpmPid2_periodMs = scalar, S16, 2686, "ms", 1, 0, 0, 3000, 0 idleRpmPid2_minValue = scalar, S16, 2688, "", 1, 0, -30000, 30000, 0 idleRpmPid2_maxValue = scalar, S16, 2690, "", 1, 0, -30000, 30000, 0 -canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua" +canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua", "BMW E8x/E9x MK60e5" gppwm1_pin = bits, U16, 2696, [0:8], $output_pin_e_list gppwm1_dutyIfError = scalar, U08, 2698, "%", 1, 0, 0, 100, 0 gppwm1_pwmFrequency = scalar, U16, 2700, "hz", 1, 0, 0, 500, 0 @@ -2080,7 +2080,6 @@ lambdaMaxDeviationRpmBins = array, U16, 23870, [4], "RPM", 1, 0, 0, 18000, 0 idleRpmPid2_periodMs = "PID dTime" idleRpmPid2_minValue = "Output Min Duty Cycle" idleRpmPid2_maxValue = "Output Max Duty Cycle" - canVssNbcType = "set can_vss X" gppwm1_pin = "Select a pin to use for PWM or on-off output." gppwm1_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage." gppwm1_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode." @@ -7597,11 +7596,12 @@ dialog = lambda_monitorDialog, "lambda_monitor" commandButton = "Test Starter Disable", cmd_test_starter_disable_relay dialog = startStopDialog, "Starter Control" + field = "Require Foot On Brake To Crank", requireFootOnBrakeToCrank field = "Start/Stop Button input", startStopButtonPin field = "Start/Stop Button input mode", startStopButtonMode field = "Starter Control", starterControlPin, { starterControlPin != 0 || startStopButtonPin != 0} field = "Start cranking maximum time", startCrankingDuration, {startStopButtonPin != 0} - field = startButtonSuppressOnStartUpMs, startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} + field = "Suppress On Start Up (Ms)"", startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} commandButton = "Test Starter Relay", cmd_test_starter_relay ; Engine->MIL Settings diff --git a/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini b/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini index 0204dffb9d..b1a732ad61 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.11.27.hellen-gm-e67.14473115" + signature = "rusEFI master.2023.11.27.hellen-gm-e67.3600011596" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.11.27.hellen-gm-e67.14473115" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.11.27.hellen-gm-e67.3600011596" ; 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 @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","C2-60 - Oil Pressure","C3-58 - Baro","C1-47 - PPS1","C2-64 - TPS1","C1-19 Battery Sense","C1-45 Secondary Fuel Level","C3-57 - A/C Pressure","C2-66 - TPS2","C1-44 Primary Fuel Level","C2-65 - Trans Fluids","C3-59 - MAP","C3-55 - CLT","C3-56 - IAT","C1-49 - PPS2","C1-46 Vac Sense" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 00:33:00 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:26:10 UTC 2023 pageSize = 23880 page = 1 @@ -350,7 +350,7 @@ isSdCardEnabled = bits, U32, 728, [3:3], "false", "true" rusefiVerbose29b = bits, U32, 728, [4:4], "11 bit", "29 bit" rethrowHardFault = bits, U32, 728, [5:5], "false", "true" isHip9011Enabled = bits, U32, 728, [6:6], "false", "true" -unused644b5 = bits, U32, 728, [7:7], "false", "true" +requireFootOnBrakeToCrank = bits, U32, 728, [7:7], "false", "true" verboseQuad = bits, U32, 728, [8:8], "false", "true" useStepperIdle = bits, U32, 728, [9:9], "false", "true" enabledStep1Limiter = bits, U32, 728, [10:10], "false", "true" @@ -1010,7 +1010,7 @@ idleRpmPid2_offset = scalar, S16, 2684, "", 1, 0, -1000, 1000, 0 idleRpmPid2_periodMs = scalar, S16, 2686, "ms", 1, 0, 0, 3000, 0 idleRpmPid2_minValue = scalar, S16, 2688, "", 1, 0, -30000, 30000, 0 idleRpmPid2_maxValue = scalar, S16, 2690, "", 1, 0, -30000, 30000, 0 -canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua" +canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua", "BMW E8x/E9x MK60e5" gppwm1_pin = bits, U16, 2696, [0:8], $output_pin_e_list gppwm1_dutyIfError = scalar, U08, 2698, "%", 1, 0, 0, 100, 0 gppwm1_pwmFrequency = scalar, U16, 2700, "hz", 1, 0, 0, 500, 0 @@ -2080,7 +2080,6 @@ lambdaMaxDeviationRpmBins = array, U16, 23870, [4], "RPM", 1, 0, 0, 18000, 0 idleRpmPid2_periodMs = "PID dTime" idleRpmPid2_minValue = "Output Min Duty Cycle" idleRpmPid2_maxValue = "Output Max Duty Cycle" - canVssNbcType = "set can_vss X" gppwm1_pin = "Select a pin to use for PWM or on-off output." gppwm1_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage." gppwm1_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode." @@ -7613,11 +7612,12 @@ dialog = lambda_monitorDialog, "lambda_monitor" commandButton = "Test Starter Disable", cmd_test_starter_disable_relay dialog = startStopDialog, "Starter Control" + field = "Require Foot On Brake To Crank", requireFootOnBrakeToCrank field = "Start/Stop Button input", startStopButtonPin field = "Start/Stop Button input mode", startStopButtonMode field = "Starter Control", starterControlPin, { starterControlPin != 0 || startStopButtonPin != 0} field = "Start cranking maximum time", startCrankingDuration, {startStopButtonPin != 0} - field = startButtonSuppressOnStartUpMs, startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} + field = "Suppress On Start Up (Ms)"", startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} commandButton = "Test Starter Relay", cmd_test_starter_relay ; Engine->MIL Settings diff --git a/firmware/tunerstudio/generated/rusefi_hellen-honda-k.ini b/firmware/tunerstudio/generated/rusefi_hellen-honda-k.ini index 7efcdc1cd9..9731c24876 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen-honda-k.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen-honda-k.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.11.27.hellen-honda-k.1775132488" + signature = "rusEFI master.2023.11.27.hellen-honda-k.3212925343" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.11.27.hellen-honda-k.1775132488" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.11.27.hellen-honda-k.3212925343" ; 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 @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","INVALID","INVALID","INVALID","A15 TPS","E9 Ignition Key Voltage","INVALID","INVALID","Aux Analog 1","INVALID","A19 - MAP","INVALID","B8 - CLT","B17 IAT","Aux Analog 2","Aux Analog 3" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 00:32:39 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:25:48 UTC 2023 pageSize = 24552 page = 1 @@ -350,7 +350,7 @@ isSdCardEnabled = bits, U32, 728, [3:3], "false", "true" rusefiVerbose29b = bits, U32, 728, [4:4], "11 bit", "29 bit" rethrowHardFault = bits, U32, 728, [5:5], "false", "true" isHip9011Enabled = bits, U32, 728, [6:6], "false", "true" -unused644b5 = bits, U32, 728, [7:7], "false", "true" +requireFootOnBrakeToCrank = bits, U32, 728, [7:7], "false", "true" verboseQuad = bits, U32, 728, [8:8], "false", "true" useStepperIdle = bits, U32, 728, [9:9], "false", "true" enabledStep1Limiter = bits, U32, 728, [10:10], "false", "true" @@ -1010,7 +1010,7 @@ idleRpmPid2_offset = scalar, S16, 2684, "", 1, 0, -1000, 1000, 0 idleRpmPid2_periodMs = scalar, S16, 2686, "ms", 1, 0, 0, 3000, 0 idleRpmPid2_minValue = scalar, S16, 2688, "", 1, 0, -30000, 30000, 0 idleRpmPid2_maxValue = scalar, S16, 2690, "", 1, 0, -30000, 30000, 0 -canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua" +canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua", "BMW E8x/E9x MK60e5" gppwm1_pin = bits, U16, 2696, [0:8], $output_pin_e_list gppwm1_dutyIfError = scalar, U08, 2698, "%", 1, 0, 0, 100, 0 gppwm1_pwmFrequency = scalar, U16, 2700, "hz", 1, 0, 0, 500, 0 @@ -2080,7 +2080,6 @@ lambdaMaxDeviationRpmBins = array, U16, 24542, [4], "RPM", 1, 0, 0, 18000, 0 idleRpmPid2_periodMs = "PID dTime" idleRpmPid2_minValue = "Output Min Duty Cycle" idleRpmPid2_maxValue = "Output Max Duty Cycle" - canVssNbcType = "set can_vss X" gppwm1_pin = "Select a pin to use for PWM or on-off output." gppwm1_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage." gppwm1_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode." @@ -7596,11 +7595,12 @@ dialog = lambda_monitorDialog, "lambda_monitor" commandButton = "Test Starter Disable", cmd_test_starter_disable_relay dialog = startStopDialog, "Starter Control" + field = "Require Foot On Brake To Crank", requireFootOnBrakeToCrank field = "Start/Stop Button input", startStopButtonPin field = "Start/Stop Button input mode", startStopButtonMode field = "Starter Control", starterControlPin, { starterControlPin != 0 || startStopButtonPin != 0} field = "Start cranking maximum time", startCrankingDuration, {startStopButtonPin != 0} - field = startButtonSuppressOnStartUpMs, startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} + field = "Suppress On Start Up (Ms)"", startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} commandButton = "Test Starter Relay", cmd_test_starter_relay ; Engine->MIL Settings diff --git a/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini b/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini index d8d521948e..d943e897b9 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.11.27.hellen-nb1.3756813436" + signature = "rusEFI master.2023.11.27.hellen-nb1.161704619" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.11.27.hellen-nb1.3756813436" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.11.27.hellen-nb1.161704619" ; 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 @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","2C - O2S","TPS1","intMAP","1G - Steering/RES2","3E - TPS","1B - Battery Sense","2H - CAM","3S - EGR BOOST IN","2A - Pressure Input","2J - CRANK","2L - MAF","3D - MAP","2E - Coolant","2B - IAT","4C - IN TEMP/PPS2","1P - AC Switch" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 00:32:58 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:26:07 UTC 2023 pageSize = 23880 page = 1 @@ -350,7 +350,7 @@ isSdCardEnabled = bits, U32, 728, [3:3], "false", "true" rusefiVerbose29b = bits, U32, 728, [4:4], "11 bit", "29 bit" rethrowHardFault = bits, U32, 728, [5:5], "false", "true" isHip9011Enabled = bits, U32, 728, [6:6], "false", "true" -unused644b5 = bits, U32, 728, [7:7], "false", "true" +requireFootOnBrakeToCrank = bits, U32, 728, [7:7], "false", "true" verboseQuad = bits, U32, 728, [8:8], "false", "true" useStepperIdle = bits, U32, 728, [9:9], "false", "true" enabledStep1Limiter = bits, U32, 728, [10:10], "false", "true" @@ -1010,7 +1010,7 @@ idleRpmPid2_offset = scalar, S16, 2684, "", 1, 0, -1000, 1000, 0 idleRpmPid2_periodMs = scalar, S16, 2686, "ms", 1, 0, 0, 3000, 0 idleRpmPid2_minValue = scalar, S16, 2688, "", 1, 0, -30000, 30000, 0 idleRpmPid2_maxValue = scalar, S16, 2690, "", 1, 0, -30000, 30000, 0 -canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua" +canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua", "BMW E8x/E9x MK60e5" gppwm1_pin = bits, U16, 2696, [0:8], $output_pin_e_list gppwm1_dutyIfError = scalar, U08, 2698, "%", 1, 0, 0, 100, 0 gppwm1_pwmFrequency = scalar, U16, 2700, "hz", 1, 0, 0, 500, 0 @@ -2080,7 +2080,6 @@ lambdaMaxDeviationRpmBins = array, U16, 23870, [4], "RPM", 1, 0, 0, 18000, 0 idleRpmPid2_periodMs = "PID dTime" idleRpmPid2_minValue = "Output Min Duty Cycle" idleRpmPid2_maxValue = "Output Max Duty Cycle" - canVssNbcType = "set can_vss X" gppwm1_pin = "Select a pin to use for PWM or on-off output." gppwm1_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage." gppwm1_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode." @@ -7613,11 +7612,12 @@ dialog = lambda_monitorDialog, "lambda_monitor" commandButton = "Test Starter Disable", cmd_test_starter_disable_relay dialog = startStopDialog, "Starter Control" + field = "Require Foot On Brake To Crank", requireFootOnBrakeToCrank field = "Start/Stop Button input", startStopButtonPin field = "Start/Stop Button input mode", startStopButtonMode field = "Starter Control", starterControlPin, { starterControlPin != 0 || startStopButtonPin != 0} field = "Start cranking maximum time", startCrankingDuration, {startStopButtonPin != 0} - field = startButtonSuppressOnStartUpMs, startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} + field = "Suppress On Start Up (Ms)"", startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} commandButton = "Test Starter Relay", cmd_test_starter_relay ; Engine->MIL Settings diff --git a/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini b/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini index b06b29dc15..8d116d227d 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.11.27.hellen121nissan.689473375" + signature = "rusEFI master.2023.11.27.hellen121nissan.4283924872" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.11.27.hellen121nissan.689473375" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.11.27.hellen121nissan.4283924872" ; 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 @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","51 - MAF","INVALID","Aux P68","106 - PPS 1","50 - TPS 1","109 Ignition Key Voltage","INVALID","INVALID","69 - TPS 2","INVALID","Aux P66","Aux P67","73 - CLT","34 - IAT","98 - PPS 2" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 00:32:36 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:25:46 UTC 2023 pageSize = 23880 page = 1 @@ -350,7 +350,7 @@ isSdCardEnabled = bits, U32, 728, [3:3], "false", "true" rusefiVerbose29b = bits, U32, 728, [4:4], "11 bit", "29 bit" rethrowHardFault = bits, U32, 728, [5:5], "false", "true" isHip9011Enabled = bits, U32, 728, [6:6], "false", "true" -unused644b5 = bits, U32, 728, [7:7], "false", "true" +requireFootOnBrakeToCrank = bits, U32, 728, [7:7], "false", "true" verboseQuad = bits, U32, 728, [8:8], "false", "true" useStepperIdle = bits, U32, 728, [9:9], "false", "true" enabledStep1Limiter = bits, U32, 728, [10:10], "false", "true" @@ -1010,7 +1010,7 @@ idleRpmPid2_offset = scalar, S16, 2684, "", 1, 0, -1000, 1000, 0 idleRpmPid2_periodMs = scalar, S16, 2686, "ms", 1, 0, 0, 3000, 0 idleRpmPid2_minValue = scalar, S16, 2688, "", 1, 0, -30000, 30000, 0 idleRpmPid2_maxValue = scalar, S16, 2690, "", 1, 0, -30000, 30000, 0 -canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua" +canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua", "BMW E8x/E9x MK60e5" gppwm1_pin = bits, U16, 2696, [0:8], $output_pin_e_list gppwm1_dutyIfError = scalar, U08, 2698, "%", 1, 0, 0, 100, 0 gppwm1_pwmFrequency = scalar, U16, 2700, "hz", 1, 0, 0, 500, 0 @@ -2080,7 +2080,6 @@ lambdaMaxDeviationRpmBins = array, U16, 23870, [4], "RPM", 1, 0, 0, 18000, 0 idleRpmPid2_periodMs = "PID dTime" idleRpmPid2_minValue = "Output Min Duty Cycle" idleRpmPid2_maxValue = "Output Max Duty Cycle" - canVssNbcType = "set can_vss X" gppwm1_pin = "Select a pin to use for PWM or on-off output." gppwm1_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage." gppwm1_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode." @@ -7596,11 +7595,12 @@ dialog = lambda_monitorDialog, "lambda_monitor" commandButton = "Test Starter Disable", cmd_test_starter_disable_relay dialog = startStopDialog, "Starter Control" + field = "Require Foot On Brake To Crank", requireFootOnBrakeToCrank field = "Start/Stop Button input", startStopButtonPin field = "Start/Stop Button input mode", startStopButtonMode field = "Starter Control", starterControlPin, { starterControlPin != 0 || startStopButtonPin != 0} field = "Start cranking maximum time", startCrankingDuration, {startStopButtonPin != 0} - field = startButtonSuppressOnStartUpMs, startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} + field = "Suppress On Start Up (Ms)"", startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} commandButton = "Test Starter Relay", cmd_test_starter_relay ; Engine->MIL Settings diff --git a/firmware/tunerstudio/generated/rusefi_hellen121vag.ini b/firmware/tunerstudio/generated/rusefi_hellen121vag.ini index 5d4a6ac7f6..4ef7b7ef1b 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen121vag.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen121vag.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.11.27.hellen121vag.609255080" + signature = "rusEFI master.2023.11.27.hellen121vag.4062148735" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.11.27.hellen121vag.609255080" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.11.27.hellen121vag.4062148735" ; 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 @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","14 - O2","INVALID","INVALID","34 In PPS1","92 - TPS 1","106 - KNOCK","86 - CAM1","87 - CAM2","84 - TPS2","INVALID","29 In Maf","101 - MAP2","93 - CLT","85 - IAT","35 In PPS2" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 00:32:34 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:25:44 UTC 2023 pageSize = 23880 page = 1 @@ -350,7 +350,7 @@ isSdCardEnabled = bits, U32, 728, [3:3], "false", "true" rusefiVerbose29b = bits, U32, 728, [4:4], "11 bit", "29 bit" rethrowHardFault = bits, U32, 728, [5:5], "false", "true" isHip9011Enabled = bits, U32, 728, [6:6], "false", "true" -unused644b5 = bits, U32, 728, [7:7], "false", "true" +requireFootOnBrakeToCrank = bits, U32, 728, [7:7], "false", "true" verboseQuad = bits, U32, 728, [8:8], "false", "true" useStepperIdle = bits, U32, 728, [9:9], "false", "true" enabledStep1Limiter = bits, U32, 728, [10:10], "false", "true" @@ -1010,7 +1010,7 @@ idleRpmPid2_offset = scalar, S16, 2684, "", 1, 0, -1000, 1000, 0 idleRpmPid2_periodMs = scalar, S16, 2686, "ms", 1, 0, 0, 3000, 0 idleRpmPid2_minValue = scalar, S16, 2688, "", 1, 0, -30000, 30000, 0 idleRpmPid2_maxValue = scalar, S16, 2690, "", 1, 0, -30000, 30000, 0 -canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua" +canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua", "BMW E8x/E9x MK60e5" gppwm1_pin = bits, U16, 2696, [0:8], $output_pin_e_list gppwm1_dutyIfError = scalar, U08, 2698, "%", 1, 0, 0, 100, 0 gppwm1_pwmFrequency = scalar, U16, 2700, "hz", 1, 0, 0, 500, 0 @@ -2080,7 +2080,6 @@ lambdaMaxDeviationRpmBins = array, U16, 23870, [4], "RPM", 1, 0, 0, 18000, 0 idleRpmPid2_periodMs = "PID dTime" idleRpmPid2_minValue = "Output Min Duty Cycle" idleRpmPid2_maxValue = "Output Max Duty Cycle" - canVssNbcType = "set can_vss X" gppwm1_pin = "Select a pin to use for PWM or on-off output." gppwm1_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage." gppwm1_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode." @@ -7613,11 +7612,12 @@ dialog = lambda_monitorDialog, "lambda_monitor" commandButton = "Test Starter Disable", cmd_test_starter_disable_relay dialog = startStopDialog, "Starter Control" + field = "Require Foot On Brake To Crank", requireFootOnBrakeToCrank field = "Start/Stop Button input", startStopButtonPin field = "Start/Stop Button input mode", startStopButtonMode field = "Starter Control", starterControlPin, { starterControlPin != 0 || startStopButtonPin != 0} field = "Start cranking maximum time", startCrankingDuration, {startStopButtonPin != 0} - field = startButtonSuppressOnStartUpMs, startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} + field = "Suppress On Start Up (Ms)"", startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} commandButton = "Test Starter Relay", cmd_test_starter_relay ; Engine->MIL Settings diff --git a/firmware/tunerstudio/generated/rusefi_hellen128mercedes.ini b/firmware/tunerstudio/generated/rusefi_hellen128mercedes.ini index 8bc9bd2794..7fd18f5765 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen128mercedes.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen128mercedes.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.11.27.hellen128.2147280385" + signature = "rusEFI master.2023.11.27.hellen128.2847138006" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.11.27.hellen128.2147280385" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.11.27.hellen128.2847138006" ; 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 @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","P36_IN_O2S","P32_IN_O2S2","P40_IN_MAP3","C24 - PPS1","E31 - TPS1","Battery Sense","E40 - IN_CAM","P30_IN_AUX4","E34 - TPS2","E37 - Crank Input","E47 - MAF","E23 - MAP","E29 - Coolant Temp","E45 - IAT","C25 - PPS2","P41_IN_AUX3" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 00:32:31 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:25:41 UTC 2023 pageSize = 23880 page = 1 @@ -350,7 +350,7 @@ isSdCardEnabled = bits, U32, 728, [3:3], "false", "true" rusefiVerbose29b = bits, U32, 728, [4:4], "11 bit", "29 bit" rethrowHardFault = bits, U32, 728, [5:5], "false", "true" isHip9011Enabled = bits, U32, 728, [6:6], "false", "true" -unused644b5 = bits, U32, 728, [7:7], "false", "true" +requireFootOnBrakeToCrank = bits, U32, 728, [7:7], "false", "true" verboseQuad = bits, U32, 728, [8:8], "false", "true" useStepperIdle = bits, U32, 728, [9:9], "false", "true" enabledStep1Limiter = bits, U32, 728, [10:10], "false", "true" @@ -1010,7 +1010,7 @@ idleRpmPid2_offset = scalar, S16, 2684, "", 1, 0, -1000, 1000, 0 idleRpmPid2_periodMs = scalar, S16, 2686, "ms", 1, 0, 0, 3000, 0 idleRpmPid2_minValue = scalar, S16, 2688, "", 1, 0, -30000, 30000, 0 idleRpmPid2_maxValue = scalar, S16, 2690, "", 1, 0, -30000, 30000, 0 -canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua" +canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua", "BMW E8x/E9x MK60e5" gppwm1_pin = bits, U16, 2696, [0:8], $output_pin_e_list gppwm1_dutyIfError = scalar, U08, 2698, "%", 1, 0, 0, 100, 0 gppwm1_pwmFrequency = scalar, U16, 2700, "hz", 1, 0, 0, 500, 0 @@ -2080,7 +2080,6 @@ lambdaMaxDeviationRpmBins = array, U16, 23870, [4], "RPM", 1, 0, 0, 18000, 0 idleRpmPid2_periodMs = "PID dTime" idleRpmPid2_minValue = "Output Min Duty Cycle" idleRpmPid2_maxValue = "Output Max Duty Cycle" - canVssNbcType = "set can_vss X" gppwm1_pin = "Select a pin to use for PWM or on-off output." gppwm1_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage." gppwm1_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode." @@ -7612,11 +7611,12 @@ dialog = lambda_monitorDialog, "lambda_monitor" commandButton = "Test Starter Disable", cmd_test_starter_disable_relay dialog = startStopDialog, "Starter Control" + field = "Require Foot On Brake To Crank", requireFootOnBrakeToCrank field = "Start/Stop Button input", startStopButtonPin field = "Start/Stop Button input mode", startStopButtonMode field = "Starter Control", starterControlPin, { starterControlPin != 0 || startStopButtonPin != 0} field = "Start cranking maximum time", startCrankingDuration, {startStopButtonPin != 0} - field = startButtonSuppressOnStartUpMs, startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} + field = "Suppress On Start Up (Ms)"", startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} commandButton = "Test Starter Relay", cmd_test_starter_relay ; Engine->MIL Settings diff --git a/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini b/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini index 08f43f2a2e..a32ec7ea9f 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.11.27.hellen154hyundai.1634560977" + signature = "rusEFI master.2023.11.27.hellen154hyundai.3072486662" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.11.27.hellen154hyundai.1634560977" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.11.27.hellen154hyundai.3072486662" ; 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 @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","K21 Ambient Temperature","K58 Oil Temp","K54 A/C pressure","PPS 1","TPS 1","K2 Ignition Key Voltage","X10 AIN2","INVALID","TPS 2","X11 AIN1","Map Sensor K31","K10 Sensor","CLT","IAT","PPS 2" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 00:32:41 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:25:51 UTC 2023 pageSize = 23880 page = 1 @@ -350,7 +350,7 @@ isSdCardEnabled = bits, U32, 728, [3:3], "false", "true" rusefiVerbose29b = bits, U32, 728, [4:4], "11 bit", "29 bit" rethrowHardFault = bits, U32, 728, [5:5], "false", "true" isHip9011Enabled = bits, U32, 728, [6:6], "false", "true" -unused644b5 = bits, U32, 728, [7:7], "false", "true" +requireFootOnBrakeToCrank = bits, U32, 728, [7:7], "false", "true" verboseQuad = bits, U32, 728, [8:8], "false", "true" useStepperIdle = bits, U32, 728, [9:9], "false", "true" enabledStep1Limiter = bits, U32, 728, [10:10], "false", "true" @@ -1010,7 +1010,7 @@ idleRpmPid2_offset = scalar, S16, 2684, "", 1, 0, -1000, 1000, 0 idleRpmPid2_periodMs = scalar, S16, 2686, "ms", 1, 0, 0, 3000, 0 idleRpmPid2_minValue = scalar, S16, 2688, "", 1, 0, -30000, 30000, 0 idleRpmPid2_maxValue = scalar, S16, 2690, "", 1, 0, -30000, 30000, 0 -canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua" +canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua", "BMW E8x/E9x MK60e5" gppwm1_pin = bits, U16, 2696, [0:8], $output_pin_e_list gppwm1_dutyIfError = scalar, U08, 2698, "%", 1, 0, 0, 100, 0 gppwm1_pwmFrequency = scalar, U16, 2700, "hz", 1, 0, 0, 500, 0 @@ -2080,7 +2080,6 @@ lambdaMaxDeviationRpmBins = array, U16, 23870, [4], "RPM", 1, 0, 0, 18000, 0 idleRpmPid2_periodMs = "PID dTime" idleRpmPid2_minValue = "Output Min Duty Cycle" idleRpmPid2_maxValue = "Output Max Duty Cycle" - canVssNbcType = "set can_vss X" gppwm1_pin = "Select a pin to use for PWM or on-off output." gppwm1_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage." gppwm1_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode." @@ -7596,11 +7595,12 @@ dialog = lambda_monitorDialog, "lambda_monitor" commandButton = "Test Starter Disable", cmd_test_starter_disable_relay dialog = startStopDialog, "Starter Control" + field = "Require Foot On Brake To Crank", requireFootOnBrakeToCrank field = "Start/Stop Button input", startStopButtonPin field = "Start/Stop Button input mode", startStopButtonMode field = "Starter Control", starterControlPin, { starterControlPin != 0 || startStopButtonPin != 0} field = "Start cranking maximum time", startCrankingDuration, {startStopButtonPin != 0} - field = startButtonSuppressOnStartUpMs, startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} + field = "Suppress On Start Up (Ms)"", startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} commandButton = "Test Starter Relay", cmd_test_starter_relay ; Engine->MIL Settings diff --git a/firmware/tunerstudio/generated/rusefi_hellen72.ini b/firmware/tunerstudio/generated/rusefi_hellen72.ini index 1184195cee..19145db11e 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen72.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen72.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.11.27.hellen72.3697960774" + signature = "rusEFI master.2023.11.27.hellen72.170221969" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.11.27.hellen72.3697960774" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.11.27.hellen72.170221969" ; 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 @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","5N - TPS2","3L - IGN_7 / AFR","intMAP (A15)","5P - PPS1","4V - TPS (A17)","4S/4T - Alternator voltage","3V - CAM (A19)","4J - VTCS/AUX4 (A20)","4F - AC_PRES/AUX1 (A23)","3Y - CRANK (A24)","4X - MAF (A9)","4U - MAP2/Ign8 (A10)","4P - CLT (A11)","4N - IAT (A14)","5M - PPS2 OR TEMPERATURE SENSOR","4AE - EGR/MAP4 (A22)" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 00:32:53 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:26:03 UTC 2023 pageSize = 23880 page = 1 @@ -350,7 +350,7 @@ isSdCardEnabled = bits, U32, 728, [3:3], "false", "true" rusefiVerbose29b = bits, U32, 728, [4:4], "11 bit", "29 bit" rethrowHardFault = bits, U32, 728, [5:5], "false", "true" isHip9011Enabled = bits, U32, 728, [6:6], "false", "true" -unused644b5 = bits, U32, 728, [7:7], "false", "true" +requireFootOnBrakeToCrank = bits, U32, 728, [7:7], "false", "true" verboseQuad = bits, U32, 728, [8:8], "false", "true" useStepperIdle = bits, U32, 728, [9:9], "false", "true" enabledStep1Limiter = bits, U32, 728, [10:10], "false", "true" @@ -1010,7 +1010,7 @@ idleRpmPid2_offset = scalar, S16, 2684, "", 1, 0, -1000, 1000, 0 idleRpmPid2_periodMs = scalar, S16, 2686, "ms", 1, 0, 0, 3000, 0 idleRpmPid2_minValue = scalar, S16, 2688, "", 1, 0, -30000, 30000, 0 idleRpmPid2_maxValue = scalar, S16, 2690, "", 1, 0, -30000, 30000, 0 -canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua" +canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua", "BMW E8x/E9x MK60e5" gppwm1_pin = bits, U16, 2696, [0:8], $output_pin_e_list gppwm1_dutyIfError = scalar, U08, 2698, "%", 1, 0, 0, 100, 0 gppwm1_pwmFrequency = scalar, U16, 2700, "hz", 1, 0, 0, 500, 0 @@ -2080,7 +2080,6 @@ lambdaMaxDeviationRpmBins = array, U16, 23870, [4], "RPM", 1, 0, 0, 18000, 0 idleRpmPid2_periodMs = "PID dTime" idleRpmPid2_minValue = "Output Min Duty Cycle" idleRpmPid2_maxValue = "Output Max Duty Cycle" - canVssNbcType = "set can_vss X" gppwm1_pin = "Select a pin to use for PWM or on-off output." gppwm1_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage." gppwm1_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode." @@ -7613,11 +7612,12 @@ dialog = lambda_monitorDialog, "lambda_monitor" commandButton = "Test Starter Disable", cmd_test_starter_disable_relay dialog = startStopDialog, "Starter Control" + field = "Require Foot On Brake To Crank", requireFootOnBrakeToCrank field = "Start/Stop Button input", startStopButtonPin field = "Start/Stop Button input mode", startStopButtonMode field = "Starter Control", starterControlPin, { starterControlPin != 0 || startStopButtonPin != 0} field = "Start cranking maximum time", startCrankingDuration, {startStopButtonPin != 0} - field = startButtonSuppressOnStartUpMs, startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} + field = "Suppress On Start Up (Ms)"", startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} commandButton = "Test Starter Relay", cmd_test_starter_relay ; Engine->MIL Settings diff --git a/firmware/tunerstudio/generated/rusefi_hellen81.ini b/firmware/tunerstudio/generated/rusefi_hellen81.ini index 5692bb5567..c0a318009a 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen81.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen81.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.11.27.hellen81.1836946180" + signature = "rusEFI master.2023.11.27.hellen81.3140654547" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.11.27.hellen81.1836946180" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.11.27.hellen81.3140654547" ; 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 @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","18 - IN_O2S","55 - IN_O2S2","41 - IN_MAP3","78 - IN_PPS","16 - IN_TPS","13 - IN_VIGN","79 - IN_CAM","77 - IN_AUX4","74 - IN_AUX1","15 - IN_CRANK (A24)","37 - IN_MAP1","38 - IN_MAP2","39 - IN_CLT","40 - IN_IAT","75 - IN_AUX2","76 - IN_AUX3" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 00:32:56 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:26:05 UTC 2023 pageSize = 23880 page = 1 @@ -350,7 +350,7 @@ isSdCardEnabled = bits, U32, 728, [3:3], "false", "true" rusefiVerbose29b = bits, U32, 728, [4:4], "11 bit", "29 bit" rethrowHardFault = bits, U32, 728, [5:5], "false", "true" isHip9011Enabled = bits, U32, 728, [6:6], "false", "true" -unused644b5 = bits, U32, 728, [7:7], "false", "true" +requireFootOnBrakeToCrank = bits, U32, 728, [7:7], "false", "true" verboseQuad = bits, U32, 728, [8:8], "false", "true" useStepperIdle = bits, U32, 728, [9:9], "false", "true" enabledStep1Limiter = bits, U32, 728, [10:10], "false", "true" @@ -1010,7 +1010,7 @@ idleRpmPid2_offset = scalar, S16, 2684, "", 1, 0, -1000, 1000, 0 idleRpmPid2_periodMs = scalar, S16, 2686, "ms", 1, 0, 0, 3000, 0 idleRpmPid2_minValue = scalar, S16, 2688, "", 1, 0, -30000, 30000, 0 idleRpmPid2_maxValue = scalar, S16, 2690, "", 1, 0, -30000, 30000, 0 -canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua" +canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua", "BMW E8x/E9x MK60e5" gppwm1_pin = bits, U16, 2696, [0:8], $output_pin_e_list gppwm1_dutyIfError = scalar, U08, 2698, "%", 1, 0, 0, 100, 0 gppwm1_pwmFrequency = scalar, U16, 2700, "hz", 1, 0, 0, 500, 0 @@ -2080,7 +2080,6 @@ lambdaMaxDeviationRpmBins = array, U16, 23870, [4], "RPM", 1, 0, 0, 18000, 0 idleRpmPid2_periodMs = "PID dTime" idleRpmPid2_minValue = "Output Min Duty Cycle" idleRpmPid2_maxValue = "Output Max Duty Cycle" - canVssNbcType = "set can_vss X" gppwm1_pin = "Select a pin to use for PWM or on-off output." gppwm1_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage." gppwm1_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode." @@ -7611,11 +7610,12 @@ dialog = lambda_monitorDialog, "lambda_monitor" commandButton = "Test Starter Disable", cmd_test_starter_disable_relay dialog = startStopDialog, "Starter Control" + field = "Require Foot On Brake To Crank", requireFootOnBrakeToCrank field = "Start/Stop Button input", startStopButtonPin field = "Start/Stop Button input mode", startStopButtonMode field = "Starter Control", starterControlPin, { starterControlPin != 0 || startStopButtonPin != 0} field = "Start cranking maximum time", startCrankingDuration, {startStopButtonPin != 0} - field = startButtonSuppressOnStartUpMs, startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} + field = "Suppress On Start Up (Ms)"", startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} commandButton = "Test Starter Relay", cmd_test_starter_relay ; Engine->MIL Settings diff --git a/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini b/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini index 6b052da2b4..9f071b035a 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.11.27.hellen88bmw.1577839791" + signature = "rusEFI master.2023.11.27.hellen88bmw.2286217848" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.11.27.hellen88bmw.1577839791" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.11.27.hellen88bmw.2286217848" ; 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 @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","VIN5","VIN6","INVALID","PPS1","73 - TPS","56 - Battery Sense","17 - CAM","Aux BARO","Aux TPS2","16 - CRANK","41 - MAF","Aux MAP","78 - CLT","77 - IAT","Aux PPS2","Aux TPS3" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 00:32:44 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:25:53 UTC 2023 pageSize = 23880 page = 1 @@ -350,7 +350,7 @@ isSdCardEnabled = bits, U32, 728, [3:3], "false", "true" rusefiVerbose29b = bits, U32, 728, [4:4], "11 bit", "29 bit" rethrowHardFault = bits, U32, 728, [5:5], "false", "true" isHip9011Enabled = bits, U32, 728, [6:6], "false", "true" -unused644b5 = bits, U32, 728, [7:7], "false", "true" +requireFootOnBrakeToCrank = bits, U32, 728, [7:7], "false", "true" verboseQuad = bits, U32, 728, [8:8], "false", "true" useStepperIdle = bits, U32, 728, [9:9], "false", "true" enabledStep1Limiter = bits, U32, 728, [10:10], "false", "true" @@ -1010,7 +1010,7 @@ idleRpmPid2_offset = scalar, S16, 2684, "", 1, 0, -1000, 1000, 0 idleRpmPid2_periodMs = scalar, S16, 2686, "ms", 1, 0, 0, 3000, 0 idleRpmPid2_minValue = scalar, S16, 2688, "", 1, 0, -30000, 30000, 0 idleRpmPid2_maxValue = scalar, S16, 2690, "", 1, 0, -30000, 30000, 0 -canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua" +canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua", "BMW E8x/E9x MK60e5" gppwm1_pin = bits, U16, 2696, [0:8], $output_pin_e_list gppwm1_dutyIfError = scalar, U08, 2698, "%", 1, 0, 0, 100, 0 gppwm1_pwmFrequency = scalar, U16, 2700, "hz", 1, 0, 0, 500, 0 @@ -2080,7 +2080,6 @@ lambdaMaxDeviationRpmBins = array, U16, 23870, [4], "RPM", 1, 0, 0, 18000, 0 idleRpmPid2_periodMs = "PID dTime" idleRpmPid2_minValue = "Output Min Duty Cycle" idleRpmPid2_maxValue = "Output Max Duty Cycle" - canVssNbcType = "set can_vss X" gppwm1_pin = "Select a pin to use for PWM or on-off output." gppwm1_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage." gppwm1_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode." @@ -7612,11 +7611,12 @@ dialog = lambda_monitorDialog, "lambda_monitor" commandButton = "Test Starter Disable", cmd_test_starter_disable_relay dialog = startStopDialog, "Starter Control" + field = "Require Foot On Brake To Crank", requireFootOnBrakeToCrank field = "Start/Stop Button input", startStopButtonPin field = "Start/Stop Button input mode", startStopButtonMode field = "Starter Control", starterControlPin, { starterControlPin != 0 || startStopButtonPin != 0} field = "Start cranking maximum time", startCrankingDuration, {startStopButtonPin != 0} - field = startButtonSuppressOnStartUpMs, startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} + field = "Suppress On Start Up (Ms)"", startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} commandButton = "Test Starter Relay", cmd_test_starter_relay ; Engine->MIL Settings diff --git a/firmware/tunerstudio/generated/rusefi_hellenNA6.ini b/firmware/tunerstudio/generated/rusefi_hellenNA6.ini index 3fb7773577..2266289742 100644 --- a/firmware/tunerstudio/generated/rusefi_hellenNA6.ini +++ b/firmware/tunerstudio/generated/rusefi_hellenNA6.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.11.27.hellenNA6.1529085263" + signature = "rusEFI master.2023.11.27.hellenNA6.2372729752" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.11.27.hellenNA6.1529085263" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.11.27.hellenNA6.2372729752" ; 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 @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","3N - O2S","2N - Temperature Sensor","intMAP (A15)","4I - PPS1","TPS Input","1B - Battery Sense","INVALID","4G - PPS2 OR TEMPERATURE SENSOR","4H - TPS2","INVALID","3O - MAF","2M - Pressure Sensor","3Q - CLT","3P - IAT","1V - Clutch Switch","1Q AC Switch" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 00:33:03 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:26:12 UTC 2023 pageSize = 23880 page = 1 @@ -350,7 +350,7 @@ isSdCardEnabled = bits, U32, 728, [3:3], "false", "true" rusefiVerbose29b = bits, U32, 728, [4:4], "11 bit", "29 bit" rethrowHardFault = bits, U32, 728, [5:5], "false", "true" isHip9011Enabled = bits, U32, 728, [6:6], "false", "true" -unused644b5 = bits, U32, 728, [7:7], "false", "true" +requireFootOnBrakeToCrank = bits, U32, 728, [7:7], "false", "true" verboseQuad = bits, U32, 728, [8:8], "false", "true" useStepperIdle = bits, U32, 728, [9:9], "false", "true" enabledStep1Limiter = bits, U32, 728, [10:10], "false", "true" @@ -1010,7 +1010,7 @@ idleRpmPid2_offset = scalar, S16, 2684, "", 1, 0, -1000, 1000, 0 idleRpmPid2_periodMs = scalar, S16, 2686, "ms", 1, 0, 0, 3000, 0 idleRpmPid2_minValue = scalar, S16, 2688, "", 1, 0, -30000, 30000, 0 idleRpmPid2_maxValue = scalar, S16, 2690, "", 1, 0, -30000, 30000, 0 -canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua" +canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua", "BMW E8x/E9x MK60e5" gppwm1_pin = bits, U16, 2696, [0:8], $output_pin_e_list gppwm1_dutyIfError = scalar, U08, 2698, "%", 1, 0, 0, 100, 0 gppwm1_pwmFrequency = scalar, U16, 2700, "hz", 1, 0, 0, 500, 0 @@ -2080,7 +2080,6 @@ lambdaMaxDeviationRpmBins = array, U16, 23870, [4], "RPM", 1, 0, 0, 18000, 0 idleRpmPid2_periodMs = "PID dTime" idleRpmPid2_minValue = "Output Min Duty Cycle" idleRpmPid2_maxValue = "Output Max Duty Cycle" - canVssNbcType = "set can_vss X" gppwm1_pin = "Select a pin to use for PWM or on-off output." gppwm1_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage." gppwm1_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode." @@ -7613,11 +7612,12 @@ dialog = lambda_monitorDialog, "lambda_monitor" commandButton = "Test Starter Disable", cmd_test_starter_disable_relay dialog = startStopDialog, "Starter Control" + field = "Require Foot On Brake To Crank", requireFootOnBrakeToCrank field = "Start/Stop Button input", startStopButtonPin field = "Start/Stop Button input mode", startStopButtonMode field = "Starter Control", starterControlPin, { starterControlPin != 0 || startStopButtonPin != 0} field = "Start cranking maximum time", startCrankingDuration, {startStopButtonPin != 0} - field = startButtonSuppressOnStartUpMs, startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} + field = "Suppress On Start Up (Ms)"", startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} commandButton = "Test Starter Relay", cmd_test_starter_relay ; Engine->MIL Settings diff --git a/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini b/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini index 765a1db819..a33a517714 100644 --- a/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini +++ b/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.11.27.hellenNA8_96.1031990656" + signature = "rusEFI master.2023.11.27.hellenNA8_96.3956140887" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.11.27.hellenNA8_96.1031990656" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.11.27.hellenNA8_96.3956140887" ; 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 @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","2C - O2S","TPS1","intMAP","PPS1","2F - TPS","3B - Battery Sense","3G - CAM","3S - EGR BOOST IN","2A - Pressure Input","3F - CRANK","2B - MAF","INVALID","2G - Coolant","2B - IAT","4C - IN TEMP/PPS2","1K - AC Switch" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 00:33:05 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:26:14 UTC 2023 pageSize = 23880 page = 1 @@ -350,7 +350,7 @@ isSdCardEnabled = bits, U32, 728, [3:3], "false", "true" rusefiVerbose29b = bits, U32, 728, [4:4], "11 bit", "29 bit" rethrowHardFault = bits, U32, 728, [5:5], "false", "true" isHip9011Enabled = bits, U32, 728, [6:6], "false", "true" -unused644b5 = bits, U32, 728, [7:7], "false", "true" +requireFootOnBrakeToCrank = bits, U32, 728, [7:7], "false", "true" verboseQuad = bits, U32, 728, [8:8], "false", "true" useStepperIdle = bits, U32, 728, [9:9], "false", "true" enabledStep1Limiter = bits, U32, 728, [10:10], "false", "true" @@ -1010,7 +1010,7 @@ idleRpmPid2_offset = scalar, S16, 2684, "", 1, 0, -1000, 1000, 0 idleRpmPid2_periodMs = scalar, S16, 2686, "ms", 1, 0, 0, 3000, 0 idleRpmPid2_minValue = scalar, S16, 2688, "", 1, 0, -30000, 30000, 0 idleRpmPid2_maxValue = scalar, S16, 2690, "", 1, 0, -30000, 30000, 0 -canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua" +canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua", "BMW E8x/E9x MK60e5" gppwm1_pin = bits, U16, 2696, [0:8], $output_pin_e_list gppwm1_dutyIfError = scalar, U08, 2698, "%", 1, 0, 0, 100, 0 gppwm1_pwmFrequency = scalar, U16, 2700, "hz", 1, 0, 0, 500, 0 @@ -2080,7 +2080,6 @@ lambdaMaxDeviationRpmBins = array, U16, 23870, [4], "RPM", 1, 0, 0, 18000, 0 idleRpmPid2_periodMs = "PID dTime" idleRpmPid2_minValue = "Output Min Duty Cycle" idleRpmPid2_maxValue = "Output Max Duty Cycle" - canVssNbcType = "set can_vss X" gppwm1_pin = "Select a pin to use for PWM or on-off output." gppwm1_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage." gppwm1_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode." @@ -7613,11 +7612,12 @@ dialog = lambda_monitorDialog, "lambda_monitor" commandButton = "Test Starter Disable", cmd_test_starter_disable_relay dialog = startStopDialog, "Starter Control" + field = "Require Foot On Brake To Crank", requireFootOnBrakeToCrank field = "Start/Stop Button input", startStopButtonPin field = "Start/Stop Button input mode", startStopButtonMode field = "Starter Control", starterControlPin, { starterControlPin != 0 || startStopButtonPin != 0} field = "Start cranking maximum time", startCrankingDuration, {startStopButtonPin != 0} - field = startButtonSuppressOnStartUpMs, startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} + field = "Suppress On Start Up (Ms)"", startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} commandButton = "Test Starter Relay", cmd_test_starter_relay ; Engine->MIL Settings diff --git a/firmware/tunerstudio/generated/rusefi_kin.ini b/firmware/tunerstudio/generated/rusefi_kin.ini index 2dbcc00bdc..e179c6ad51 100644 --- a/firmware/tunerstudio/generated/rusefi_kin.ini +++ b/firmware/tunerstudio/generated/rusefi_kin.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.11.27.kin.4076840645" + signature = "rusEFI master.2023.11.27.kin.615555090" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.11.27.kin.4076840645" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.11.27.kin.615555090" ; 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 @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA2", "PA3", "INVALID", "PD3", "INVALID", "INVALID", "INVALID", "PB12", "PB13", "INVALID", "PE2", "INVALID", "PC14", "PC15", "PC16", "PC17" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 00:32:08 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:25:19 UTC 2023 pageSize = 22504 page = 1 @@ -350,7 +350,7 @@ isSdCardEnabled = bits, U32, 728, [3:3], "false", "true" rusefiVerbose29b = bits, U32, 728, [4:4], "11 bit", "29 bit" rethrowHardFault = bits, U32, 728, [5:5], "false", "true" isHip9011Enabled = bits, U32, 728, [6:6], "false", "true" -unused644b5 = bits, U32, 728, [7:7], "false", "true" +requireFootOnBrakeToCrank = bits, U32, 728, [7:7], "false", "true" verboseQuad = bits, U32, 728, [8:8], "false", "true" useStepperIdle = bits, U32, 728, [9:9], "false", "true" enabledStep1Limiter = bits, U32, 728, [10:10], "false", "true" @@ -1010,7 +1010,7 @@ idleRpmPid2_offset = scalar, S16, 2684, "", 1, 0, -1000, 1000, 0 idleRpmPid2_periodMs = scalar, S16, 2686, "ms", 1, 0, 0, 3000, 0 idleRpmPid2_minValue = scalar, S16, 2688, "", 1, 0, -30000, 30000, 0 idleRpmPid2_maxValue = scalar, S16, 2690, "", 1, 0, -30000, 30000, 0 -canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua" +canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua", "BMW E8x/E9x MK60e5" gppwm1_pin = bits, U16, 2696, [0:8], $output_pin_e_list gppwm1_dutyIfError = scalar, U08, 2698, "%", 1, 0, 0, 100, 0 gppwm1_pwmFrequency = scalar, U16, 2700, "hz", 1, 0, 0, 500, 0 @@ -2080,7 +2080,6 @@ lambdaMaxDeviationRpmBins = array, U16, 22494, [4], "RPM", 1, 0, 0, 18000, 0 idleRpmPid2_periodMs = "PID dTime" idleRpmPid2_minValue = "Output Min Duty Cycle" idleRpmPid2_maxValue = "Output Max Duty Cycle" - canVssNbcType = "set can_vss X" gppwm1_pin = "Select a pin to use for PWM or on-off output." gppwm1_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage." gppwm1_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode." @@ -7623,11 +7622,12 @@ dialog = lambda_monitorDialog, "lambda_monitor" commandButton = "Test Starter Disable", cmd_test_starter_disable_relay dialog = startStopDialog, "Starter Control" + field = "Require Foot On Brake To Crank", requireFootOnBrakeToCrank field = "Start/Stop Button input", startStopButtonPin field = "Start/Stop Button input mode", startStopButtonMode field = "Starter Control", starterControlPin, { starterControlPin != 0 || startStopButtonPin != 0} field = "Start cranking maximum time", startCrankingDuration, {startStopButtonPin != 0} - field = startButtonSuppressOnStartUpMs, startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} + field = "Suppress On Start Up (Ms)"", startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} commandButton = "Test Starter Relay", cmd_test_starter_relay ; Engine->MIL Settings diff --git a/firmware/tunerstudio/generated/rusefi_m74_9.ini b/firmware/tunerstudio/generated/rusefi_m74_9.ini index c10f059ce3..3c6437d840 100644 --- a/firmware/tunerstudio/generated/rusefi_m74_9.ini +++ b/firmware/tunerstudio/generated/rusefi_m74_9.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.11.27.m74_9.685790402" + signature = "rusEFI master.2023.11.27.m74_9.4272902677" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.11.27.m74_9.685790402" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.11.27.m74_9.4272902677" ; 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 @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","IAT sensor signal","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","ETB position sensor 1 signal","ETB position sensor 2 signal" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 00:33:17 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:26:26 UTC 2023 pageSize = 23880 page = 1 @@ -350,7 +350,7 @@ isSdCardEnabled = bits, U32, 728, [3:3], "false", "true" rusefiVerbose29b = bits, U32, 728, [4:4], "11 bit", "29 bit" rethrowHardFault = bits, U32, 728, [5:5], "false", "true" isHip9011Enabled = bits, U32, 728, [6:6], "false", "true" -unused644b5 = bits, U32, 728, [7:7], "false", "true" +requireFootOnBrakeToCrank = bits, U32, 728, [7:7], "false", "true" verboseQuad = bits, U32, 728, [8:8], "false", "true" useStepperIdle = bits, U32, 728, [9:9], "false", "true" enabledStep1Limiter = bits, U32, 728, [10:10], "false", "true" @@ -1010,7 +1010,7 @@ idleRpmPid2_offset = scalar, S16, 2684, "", 1, 0, -1000, 1000, 0 idleRpmPid2_periodMs = scalar, S16, 2686, "ms", 1, 0, 0, 3000, 0 idleRpmPid2_minValue = scalar, S16, 2688, "", 1, 0, -30000, 30000, 0 idleRpmPid2_maxValue = scalar, S16, 2690, "", 1, 0, -30000, 30000, 0 -canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua" +canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua", "BMW E8x/E9x MK60e5" gppwm1_pin = bits, U16, 2696, [0:8], $output_pin_e_list gppwm1_dutyIfError = scalar, U08, 2698, "%", 1, 0, 0, 100, 0 gppwm1_pwmFrequency = scalar, U16, 2700, "hz", 1, 0, 0, 500, 0 @@ -2080,7 +2080,6 @@ lambdaMaxDeviationRpmBins = array, U16, 23870, [4], "RPM", 1, 0, 0, 18000, 0 idleRpmPid2_periodMs = "PID dTime" idleRpmPid2_minValue = "Output Min Duty Cycle" idleRpmPid2_maxValue = "Output Max Duty Cycle" - canVssNbcType = "set can_vss X" gppwm1_pin = "Select a pin to use for PWM or on-off output." gppwm1_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage." gppwm1_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode." @@ -7613,11 +7612,12 @@ dialog = lambda_monitorDialog, "lambda_monitor" commandButton = "Test Starter Disable", cmd_test_starter_disable_relay dialog = startStopDialog, "Starter Control" + field = "Require Foot On Brake To Crank", requireFootOnBrakeToCrank field = "Start/Stop Button input", startStopButtonPin field = "Start/Stop Button input mode", startStopButtonMode field = "Starter Control", starterControlPin, { starterControlPin != 0 || startStopButtonPin != 0} field = "Start cranking maximum time", startCrankingDuration, {startStopButtonPin != 0} - field = startButtonSuppressOnStartUpMs, startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} + field = "Suppress On Start Up (Ms)"", startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} commandButton = "Test Starter Relay", cmd_test_starter_relay ; Engine->MIL Settings diff --git a/firmware/tunerstudio/generated/rusefi_mre_f4.ini b/firmware/tunerstudio/generated/rusefi_mre_f4.ini index 4041c29e49..4b28daac27 100644 --- a/firmware/tunerstudio/generated/rusefi_mre_f4.ini +++ b/firmware/tunerstudio/generated/rusefi_mre_f4.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.11.27.mre_f4.2470676715" + signature = "rusEFI master.2023.11.27.mre_f4.1158450748" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.11.27.mre_f4.2470676715" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.11.27.mre_f4.1158450748" ; 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 @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","18 - AN temp 1","23 - AN temp 2","24 - AN temp 3 or Hall Input","22 - AN temp 4 or Hall Input","28 - AN volt 10, Aux Reuse","INVALID","26 - AN volt 2","31 - AN volt 3","36 - AN volt 8, Aux Reuse","40 - AN volt 9, Aux Reuse","27 - AN volt 1","Battery Sense","19 - AN volt 4","20 - AN volt 5","32 - AN volt 6, Aux Reuse","30 - AN volt 7" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 00:33:12 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:26:21 UTC 2023 pageSize = 23880 page = 1 @@ -350,7 +350,7 @@ isSdCardEnabled = bits, U32, 728, [3:3], "false", "true" rusefiVerbose29b = bits, U32, 728, [4:4], "11 bit", "29 bit" rethrowHardFault = bits, U32, 728, [5:5], "false", "true" isHip9011Enabled = bits, U32, 728, [6:6], "false", "true" -unused644b5 = bits, U32, 728, [7:7], "false", "true" +requireFootOnBrakeToCrank = bits, U32, 728, [7:7], "false", "true" verboseQuad = bits, U32, 728, [8:8], "false", "true" useStepperIdle = bits, U32, 728, [9:9], "false", "true" enabledStep1Limiter = bits, U32, 728, [10:10], "false", "true" @@ -1010,7 +1010,7 @@ idleRpmPid2_offset = scalar, S16, 2684, "", 1, 0, -1000, 1000, 0 idleRpmPid2_periodMs = scalar, S16, 2686, "ms", 1, 0, 0, 3000, 0 idleRpmPid2_minValue = scalar, S16, 2688, "", 1, 0, -30000, 30000, 0 idleRpmPid2_maxValue = scalar, S16, 2690, "", 1, 0, -30000, 30000, 0 -canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua" +canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua", "BMW E8x/E9x MK60e5" gppwm1_pin = bits, U16, 2696, [0:8], $output_pin_e_list gppwm1_dutyIfError = scalar, U08, 2698, "%", 1, 0, 0, 100, 0 gppwm1_pwmFrequency = scalar, U16, 2700, "hz", 1, 0, 0, 500, 0 @@ -2080,7 +2080,6 @@ lambdaMaxDeviationRpmBins = array, U16, 23870, [4], "RPM", 1, 0, 0, 18000, 0 idleRpmPid2_periodMs = "PID dTime" idleRpmPid2_minValue = "Output Min Duty Cycle" idleRpmPid2_maxValue = "Output Max Duty Cycle" - canVssNbcType = "set can_vss X" gppwm1_pin = "Select a pin to use for PWM or on-off output." gppwm1_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage." gppwm1_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode." @@ -7612,11 +7611,12 @@ dialog = lambda_monitorDialog, "lambda_monitor" commandButton = "Test Starter Disable", cmd_test_starter_disable_relay dialog = startStopDialog, "Starter Control" + field = "Require Foot On Brake To Crank", requireFootOnBrakeToCrank field = "Start/Stop Button input", startStopButtonPin field = "Start/Stop Button input mode", startStopButtonMode field = "Starter Control", starterControlPin, { starterControlPin != 0 || startStopButtonPin != 0} field = "Start cranking maximum time", startCrankingDuration, {startStopButtonPin != 0} - field = startButtonSuppressOnStartUpMs, startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} + field = "Suppress On Start Up (Ms)"", startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} commandButton = "Test Starter Relay", cmd_test_starter_relay ; Engine->MIL Settings diff --git a/firmware/tunerstudio/generated/rusefi_mre_f7.ini b/firmware/tunerstudio/generated/rusefi_mre_f7.ini index e4780f0314..10f3696ad8 100644 --- a/firmware/tunerstudio/generated/rusefi_mre_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_mre_f7.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.11.27.mre_f7.2470676715" + signature = "rusEFI master.2023.11.27.mre_f7.1158450748" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.11.27.mre_f7.2470676715" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.11.27.mre_f7.1158450748" ; 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 @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","18 - AN temp 1","23 - AN temp 2","24 - AN temp 3 or Hall Input","22 - AN temp 4 or Hall Input","28 - AN volt 10, Aux Reuse","INVALID","26 - AN volt 2","31 - AN volt 3","36 - AN volt 8, Aux Reuse","40 - AN volt 9, Aux Reuse","27 - AN volt 1","Battery Sense","19 - AN volt 4","20 - AN volt 5","32 - AN volt 6, Aux Reuse","30 - AN volt 7" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 00:33:10 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:26:19 UTC 2023 pageSize = 23880 page = 1 @@ -350,7 +350,7 @@ isSdCardEnabled = bits, U32, 728, [3:3], "false", "true" rusefiVerbose29b = bits, U32, 728, [4:4], "11 bit", "29 bit" rethrowHardFault = bits, U32, 728, [5:5], "false", "true" isHip9011Enabled = bits, U32, 728, [6:6], "false", "true" -unused644b5 = bits, U32, 728, [7:7], "false", "true" +requireFootOnBrakeToCrank = bits, U32, 728, [7:7], "false", "true" verboseQuad = bits, U32, 728, [8:8], "false", "true" useStepperIdle = bits, U32, 728, [9:9], "false", "true" enabledStep1Limiter = bits, U32, 728, [10:10], "false", "true" @@ -1010,7 +1010,7 @@ idleRpmPid2_offset = scalar, S16, 2684, "", 1, 0, -1000, 1000, 0 idleRpmPid2_periodMs = scalar, S16, 2686, "ms", 1, 0, 0, 3000, 0 idleRpmPid2_minValue = scalar, S16, 2688, "", 1, 0, -30000, 30000, 0 idleRpmPid2_maxValue = scalar, S16, 2690, "", 1, 0, -30000, 30000, 0 -canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua" +canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua", "BMW E8x/E9x MK60e5" gppwm1_pin = bits, U16, 2696, [0:8], $output_pin_e_list gppwm1_dutyIfError = scalar, U08, 2698, "%", 1, 0, 0, 100, 0 gppwm1_pwmFrequency = scalar, U16, 2700, "hz", 1, 0, 0, 500, 0 @@ -2080,7 +2080,6 @@ lambdaMaxDeviationRpmBins = array, U16, 23870, [4], "RPM", 1, 0, 0, 18000, 0 idleRpmPid2_periodMs = "PID dTime" idleRpmPid2_minValue = "Output Min Duty Cycle" idleRpmPid2_maxValue = "Output Max Duty Cycle" - canVssNbcType = "set can_vss X" gppwm1_pin = "Select a pin to use for PWM or on-off output." gppwm1_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage." gppwm1_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode." @@ -7612,11 +7611,12 @@ dialog = lambda_monitorDialog, "lambda_monitor" commandButton = "Test Starter Disable", cmd_test_starter_disable_relay dialog = startStopDialog, "Starter Control" + field = "Require Foot On Brake To Crank", requireFootOnBrakeToCrank field = "Start/Stop Button input", startStopButtonPin field = "Start/Stop Button input mode", startStopButtonMode field = "Starter Control", starterControlPin, { starterControlPin != 0 || startStopButtonPin != 0} field = "Start cranking maximum time", startCrankingDuration, {startStopButtonPin != 0} - field = startButtonSuppressOnStartUpMs, startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} + field = "Suppress On Start Up (Ms)"", startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} commandButton = "Test Starter Relay", cmd_test_starter_relay ; Engine->MIL Settings diff --git a/firmware/tunerstudio/generated/rusefi_nucleo_f429.ini b/firmware/tunerstudio/generated/rusefi_nucleo_f429.ini index 8439ef2b26..14c3938f3f 100644 --- a/firmware/tunerstudio/generated/rusefi_nucleo_f429.ini +++ b/firmware/tunerstudio/generated/rusefi_nucleo_f429.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.11.27.nucleo_f429.2955829611" + signature = "rusEFI master.2023.11.27.nucleo_f429.1717659580" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.11.27.nucleo_f429.2955829611" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.11.27.nucleo_f429.1717659580" ; 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 @@ -92,7 +92,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" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 00:33:41 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:26:49 UTC 2023 pageSize = 23880 page = 1 @@ -350,7 +350,7 @@ isSdCardEnabled = bits, U32, 728, [3:3], "false", "true" rusefiVerbose29b = bits, U32, 728, [4:4], "11 bit", "29 bit" rethrowHardFault = bits, U32, 728, [5:5], "false", "true" isHip9011Enabled = bits, U32, 728, [6:6], "false", "true" -unused644b5 = bits, U32, 728, [7:7], "false", "true" +requireFootOnBrakeToCrank = bits, U32, 728, [7:7], "false", "true" verboseQuad = bits, U32, 728, [8:8], "false", "true" useStepperIdle = bits, U32, 728, [9:9], "false", "true" enabledStep1Limiter = bits, U32, 728, [10:10], "false", "true" @@ -1010,7 +1010,7 @@ idleRpmPid2_offset = scalar, S16, 2684, "", 1, 0, -1000, 1000, 0 idleRpmPid2_periodMs = scalar, S16, 2686, "ms", 1, 0, 0, 3000, 0 idleRpmPid2_minValue = scalar, S16, 2688, "", 1, 0, -30000, 30000, 0 idleRpmPid2_maxValue = scalar, S16, 2690, "", 1, 0, -30000, 30000, 0 -canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua" +canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua", "BMW E8x/E9x MK60e5" gppwm1_pin = bits, U16, 2696, [0:8], $output_pin_e_list gppwm1_dutyIfError = scalar, U08, 2698, "%", 1, 0, 0, 100, 0 gppwm1_pwmFrequency = scalar, U16, 2700, "hz", 1, 0, 0, 500, 0 @@ -2080,7 +2080,6 @@ lambdaMaxDeviationRpmBins = array, U16, 23870, [4], "RPM", 1, 0, 0, 18000, 0 idleRpmPid2_periodMs = "PID dTime" idleRpmPid2_minValue = "Output Min Duty Cycle" idleRpmPid2_maxValue = "Output Max Duty Cycle" - canVssNbcType = "set can_vss X" gppwm1_pin = "Select a pin to use for PWM or on-off output." gppwm1_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage." gppwm1_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode." @@ -7622,11 +7621,12 @@ dialog = lambda_monitorDialog, "lambda_monitor" commandButton = "Test Starter Disable", cmd_test_starter_disable_relay dialog = startStopDialog, "Starter Control" + field = "Require Foot On Brake To Crank", requireFootOnBrakeToCrank field = "Start/Stop Button input", startStopButtonPin field = "Start/Stop Button input mode", startStopButtonMode field = "Starter Control", starterControlPin, { starterControlPin != 0 || startStopButtonPin != 0} field = "Start cranking maximum time", startCrankingDuration, {startStopButtonPin != 0} - field = startButtonSuppressOnStartUpMs, startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} + field = "Suppress On Start Up (Ms)"", startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} commandButton = "Test Starter Relay", cmd_test_starter_relay ; Engine->MIL Settings diff --git a/firmware/tunerstudio/generated/rusefi_nucleo_f767.ini b/firmware/tunerstudio/generated/rusefi_nucleo_f767.ini index 9890acc646..dc14dae7bf 100644 --- a/firmware/tunerstudio/generated/rusefi_nucleo_f767.ini +++ b/firmware/tunerstudio/generated/rusefi_nucleo_f767.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.11.27.nucleo_f767.2955829611" + signature = "rusEFI master.2023.11.27.nucleo_f767.1717659580" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.11.27.nucleo_f767.2955829611" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.11.27.nucleo_f767.1717659580" ; 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 @@ -92,7 +92,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" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 00:33:43 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:26:51 UTC 2023 pageSize = 23880 page = 1 @@ -350,7 +350,7 @@ isSdCardEnabled = bits, U32, 728, [3:3], "false", "true" rusefiVerbose29b = bits, U32, 728, [4:4], "11 bit", "29 bit" rethrowHardFault = bits, U32, 728, [5:5], "false", "true" isHip9011Enabled = bits, U32, 728, [6:6], "false", "true" -unused644b5 = bits, U32, 728, [7:7], "false", "true" +requireFootOnBrakeToCrank = bits, U32, 728, [7:7], "false", "true" verboseQuad = bits, U32, 728, [8:8], "false", "true" useStepperIdle = bits, U32, 728, [9:9], "false", "true" enabledStep1Limiter = bits, U32, 728, [10:10], "false", "true" @@ -1010,7 +1010,7 @@ idleRpmPid2_offset = scalar, S16, 2684, "", 1, 0, -1000, 1000, 0 idleRpmPid2_periodMs = scalar, S16, 2686, "ms", 1, 0, 0, 3000, 0 idleRpmPid2_minValue = scalar, S16, 2688, "", 1, 0, -30000, 30000, 0 idleRpmPid2_maxValue = scalar, S16, 2690, "", 1, 0, -30000, 30000, 0 -canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua" +canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua", "BMW E8x/E9x MK60e5" gppwm1_pin = bits, U16, 2696, [0:8], $output_pin_e_list gppwm1_dutyIfError = scalar, U08, 2698, "%", 1, 0, 0, 100, 0 gppwm1_pwmFrequency = scalar, U16, 2700, "hz", 1, 0, 0, 500, 0 @@ -2080,7 +2080,6 @@ lambdaMaxDeviationRpmBins = array, U16, 23870, [4], "RPM", 1, 0, 0, 18000, 0 idleRpmPid2_periodMs = "PID dTime" idleRpmPid2_minValue = "Output Min Duty Cycle" idleRpmPid2_maxValue = "Output Max Duty Cycle" - canVssNbcType = "set can_vss X" gppwm1_pin = "Select a pin to use for PWM or on-off output." gppwm1_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage." gppwm1_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode." @@ -7622,11 +7621,12 @@ dialog = lambda_monitorDialog, "lambda_monitor" commandButton = "Test Starter Disable", cmd_test_starter_disable_relay dialog = startStopDialog, "Starter Control" + field = "Require Foot On Brake To Crank", requireFootOnBrakeToCrank field = "Start/Stop Button input", startStopButtonPin field = "Start/Stop Button input mode", startStopButtonMode field = "Starter Control", starterControlPin, { starterControlPin != 0 || startStopButtonPin != 0} field = "Start cranking maximum time", startCrankingDuration, {startStopButtonPin != 0} - field = startButtonSuppressOnStartUpMs, startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} + field = "Suppress On Start Up (Ms)"", startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} commandButton = "Test Starter Relay", cmd_test_starter_relay ; Engine->MIL Settings diff --git a/firmware/tunerstudio/generated/rusefi_nucleo_h743.ini b/firmware/tunerstudio/generated/rusefi_nucleo_h743.ini index f811ae85e1..ffa180005c 100644 --- a/firmware/tunerstudio/generated/rusefi_nucleo_h743.ini +++ b/firmware/tunerstudio/generated/rusefi_nucleo_h743.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.11.27.nucleo_h743.2955829611" + signature = "rusEFI master.2023.11.27.nucleo_h743.1717659580" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.11.27.nucleo_h743.2955829611" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.11.27.nucleo_h743.1717659580" ; 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 @@ -92,7 +92,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" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 00:33:46 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:26:53 UTC 2023 pageSize = 23880 page = 1 @@ -350,7 +350,7 @@ isSdCardEnabled = bits, U32, 728, [3:3], "false", "true" rusefiVerbose29b = bits, U32, 728, [4:4], "11 bit", "29 bit" rethrowHardFault = bits, U32, 728, [5:5], "false", "true" isHip9011Enabled = bits, U32, 728, [6:6], "false", "true" -unused644b5 = bits, U32, 728, [7:7], "false", "true" +requireFootOnBrakeToCrank = bits, U32, 728, [7:7], "false", "true" verboseQuad = bits, U32, 728, [8:8], "false", "true" useStepperIdle = bits, U32, 728, [9:9], "false", "true" enabledStep1Limiter = bits, U32, 728, [10:10], "false", "true" @@ -1010,7 +1010,7 @@ idleRpmPid2_offset = scalar, S16, 2684, "", 1, 0, -1000, 1000, 0 idleRpmPid2_periodMs = scalar, S16, 2686, "ms", 1, 0, 0, 3000, 0 idleRpmPid2_minValue = scalar, S16, 2688, "", 1, 0, -30000, 30000, 0 idleRpmPid2_maxValue = scalar, S16, 2690, "", 1, 0, -30000, 30000, 0 -canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua" +canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua", "BMW E8x/E9x MK60e5" gppwm1_pin = bits, U16, 2696, [0:8], $output_pin_e_list gppwm1_dutyIfError = scalar, U08, 2698, "%", 1, 0, 0, 100, 0 gppwm1_pwmFrequency = scalar, U16, 2700, "hz", 1, 0, 0, 500, 0 @@ -2080,7 +2080,6 @@ lambdaMaxDeviationRpmBins = array, U16, 23870, [4], "RPM", 1, 0, 0, 18000, 0 idleRpmPid2_periodMs = "PID dTime" idleRpmPid2_minValue = "Output Min Duty Cycle" idleRpmPid2_maxValue = "Output Max Duty Cycle" - canVssNbcType = "set can_vss X" gppwm1_pin = "Select a pin to use for PWM or on-off output." gppwm1_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage." gppwm1_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode." @@ -7622,11 +7621,12 @@ dialog = lambda_monitorDialog, "lambda_monitor" commandButton = "Test Starter Disable", cmd_test_starter_disable_relay dialog = startStopDialog, "Starter Control" + field = "Require Foot On Brake To Crank", requireFootOnBrakeToCrank field = "Start/Stop Button input", startStopButtonPin field = "Start/Stop Button input mode", startStopButtonMode field = "Starter Control", starterControlPin, { starterControlPin != 0 || startStopButtonPin != 0} field = "Start cranking maximum time", startCrankingDuration, {startStopButtonPin != 0} - field = startButtonSuppressOnStartUpMs, startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} + field = "Suppress On Start Up (Ms)"", startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} commandButton = "Test Starter Relay", cmd_test_starter_relay ; Engine->MIL Settings diff --git a/firmware/tunerstudio/generated/rusefi_prometheus_405.ini b/firmware/tunerstudio/generated/rusefi_prometheus_405.ini index 0002784325..cf9fae28ef 100644 --- a/firmware/tunerstudio/generated/rusefi_prometheus_405.ini +++ b/firmware/tunerstudio/generated/rusefi_prometheus_405.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.11.27.prometheus_405.2159717627" + signature = "rusEFI master.2023.11.27.prometheus_405.1458940460" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.11.27.prometheus_405.2159717627" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.11.27.prometheus_405.1458940460" ; 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 @@ -92,7 +92,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" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 00:33:29 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:26:37 UTC 2023 pageSize = 23880 page = 1 @@ -350,7 +350,7 @@ isSdCardEnabled = bits, U32, 728, [3:3], "false", "true" rusefiVerbose29b = bits, U32, 728, [4:4], "11 bit", "29 bit" rethrowHardFault = bits, U32, 728, [5:5], "false", "true" isHip9011Enabled = bits, U32, 728, [6:6], "false", "true" -unused644b5 = bits, U32, 728, [7:7], "false", "true" +requireFootOnBrakeToCrank = bits, U32, 728, [7:7], "false", "true" verboseQuad = bits, U32, 728, [8:8], "false", "true" useStepperIdle = bits, U32, 728, [9:9], "false", "true" enabledStep1Limiter = bits, U32, 728, [10:10], "false", "true" @@ -1010,7 +1010,7 @@ idleRpmPid2_offset = scalar, S16, 2684, "", 1, 0, -1000, 1000, 0 idleRpmPid2_periodMs = scalar, S16, 2686, "ms", 1, 0, 0, 3000, 0 idleRpmPid2_minValue = scalar, S16, 2688, "", 1, 0, -30000, 30000, 0 idleRpmPid2_maxValue = scalar, S16, 2690, "", 1, 0, -30000, 30000, 0 -canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua" +canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua", "BMW E8x/E9x MK60e5" gppwm1_pin = bits, U16, 2696, [0:8], $output_pin_e_list gppwm1_dutyIfError = scalar, U08, 2698, "%", 1, 0, 0, 100, 0 gppwm1_pwmFrequency = scalar, U16, 2700, "hz", 1, 0, 0, 500, 0 @@ -2080,7 +2080,6 @@ lambdaMaxDeviationRpmBins = array, U16, 23870, [4], "RPM", 1, 0, 0, 18000, 0 idleRpmPid2_periodMs = "PID dTime" idleRpmPid2_minValue = "Output Min Duty Cycle" idleRpmPid2_maxValue = "Output Max Duty Cycle" - canVssNbcType = "set can_vss X" gppwm1_pin = "Select a pin to use for PWM or on-off output." gppwm1_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage." gppwm1_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode." @@ -7617,11 +7616,12 @@ dialog = lambda_monitorDialog, "lambda_monitor" commandButton = "Test Starter Disable", cmd_test_starter_disable_relay dialog = startStopDialog, "Starter Control" + field = "Require Foot On Brake To Crank", requireFootOnBrakeToCrank field = "Start/Stop Button input", startStopButtonPin field = "Start/Stop Button input mode", startStopButtonMode field = "Starter Control", starterControlPin, { starterControlPin != 0 || startStopButtonPin != 0} field = "Start cranking maximum time", startCrankingDuration, {startStopButtonPin != 0} - field = startButtonSuppressOnStartUpMs, startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} + field = "Suppress On Start Up (Ms)"", startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} commandButton = "Test Starter Relay", cmd_test_starter_relay ; Engine->MIL Settings diff --git a/firmware/tunerstudio/generated/rusefi_prometheus_469.ini b/firmware/tunerstudio/generated/rusefi_prometheus_469.ini index 83b97daf50..d6b4d623bd 100644 --- a/firmware/tunerstudio/generated/rusefi_prometheus_469.ini +++ b/firmware/tunerstudio/generated/rusefi_prometheus_469.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.11.27.prometheus_469.2159717627" + signature = "rusEFI master.2023.11.27.prometheus_469.1458940460" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.11.27.prometheus_469.2159717627" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.11.27.prometheus_469.1458940460" ; 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 @@ -92,7 +92,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" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 00:33:27 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:26:35 UTC 2023 pageSize = 23880 page = 1 @@ -350,7 +350,7 @@ isSdCardEnabled = bits, U32, 728, [3:3], "false", "true" rusefiVerbose29b = bits, U32, 728, [4:4], "11 bit", "29 bit" rethrowHardFault = bits, U32, 728, [5:5], "false", "true" isHip9011Enabled = bits, U32, 728, [6:6], "false", "true" -unused644b5 = bits, U32, 728, [7:7], "false", "true" +requireFootOnBrakeToCrank = bits, U32, 728, [7:7], "false", "true" verboseQuad = bits, U32, 728, [8:8], "false", "true" useStepperIdle = bits, U32, 728, [9:9], "false", "true" enabledStep1Limiter = bits, U32, 728, [10:10], "false", "true" @@ -1010,7 +1010,7 @@ idleRpmPid2_offset = scalar, S16, 2684, "", 1, 0, -1000, 1000, 0 idleRpmPid2_periodMs = scalar, S16, 2686, "ms", 1, 0, 0, 3000, 0 idleRpmPid2_minValue = scalar, S16, 2688, "", 1, 0, -30000, 30000, 0 idleRpmPid2_maxValue = scalar, S16, 2690, "", 1, 0, -30000, 30000, 0 -canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua" +canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua", "BMW E8x/E9x MK60e5" gppwm1_pin = bits, U16, 2696, [0:8], $output_pin_e_list gppwm1_dutyIfError = scalar, U08, 2698, "%", 1, 0, 0, 100, 0 gppwm1_pwmFrequency = scalar, U16, 2700, "hz", 1, 0, 0, 500, 0 @@ -2080,7 +2080,6 @@ lambdaMaxDeviationRpmBins = array, U16, 23870, [4], "RPM", 1, 0, 0, 18000, 0 idleRpmPid2_periodMs = "PID dTime" idleRpmPid2_minValue = "Output Min Duty Cycle" idleRpmPid2_maxValue = "Output Max Duty Cycle" - canVssNbcType = "set can_vss X" gppwm1_pin = "Select a pin to use for PWM or on-off output." gppwm1_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage." gppwm1_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode." @@ -7617,11 +7616,12 @@ dialog = lambda_monitorDialog, "lambda_monitor" commandButton = "Test Starter Disable", cmd_test_starter_disable_relay dialog = startStopDialog, "Starter Control" + field = "Require Foot On Brake To Crank", requireFootOnBrakeToCrank field = "Start/Stop Button input", startStopButtonPin field = "Start/Stop Button input mode", startStopButtonMode field = "Starter Control", starterControlPin, { starterControlPin != 0 || startStopButtonPin != 0} field = "Start cranking maximum time", startCrankingDuration, {startStopButtonPin != 0} - field = startButtonSuppressOnStartUpMs, startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} + field = "Suppress On Start Up (Ms)"", startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} commandButton = "Test Starter Relay", cmd_test_starter_relay ; Engine->MIL Settings diff --git a/firmware/tunerstudio/generated/rusefi_proteus_f4.ini b/firmware/tunerstudio/generated/rusefi_proteus_f4.ini index 6b3bb73025..d5337b6bcc 100644 --- a/firmware/tunerstudio/generated/rusefi_proteus_f4.ini +++ b/firmware/tunerstudio/generated/rusefi_proteus_f4.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.11.27.proteus_f4.2956828433" + signature = "rusEFI master.2023.11.27.proteus_f4.1718786502" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.11.27.proteus_f4.2956828433" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.11.27.proteus_f4.1718786502" ; 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 @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","Analog Volt 5","Analog Volt 6","Analog Volt 7","Analog Volt 8","Analog Volt 9","Analog Volt 10","Analog Volt 11","Battery Sense","Analog Temp 3","Analog Temp 4","Analog Volt 1","Analog Volt 2","Analog Volt 3","Analog Volt 4","Analog Temp 1","Analog Temp 2" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 00:33:34 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:26:42 UTC 2023 pageSize = 27880 page = 1 @@ -350,7 +350,7 @@ isSdCardEnabled = bits, U32, 728, [3:3], "false", "true" rusefiVerbose29b = bits, U32, 728, [4:4], "11 bit", "29 bit" rethrowHardFault = bits, U32, 728, [5:5], "false", "true" isHip9011Enabled = bits, U32, 728, [6:6], "false", "true" -unused644b5 = bits, U32, 728, [7:7], "false", "true" +requireFootOnBrakeToCrank = bits, U32, 728, [7:7], "false", "true" verboseQuad = bits, U32, 728, [8:8], "false", "true" useStepperIdle = bits, U32, 728, [9:9], "false", "true" enabledStep1Limiter = bits, U32, 728, [10:10], "false", "true" @@ -1010,7 +1010,7 @@ idleRpmPid2_offset = scalar, S16, 2684, "", 1, 0, -1000, 1000, 0 idleRpmPid2_periodMs = scalar, S16, 2686, "ms", 1, 0, 0, 3000, 0 idleRpmPid2_minValue = scalar, S16, 2688, "", 1, 0, -30000, 30000, 0 idleRpmPid2_maxValue = scalar, S16, 2690, "", 1, 0, -30000, 30000, 0 -canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua" +canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua", "BMW E8x/E9x MK60e5" gppwm1_pin = bits, U16, 2696, [0:8], $output_pin_e_list gppwm1_dutyIfError = scalar, U08, 2698, "%", 1, 0, 0, 100, 0 gppwm1_pwmFrequency = scalar, U16, 2700, "hz", 1, 0, 0, 500, 0 @@ -2080,7 +2080,6 @@ lambdaMaxDeviationRpmBins = array, U16, 27870, [4], "RPM", 1, 0, 0, 18000, 0 idleRpmPid2_periodMs = "PID dTime" idleRpmPid2_minValue = "Output Min Duty Cycle" idleRpmPid2_maxValue = "Output Max Duty Cycle" - canVssNbcType = "set can_vss X" gppwm1_pin = "Select a pin to use for PWM or on-off output." gppwm1_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage." gppwm1_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode." @@ -7616,11 +7615,12 @@ dialog = lambda_monitorDialog, "lambda_monitor" commandButton = "Test Starter Disable", cmd_test_starter_disable_relay dialog = startStopDialog, "Starter Control" + field = "Require Foot On Brake To Crank", requireFootOnBrakeToCrank field = "Start/Stop Button input", startStopButtonPin field = "Start/Stop Button input mode", startStopButtonMode field = "Starter Control", starterControlPin, { starterControlPin != 0 || startStopButtonPin != 0} field = "Start cranking maximum time", startCrankingDuration, {startStopButtonPin != 0} - field = startButtonSuppressOnStartUpMs, startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} + field = "Suppress On Start Up (Ms)"", startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} commandButton = "Test Starter Relay", cmd_test_starter_relay ; Engine->MIL Settings diff --git a/firmware/tunerstudio/generated/rusefi_proteus_f7.ini b/firmware/tunerstudio/generated/rusefi_proteus_f7.ini index 7533f1e99e..ae5e222d32 100644 --- a/firmware/tunerstudio/generated/rusefi_proteus_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_proteus_f7.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.11.27.proteus_f7.2956828433" + signature = "rusEFI master.2023.11.27.proteus_f7.1718786502" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.11.27.proteus_f7.2956828433" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.11.27.proteus_f7.1718786502" ; 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 @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","Analog Volt 5","Analog Volt 6","Analog Volt 7","Analog Volt 8","Analog Volt 9","Analog Volt 10","Analog Volt 11","Battery Sense","Analog Temp 3","Analog Temp 4","Analog Volt 1","Analog Volt 2","Analog Volt 3","Analog Volt 4","Analog Temp 1","Analog Temp 2" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 00:33:31 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:26:40 UTC 2023 pageSize = 27880 page = 1 @@ -350,7 +350,7 @@ isSdCardEnabled = bits, U32, 728, [3:3], "false", "true" rusefiVerbose29b = bits, U32, 728, [4:4], "11 bit", "29 bit" rethrowHardFault = bits, U32, 728, [5:5], "false", "true" isHip9011Enabled = bits, U32, 728, [6:6], "false", "true" -unused644b5 = bits, U32, 728, [7:7], "false", "true" +requireFootOnBrakeToCrank = bits, U32, 728, [7:7], "false", "true" verboseQuad = bits, U32, 728, [8:8], "false", "true" useStepperIdle = bits, U32, 728, [9:9], "false", "true" enabledStep1Limiter = bits, U32, 728, [10:10], "false", "true" @@ -1010,7 +1010,7 @@ idleRpmPid2_offset = scalar, S16, 2684, "", 1, 0, -1000, 1000, 0 idleRpmPid2_periodMs = scalar, S16, 2686, "ms", 1, 0, 0, 3000, 0 idleRpmPid2_minValue = scalar, S16, 2688, "", 1, 0, -30000, 30000, 0 idleRpmPid2_maxValue = scalar, S16, 2690, "", 1, 0, -30000, 30000, 0 -canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua" +canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua", "BMW E8x/E9x MK60e5" gppwm1_pin = bits, U16, 2696, [0:8], $output_pin_e_list gppwm1_dutyIfError = scalar, U08, 2698, "%", 1, 0, 0, 100, 0 gppwm1_pwmFrequency = scalar, U16, 2700, "hz", 1, 0, 0, 500, 0 @@ -2080,7 +2080,6 @@ lambdaMaxDeviationRpmBins = array, U16, 27870, [4], "RPM", 1, 0, 0, 18000, 0 idleRpmPid2_periodMs = "PID dTime" idleRpmPid2_minValue = "Output Min Duty Cycle" idleRpmPid2_maxValue = "Output Max Duty Cycle" - canVssNbcType = "set can_vss X" gppwm1_pin = "Select a pin to use for PWM or on-off output." gppwm1_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage." gppwm1_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode." @@ -7616,11 +7615,12 @@ dialog = lambda_monitorDialog, "lambda_monitor" commandButton = "Test Starter Disable", cmd_test_starter_disable_relay dialog = startStopDialog, "Starter Control" + field = "Require Foot On Brake To Crank", requireFootOnBrakeToCrank field = "Start/Stop Button input", startStopButtonPin field = "Start/Stop Button input mode", startStopButtonMode field = "Starter Control", starterControlPin, { starterControlPin != 0 || startStopButtonPin != 0} field = "Start cranking maximum time", startCrankingDuration, {startStopButtonPin != 0} - field = startButtonSuppressOnStartUpMs, startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} + field = "Suppress On Start Up (Ms)"", startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} commandButton = "Test Starter Relay", cmd_test_starter_relay ; Engine->MIL Settings diff --git a/firmware/tunerstudio/generated/rusefi_proteus_h7.ini b/firmware/tunerstudio/generated/rusefi_proteus_h7.ini index 810c3a0563..e9dcec28b9 100644 --- a/firmware/tunerstudio/generated/rusefi_proteus_h7.ini +++ b/firmware/tunerstudio/generated/rusefi_proteus_h7.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.11.27.proteus_h7.2956828433" + signature = "rusEFI master.2023.11.27.proteus_h7.1718786502" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.11.27.proteus_h7.2956828433" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.11.27.proteus_h7.1718786502" ; 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 @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","Analog Volt 5","Analog Volt 6","Analog Volt 7","Analog Volt 8","Analog Volt 9","Analog Volt 10","Analog Volt 11","Battery Sense","Analog Temp 3","Analog Temp 4","Analog Volt 1","Analog Volt 2","Analog Volt 3","Analog Volt 4","Analog Temp 1","Analog Temp 2" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 00:33:36 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:26:44 UTC 2023 pageSize = 27880 page = 1 @@ -350,7 +350,7 @@ isSdCardEnabled = bits, U32, 728, [3:3], "false", "true" rusefiVerbose29b = bits, U32, 728, [4:4], "11 bit", "29 bit" rethrowHardFault = bits, U32, 728, [5:5], "false", "true" isHip9011Enabled = bits, U32, 728, [6:6], "false", "true" -unused644b5 = bits, U32, 728, [7:7], "false", "true" +requireFootOnBrakeToCrank = bits, U32, 728, [7:7], "false", "true" verboseQuad = bits, U32, 728, [8:8], "false", "true" useStepperIdle = bits, U32, 728, [9:9], "false", "true" enabledStep1Limiter = bits, U32, 728, [10:10], "false", "true" @@ -1010,7 +1010,7 @@ idleRpmPid2_offset = scalar, S16, 2684, "", 1, 0, -1000, 1000, 0 idleRpmPid2_periodMs = scalar, S16, 2686, "ms", 1, 0, 0, 3000, 0 idleRpmPid2_minValue = scalar, S16, 2688, "", 1, 0, -30000, 30000, 0 idleRpmPid2_maxValue = scalar, S16, 2690, "", 1, 0, -30000, 30000, 0 -canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua" +canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua", "BMW E8x/E9x MK60e5" gppwm1_pin = bits, U16, 2696, [0:8], $output_pin_e_list gppwm1_dutyIfError = scalar, U08, 2698, "%", 1, 0, 0, 100, 0 gppwm1_pwmFrequency = scalar, U16, 2700, "hz", 1, 0, 0, 500, 0 @@ -2080,7 +2080,6 @@ lambdaMaxDeviationRpmBins = array, U16, 27870, [4], "RPM", 1, 0, 0, 18000, 0 idleRpmPid2_periodMs = "PID dTime" idleRpmPid2_minValue = "Output Min Duty Cycle" idleRpmPid2_maxValue = "Output Max Duty Cycle" - canVssNbcType = "set can_vss X" gppwm1_pin = "Select a pin to use for PWM or on-off output." gppwm1_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage." gppwm1_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode." @@ -7616,11 +7615,12 @@ dialog = lambda_monitorDialog, "lambda_monitor" commandButton = "Test Starter Disable", cmd_test_starter_disable_relay dialog = startStopDialog, "Starter Control" + field = "Require Foot On Brake To Crank", requireFootOnBrakeToCrank field = "Start/Stop Button input", startStopButtonPin field = "Start/Stop Button input mode", startStopButtonMode field = "Starter Control", starterControlPin, { starterControlPin != 0 || startStopButtonPin != 0} field = "Start cranking maximum time", startCrankingDuration, {startStopButtonPin != 0} - field = startButtonSuppressOnStartUpMs, startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} + field = "Suppress On Start Up (Ms)"", startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} commandButton = "Test Starter Relay", cmd_test_starter_relay ; Engine->MIL Settings diff --git a/firmware/tunerstudio/generated/rusefi_s105.ini b/firmware/tunerstudio/generated/rusefi_s105.ini index c18471df8c..8d544cecf5 100644 --- a/firmware/tunerstudio/generated/rusefi_s105.ini +++ b/firmware/tunerstudio/generated/rusefi_s105.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.11.27.s105.3741679885" + signature = "rusEFI master.2023.11.27.s105.155879386" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.11.27.s105.3741679885" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.11.27.s105.155879386" ; 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 @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","56 - MAP","16 - TPS","19 - Knock","39 - CLT","INVALID","opt 55 - AFR 2","opt 21 - AC Press","18 - AFR 1","13 - Ignition switch in (15)","44 - +12 sense (MR)","INVALID","na 37 - MAF","INVALID","INVALID","40 - IAT" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 00:33:20 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:26:28 UTC 2023 pageSize = 23880 page = 1 @@ -350,7 +350,7 @@ isSdCardEnabled = bits, U32, 728, [3:3], "false", "true" rusefiVerbose29b = bits, U32, 728, [4:4], "11 bit", "29 bit" rethrowHardFault = bits, U32, 728, [5:5], "false", "true" isHip9011Enabled = bits, U32, 728, [6:6], "false", "true" -unused644b5 = bits, U32, 728, [7:7], "false", "true" +requireFootOnBrakeToCrank = bits, U32, 728, [7:7], "false", "true" verboseQuad = bits, U32, 728, [8:8], "false", "true" useStepperIdle = bits, U32, 728, [9:9], "false", "true" enabledStep1Limiter = bits, U32, 728, [10:10], "false", "true" @@ -1010,7 +1010,7 @@ idleRpmPid2_offset = scalar, S16, 2684, "", 1, 0, -1000, 1000, 0 idleRpmPid2_periodMs = scalar, S16, 2686, "ms", 1, 0, 0, 3000, 0 idleRpmPid2_minValue = scalar, S16, 2688, "", 1, 0, -30000, 30000, 0 idleRpmPid2_maxValue = scalar, S16, 2690, "", 1, 0, -30000, 30000, 0 -canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua" +canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua", "BMW E8x/E9x MK60e5" gppwm1_pin = bits, U16, 2696, [0:8], $output_pin_e_list gppwm1_dutyIfError = scalar, U08, 2698, "%", 1, 0, 0, 100, 0 gppwm1_pwmFrequency = scalar, U16, 2700, "hz", 1, 0, 0, 500, 0 @@ -2080,7 +2080,6 @@ lambdaMaxDeviationRpmBins = array, U16, 23870, [4], "RPM", 1, 0, 0, 18000, 0 idleRpmPid2_periodMs = "PID dTime" idleRpmPid2_minValue = "Output Min Duty Cycle" idleRpmPid2_maxValue = "Output Max Duty Cycle" - canVssNbcType = "set can_vss X" gppwm1_pin = "Select a pin to use for PWM or on-off output." gppwm1_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage." gppwm1_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode." @@ -7613,11 +7612,12 @@ dialog = lambda_monitorDialog, "lambda_monitor" commandButton = "Test Starter Disable", cmd_test_starter_disable_relay dialog = startStopDialog, "Starter Control" + field = "Require Foot On Brake To Crank", requireFootOnBrakeToCrank field = "Start/Stop Button input", startStopButtonPin field = "Start/Stop Button input mode", startStopButtonMode field = "Starter Control", starterControlPin, { starterControlPin != 0 || startStopButtonPin != 0} field = "Start cranking maximum time", startCrankingDuration, {startStopButtonPin != 0} - field = startButtonSuppressOnStartUpMs, startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} + field = "Suppress On Start Up (Ms)"", startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} commandButton = "Test Starter Relay", cmd_test_starter_relay ; Engine->MIL Settings diff --git a/firmware/tunerstudio/generated/rusefi_small-can-board.ini b/firmware/tunerstudio/generated/rusefi_small-can-board.ini index c9d779423f..c54044c8a3 100644 --- a/firmware/tunerstudio/generated/rusefi_small-can-board.ini +++ b/firmware/tunerstudio/generated/rusefi_small-can-board.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.11.27.small-can-board.3183369575" + signature = "rusEFI master.2023.11.27.small-can-board.1810979760" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.11.27.small-can-board.3183369575" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.11.27.small-can-board.1810979760" ; 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 @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","INVALID","B2 - Analog/Digital Input","B3 - Analog/Digital Input","B4 - Analog/Digital Input","B5 - Analog/Digital Input","B7 - Analog/Digital Input","C1 - Analog/Digital Input","INVALID","INVALID","INVALID","A2 Battery Sense","INVALID","INVALID","C2 - Analog/Digital Input","C4 - Analog/Digital Input" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 00:33:07 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:26:17 UTC 2023 pageSize = 23880 page = 1 @@ -350,7 +350,7 @@ isSdCardEnabled = bits, U32, 728, [3:3], "false", "true" rusefiVerbose29b = bits, U32, 728, [4:4], "11 bit", "29 bit" rethrowHardFault = bits, U32, 728, [5:5], "false", "true" isHip9011Enabled = bits, U32, 728, [6:6], "false", "true" -unused644b5 = bits, U32, 728, [7:7], "false", "true" +requireFootOnBrakeToCrank = bits, U32, 728, [7:7], "false", "true" verboseQuad = bits, U32, 728, [8:8], "false", "true" useStepperIdle = bits, U32, 728, [9:9], "false", "true" enabledStep1Limiter = bits, U32, 728, [10:10], "false", "true" @@ -1010,7 +1010,7 @@ idleRpmPid2_offset = scalar, S16, 2684, "", 1, 0, -1000, 1000, 0 idleRpmPid2_periodMs = scalar, S16, 2686, "ms", 1, 0, 0, 3000, 0 idleRpmPid2_minValue = scalar, S16, 2688, "", 1, 0, -30000, 30000, 0 idleRpmPid2_maxValue = scalar, S16, 2690, "", 1, 0, -30000, 30000, 0 -canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua" +canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua", "BMW E8x/E9x MK60e5" gppwm1_pin = bits, U16, 2696, [0:8], $output_pin_e_list gppwm1_dutyIfError = scalar, U08, 2698, "%", 1, 0, 0, 100, 0 gppwm1_pwmFrequency = scalar, U16, 2700, "hz", 1, 0, 0, 500, 0 @@ -2080,7 +2080,6 @@ lambdaMaxDeviationRpmBins = array, U16, 23870, [4], "RPM", 1, 0, 0, 18000, 0 idleRpmPid2_periodMs = "PID dTime" idleRpmPid2_minValue = "Output Min Duty Cycle" idleRpmPid2_maxValue = "Output Max Duty Cycle" - canVssNbcType = "set can_vss X" gppwm1_pin = "Select a pin to use for PWM or on-off output." gppwm1_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage." gppwm1_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode." @@ -7614,11 +7613,12 @@ dialog = lambda_monitorDialog, "lambda_monitor" commandButton = "Test Starter Disable", cmd_test_starter_disable_relay dialog = startStopDialog, "Starter Control" + field = "Require Foot On Brake To Crank", requireFootOnBrakeToCrank field = "Start/Stop Button input", startStopButtonPin field = "Start/Stop Button input mode", startStopButtonMode field = "Starter Control", starterControlPin, { starterControlPin != 0 || startStopButtonPin != 0} field = "Start cranking maximum time", startCrankingDuration, {startStopButtonPin != 0} - field = startButtonSuppressOnStartUpMs, startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} + field = "Suppress On Start Up (Ms)"", startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} commandButton = "Test Starter Relay", cmd_test_starter_relay ; Engine->MIL Settings diff --git a/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini b/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini index eb470e381c..3430c4a746 100644 --- a/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.11.27.subaru_eg33_f7.3080955516" + signature = "rusEFI master.2023.11.27.subaru_eg33_f7.1642897579" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.11.27.subaru_eg33_f7.3080955516" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.11.27.subaru_eg33_f7.1642897579" ; 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 @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","AUX0_18 - MAP Ain","INVALID","INVALID","B05 - MAF Ain","INVALID","AUX0_19 - IAT Ain","A02 - VBat","INVALID","A06 - Oxyg 2 Ain","A04 - EGR t Ain","INVALID","A18 - AUX0 Ain","B02 - TPS Ain","INVALID","A03 - Coolant t Ain","A06 - Oxyg 1 Ain" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 00:32:10 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:25:21 UTC 2023 pageSize = 23880 page = 1 @@ -350,7 +350,7 @@ isSdCardEnabled = bits, U32, 728, [3:3], "false", "true" rusefiVerbose29b = bits, U32, 728, [4:4], "11 bit", "29 bit" rethrowHardFault = bits, U32, 728, [5:5], "false", "true" isHip9011Enabled = bits, U32, 728, [6:6], "false", "true" -unused644b5 = bits, U32, 728, [7:7], "false", "true" +requireFootOnBrakeToCrank = bits, U32, 728, [7:7], "false", "true" verboseQuad = bits, U32, 728, [8:8], "false", "true" useStepperIdle = bits, U32, 728, [9:9], "false", "true" enabledStep1Limiter = bits, U32, 728, [10:10], "false", "true" @@ -1010,7 +1010,7 @@ idleRpmPid2_offset = scalar, S16, 2684, "", 1, 0, -1000, 1000, 0 idleRpmPid2_periodMs = scalar, S16, 2686, "ms", 1, 0, 0, 3000, 0 idleRpmPid2_minValue = scalar, S16, 2688, "", 1, 0, -30000, 30000, 0 idleRpmPid2_maxValue = scalar, S16, 2690, "", 1, 0, -30000, 30000, 0 -canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua" +canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua", "BMW E8x/E9x MK60e5" gppwm1_pin = bits, U16, 2696, [0:8], $output_pin_e_list gppwm1_dutyIfError = scalar, U08, 2698, "%", 1, 0, 0, 100, 0 gppwm1_pwmFrequency = scalar, U16, 2700, "hz", 1, 0, 0, 500, 0 @@ -2080,7 +2080,6 @@ lambdaMaxDeviationRpmBins = array, U16, 23870, [4], "RPM", 1, 0, 0, 18000, 0 idleRpmPid2_periodMs = "PID dTime" idleRpmPid2_minValue = "Output Min Duty Cycle" idleRpmPid2_maxValue = "Output Max Duty Cycle" - canVssNbcType = "set can_vss X" gppwm1_pin = "Select a pin to use for PWM or on-off output." gppwm1_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage." gppwm1_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode." @@ -7622,11 +7621,12 @@ dialog = lambda_monitorDialog, "lambda_monitor" commandButton = "Test Starter Disable", cmd_test_starter_disable_relay dialog = startStopDialog, "Starter Control" + field = "Require Foot On Brake To Crank", requireFootOnBrakeToCrank field = "Start/Stop Button input", startStopButtonPin field = "Start/Stop Button input mode", startStopButtonMode field = "Starter Control", starterControlPin, { starterControlPin != 0 || startStopButtonPin != 0} field = "Start cranking maximum time", startCrankingDuration, {startStopButtonPin != 0} - field = startButtonSuppressOnStartUpMs, startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} + field = "Suppress On Start Up (Ms)"", startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} commandButton = "Test Starter Relay", cmd_test_starter_relay ; Engine->MIL Settings diff --git a/firmware/tunerstudio/generated/rusefi_t-b-g.ini b/firmware/tunerstudio/generated/rusefi_t-b-g.ini index 0294c94bef..16838e38db 100644 --- a/firmware/tunerstudio/generated/rusefi_t-b-g.ini +++ b/firmware/tunerstudio/generated/rusefi_t-b-g.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.11.27.t-b-g.2955829611" + signature = "rusEFI master.2023.11.27.t-b-g.1717659580" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.11.27.t-b-g.2955829611" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.11.27.t-b-g.1717659580" ; 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 @@ -92,7 +92,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" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 00:33:22 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:26:31 UTC 2023 pageSize = 23880 page = 1 @@ -350,7 +350,7 @@ isSdCardEnabled = bits, U32, 728, [3:3], "false", "true" rusefiVerbose29b = bits, U32, 728, [4:4], "11 bit", "29 bit" rethrowHardFault = bits, U32, 728, [5:5], "false", "true" isHip9011Enabled = bits, U32, 728, [6:6], "false", "true" -unused644b5 = bits, U32, 728, [7:7], "false", "true" +requireFootOnBrakeToCrank = bits, U32, 728, [7:7], "false", "true" verboseQuad = bits, U32, 728, [8:8], "false", "true" useStepperIdle = bits, U32, 728, [9:9], "false", "true" enabledStep1Limiter = bits, U32, 728, [10:10], "false", "true" @@ -1010,7 +1010,7 @@ idleRpmPid2_offset = scalar, S16, 2684, "", 1, 0, -1000, 1000, 0 idleRpmPid2_periodMs = scalar, S16, 2686, "ms", 1, 0, 0, 3000, 0 idleRpmPid2_minValue = scalar, S16, 2688, "", 1, 0, -30000, 30000, 0 idleRpmPid2_maxValue = scalar, S16, 2690, "", 1, 0, -30000, 30000, 0 -canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua" +canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua", "BMW E8x/E9x MK60e5" gppwm1_pin = bits, U16, 2696, [0:8], $output_pin_e_list gppwm1_dutyIfError = scalar, U08, 2698, "%", 1, 0, 0, 100, 0 gppwm1_pwmFrequency = scalar, U16, 2700, "hz", 1, 0, 0, 500, 0 @@ -2080,7 +2080,6 @@ lambdaMaxDeviationRpmBins = array, U16, 23870, [4], "RPM", 1, 0, 0, 18000, 0 idleRpmPid2_periodMs = "PID dTime" idleRpmPid2_minValue = "Output Min Duty Cycle" idleRpmPid2_maxValue = "Output Max Duty Cycle" - canVssNbcType = "set can_vss X" gppwm1_pin = "Select a pin to use for PWM or on-off output." gppwm1_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage." gppwm1_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode." @@ -7622,11 +7621,12 @@ dialog = lambda_monitorDialog, "lambda_monitor" commandButton = "Test Starter Disable", cmd_test_starter_disable_relay dialog = startStopDialog, "Starter Control" + field = "Require Foot On Brake To Crank", requireFootOnBrakeToCrank field = "Start/Stop Button input", startStopButtonPin field = "Start/Stop Button input mode", startStopButtonMode field = "Starter Control", starterControlPin, { starterControlPin != 0 || startStopButtonPin != 0} field = "Start cranking maximum time", startCrankingDuration, {startStopButtonPin != 0} - field = startButtonSuppressOnStartUpMs, startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} + field = "Suppress On Start Up (Ms)"", startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} commandButton = "Test Starter Relay", cmd_test_starter_relay ; Engine->MIL Settings diff --git a/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini b/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini index 05357be147..0b35d19714 100644 --- a/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini +++ b/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.11.27.tdg-pdm8.981486921" + signature = "rusEFI master.2023.11.27.tdg-pdm8.3973008286" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.11.27.tdg-pdm8.981486921" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.11.27.tdg-pdm8.3973008286" ; 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 @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","INVALID","INVALID","INVALID","Battery Sense","INVALID","INVALID","INVALID","Sense 7","Sense 8","Sense 1","Sense 2","Sense 3","Sense 4","Sense 5","Sense 6" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 00:33:50 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:26:58 UTC 2023 pageSize = 23880 page = 1 @@ -350,7 +350,7 @@ isSdCardEnabled = bits, U32, 728, [3:3], "false", "true" rusefiVerbose29b = bits, U32, 728, [4:4], "11 bit", "29 bit" rethrowHardFault = bits, U32, 728, [5:5], "false", "true" isHip9011Enabled = bits, U32, 728, [6:6], "false", "true" -unused644b5 = bits, U32, 728, [7:7], "false", "true" +requireFootOnBrakeToCrank = bits, U32, 728, [7:7], "false", "true" verboseQuad = bits, U32, 728, [8:8], "false", "true" useStepperIdle = bits, U32, 728, [9:9], "false", "true" enabledStep1Limiter = bits, U32, 728, [10:10], "false", "true" @@ -1010,7 +1010,7 @@ idleRpmPid2_offset = scalar, S16, 2684, "", 1, 0, -1000, 1000, 0 idleRpmPid2_periodMs = scalar, S16, 2686, "ms", 1, 0, 0, 3000, 0 idleRpmPid2_minValue = scalar, S16, 2688, "", 1, 0, -30000, 30000, 0 idleRpmPid2_maxValue = scalar, S16, 2690, "", 1, 0, -30000, 30000, 0 -canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua" +canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua", "BMW E8x/E9x MK60e5" gppwm1_pin = bits, U16, 2696, [0:8], $output_pin_e_list gppwm1_dutyIfError = scalar, U08, 2698, "%", 1, 0, 0, 100, 0 gppwm1_pwmFrequency = scalar, U16, 2700, "hz", 1, 0, 0, 500, 0 @@ -2080,7 +2080,6 @@ lambdaMaxDeviationRpmBins = array, U16, 23870, [4], "RPM", 1, 0, 0, 18000, 0 idleRpmPid2_periodMs = "PID dTime" idleRpmPid2_minValue = "Output Min Duty Cycle" idleRpmPid2_maxValue = "Output Max Duty Cycle" - canVssNbcType = "set can_vss X" gppwm1_pin = "Select a pin to use for PWM or on-off output." gppwm1_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage." gppwm1_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode." @@ -7622,11 +7621,12 @@ dialog = lambda_monitorDialog, "lambda_monitor" commandButton = "Test Starter Disable", cmd_test_starter_disable_relay dialog = startStopDialog, "Starter Control" + field = "Require Foot On Brake To Crank", requireFootOnBrakeToCrank field = "Start/Stop Button input", startStopButtonPin field = "Start/Stop Button input mode", startStopButtonMode field = "Starter Control", starterControlPin, { starterControlPin != 0 || startStopButtonPin != 0} field = "Start cranking maximum time", startCrankingDuration, {startStopButtonPin != 0} - field = startButtonSuppressOnStartUpMs, startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} + field = "Suppress On Start Up (Ms)"", startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} commandButton = "Test Starter Relay", cmd_test_starter_relay ; Engine->MIL Settings diff --git a/firmware/tunerstudio/generated/rusefi_uaefi.ini b/firmware/tunerstudio/generated/rusefi_uaefi.ini index 729040867c..75308d2188 100644 --- a/firmware/tunerstudio/generated/rusefi_uaefi.ini +++ b/firmware/tunerstudio/generated/rusefi_uaefi.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.11.27.uaefi.510866968" + signature = "rusEFI master.2023.11.27.uaefi.3359387855" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.11.27.uaefi.510866968" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.11.27.uaefi.3359387855" ; 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 @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","215 CLT","227 IAT" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 00:32:46 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:25:56 UTC 2023 pageSize = 23880 page = 1 @@ -350,7 +350,7 @@ isSdCardEnabled = bits, U32, 728, [3:3], "false", "true" rusefiVerbose29b = bits, U32, 728, [4:4], "11 bit", "29 bit" rethrowHardFault = bits, U32, 728, [5:5], "false", "true" isHip9011Enabled = bits, U32, 728, [6:6], "false", "true" -unused644b5 = bits, U32, 728, [7:7], "false", "true" +requireFootOnBrakeToCrank = bits, U32, 728, [7:7], "false", "true" verboseQuad = bits, U32, 728, [8:8], "false", "true" useStepperIdle = bits, U32, 728, [9:9], "false", "true" enabledStep1Limiter = bits, U32, 728, [10:10], "false", "true" @@ -1010,7 +1010,7 @@ idleRpmPid2_offset = scalar, S16, 2684, "", 1, 0, -1000, 1000, 0 idleRpmPid2_periodMs = scalar, S16, 2686, "ms", 1, 0, 0, 3000, 0 idleRpmPid2_minValue = scalar, S16, 2688, "", 1, 0, -30000, 30000, 0 idleRpmPid2_maxValue = scalar, S16, 2690, "", 1, 0, -30000, 30000, 0 -canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua" +canVssNbcType = bits, U08, 2692, [0:1], "BMW_e46", "W202", "Lua", "BMW E8x/E9x MK60e5" gppwm1_pin = bits, U16, 2696, [0:8], $output_pin_e_list gppwm1_dutyIfError = scalar, U08, 2698, "%", 1, 0, 0, 100, 0 gppwm1_pwmFrequency = scalar, U16, 2700, "hz", 1, 0, 0, 500, 0 @@ -2080,7 +2080,6 @@ lambdaMaxDeviationRpmBins = array, U16, 23870, [4], "RPM", 1, 0, 0, 18000, 0 idleRpmPid2_periodMs = "PID dTime" idleRpmPid2_minValue = "Output Min Duty Cycle" idleRpmPid2_maxValue = "Output Max Duty Cycle" - canVssNbcType = "set can_vss X" gppwm1_pin = "Select a pin to use for PWM or on-off output." gppwm1_dutyIfError = "If an error (with a sensor, etc) is detected, this value is used instead of reading from the table.\nThis should be a safe value for whatever hardware is connected to prevent damage." gppwm1_pwmFrequency = "Select a frequency to run PWM at.\nSet this to 0hz to enable on-off mode." @@ -7597,11 +7596,12 @@ dialog = lambda_monitorDialog, "lambda_monitor" commandButton = "Test Starter Disable", cmd_test_starter_disable_relay dialog = startStopDialog, "Starter Control" + field = "Require Foot On Brake To Crank", requireFootOnBrakeToCrank field = "Start/Stop Button input", startStopButtonPin field = "Start/Stop Button input mode", startStopButtonMode field = "Starter Control", starterControlPin, { starterControlPin != 0 || startStopButtonPin != 0} field = "Start cranking maximum time", startCrankingDuration, {startStopButtonPin != 0} - field = startButtonSuppressOnStartUpMs, startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} + field = "Suppress On Start Up (Ms)"", startButtonSuppressOnStartUpMs, {startStopButtonPin != 0} commandButton = "Test Starter Relay", cmd_test_starter_relay ; Engine->MIL Settings diff --git a/java_console/models/src/main/java/com/rusefi/config/generated/Fields.java b/java_console/models/src/main/java/com/rusefi/config/generated/Fields.java index f29f2c6298..bb0ea711c5 100644 --- a/java_console/models/src/main/java/com/rusefi/config/generated/Fields.java +++ b/java_console/models/src/main/java/com/rusefi/config/generated/Fields.java @@ -1,6 +1,6 @@ package com.rusefi.config.generated; -// this file was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 00:33:59 UTC 2023 +// this file was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 27 04:27:06 UTC 2023 // by class com.rusefi.output.FileJavaFieldsConsumer import com.rusefi.config.*; @@ -150,6 +150,7 @@ public class Fields { public static final int can_nbc_e_CAN_BUS_W202_C180 = 5; public static final String CAN_RX_PREFIX = "CAN_rx"; public static final int can_vss_nbc_e_BMW_e46 = 0; + public static final int can_vss_nbc_e_BMW_e90 = 3; public static final int can_vss_nbc_e_LUA = 2; public static final int can_vss_nbc_e_W202 = 1; public static final int CanGpioType_DRT = 1; @@ -1079,7 +1080,6 @@ public class Fields { public static final int SentEtbType_FORD_TYPE_1 = 2; public static final int SentEtbType_GM_TYPE_1 = 1; public static final int SentEtbType_NONE = 0; - public static final int SIGNATURE_HASH = 609618477; public static final String SIMULATOR_TUNE_BIN_FILE_NAME = "generated/simulator_tune_image.bin"; public static final String SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX = "generated/simulator_tune_image"; public static final String SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX = ".bin"; @@ -1308,7 +1308,7 @@ public class Fields { public static final int TS_RESPONSE_UNDERRUN = 0x80; public static final int TS_RESPONSE_UNRECOGNIZED_COMMAND = 0x83; public static final char TS_SET_LOGGER_SWITCH = 'l'; - public static final String TS_SIGNATURE = "rusEFI master.2023.11.27.f407-discovery.609618477"; + public static final String TS_SIGNATURE = "rusEFI master.2023.11.27.f407-discovery.4061727994"; public static final char TS_SIMULATE_CAN = '>'; public static final char TS_SINGLE_WRITE_COMMAND = 'W'; public static final char TS_TEST_COMMAND = 't'; @@ -1660,6 +1660,7 @@ public class Fields { public static final Field RUSEFIVERBOSE29B = Field.create("RUSEFIVERBOSE29B", 728, FieldType.BIT, 4).setBaseOffset(0); public static final Field RETHROWHARDFAULT = Field.create("RETHROWHARDFAULT", 728, FieldType.BIT, 5).setBaseOffset(0); public static final Field ISHIP9011ENABLED = Field.create("ISHIP9011ENABLED", 728, FieldType.BIT, 6).setBaseOffset(0); + public static final Field REQUIREFOOTONBRAKETOCRANK = Field.create("REQUIREFOOTONBRAKETOCRANK", 728, FieldType.BIT, 7).setBaseOffset(0); public static final Field VERBOSEQUAD = Field.create("VERBOSEQUAD", 728, FieldType.BIT, 8).setBaseOffset(0); public static final Field USESTEPPERIDLE = Field.create("USESTEPPERIDLE", 728, FieldType.BIT, 9).setBaseOffset(0); public static final Field ENABLEDSTEP1LIMITER = Field.create("ENABLEDSTEP1LIMITER", 728, FieldType.BIT, 10).setBaseOffset(0); @@ -2367,8 +2368,8 @@ public class Fields { public static final Field IDLERPMPID2_PERIODMS = Field.create("IDLERPMPID2_PERIODMS", 2686, FieldType.INT16).setScale(1.0).setBaseOffset(0); public static final Field IDLERPMPID2_MINVALUE = Field.create("IDLERPMPID2_MINVALUE", 2688, FieldType.INT16).setScale(1.0).setBaseOffset(0); public static final Field IDLERPMPID2_MAXVALUE = Field.create("IDLERPMPID2_MAXVALUE", 2690, FieldType.INT16).setScale(1.0).setBaseOffset(0); - public static final Field CANVSSNBCTYPE = Field.create("CANVSSNBCTYPE", 2692, FieldType.INT8).setScale(1.0).setBaseOffset(0); - public static final Field ALIGNMENTFILL_AT_2693 = Field.create("ALIGNMENTFILL_AT_2693", 2693, FieldType.INT8).setScale(1.0).setBaseOffset(0); + public static final Field CANVSSNBCTYPE = Field.create("CANVSSNBCTYPE", 2692, FieldType.INT16).setScale(1.0).setBaseOffset(0); + public static final Field ALIGNMENTFILL_AT_2694 = Field.create("ALIGNMENTFILL_AT_2694", 2694, FieldType.INT8).setScale(1.0).setBaseOffset(0); public static final Field GPPWM1_PIN = Field.create("GPPWM1_PIN", 2696, FieldType.INT16, output_pin_e).setScale(1.0).setBaseOffset(0); public static final Field GPPWM1_DUTYIFERROR = Field.create("GPPWM1_DUTYIFERROR", 2698, FieldType.INT8).setScale(1.0).setBaseOffset(0); public static final Field GPPWM1_ALIGNMENTFILL_AT_3 = Field.create("GPPWM1_ALIGNMENTFILL_AT_3", 2699, FieldType.INT8).setScale(1.0).setBaseOffset(0); @@ -3239,6 +3240,7 @@ public class Fields { RUSEFIVERBOSE29B, RETHROWHARDFAULT, ISHIP9011ENABLED, + REQUIREFOOTONBRAKETOCRANK, VERBOSEQUAD, USESTEPPERIDLE, ENABLEDSTEP1LIMITER, @@ -3935,7 +3937,7 @@ public class Fields { IDLERPMPID2_MINVALUE, IDLERPMPID2_MAXVALUE, CANVSSNBCTYPE, - ALIGNMENTFILL_AT_2693, + ALIGNMENTFILL_AT_2694, GPPWM1_PIN, GPPWM1_DUTYIFERROR, GPPWM1_ALIGNMENTFILL_AT_3,