From 3bf4219ad6e776833de92dd09e486d8ba46f115d Mon Sep 17 00:00:00 2001 From: rusefi Date: Mon, 2 Mar 2020 19:49:47 -0500 Subject: [PATCH] useHbridges --- ...ngine_configuration_generated_structures.h | 64 +++--- .../controllers/algo/rusefi_generated.h | 120 ++++++------ ...ngine_configuration_generated_structures.h | 64 +++--- .../controllers/generated/rusefi_generated.h | 120 ++++++------ firmware/integration/rusefi_config.txt | 30 +++ firmware/tunerstudio/rusefi.ini | 63 +++--- firmware/tunerstudio/rusefi.input | 1 + firmware/tunerstudio/rusefi_frankenso.ini | 63 +++--- firmware/tunerstudio/rusefi_kinetis.ini | 63 +++--- firmware/tunerstudio/rusefi_microrusefi.ini | 63 +++--- firmware/tunerstudio/rusefi_prometheus.ini | 63 +++--- firmware/tunerstudio/rusefi_proteus.ini | 63 +++--- .../com/rusefi/config/generated/Fields.java | 182 +++++++++--------- 13 files changed, 498 insertions(+), 461 deletions(-) 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 9da3a3e580..8d88f9732d 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 ConfigDefinition.jar based on integration/rusefi_config.txt Sun Mar 01 22:31:05 EST 2020 +// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration/rusefi_config.txt Mon Mar 02 19:46:02 EST 2020 // by class com.rusefi.output.CHeaderConsumer // begin #ifndef CONFIG_BOARDS_KINETIS_CONFIG_CONTROLLERS_ALGO_ENGINE_CONFIGURATION_GENERATED_STRUCTURES_H @@ -1586,94 +1586,94 @@ struct engine_configuration_s { bool todoClutchDownPinInverted : 1; /** offset 976 bit 2 */ - bool unusedBit_250_2 : 1; + bool useHbridges : 1; /** offset 976 bit 3 */ - bool unusedBit_250_3 : 1; + bool unusedBit_251_3 : 1; /** offset 976 bit 4 */ - bool unusedBit_250_4 : 1; + bool unusedBit_251_4 : 1; /** offset 976 bit 5 */ - bool unusedBit_250_5 : 1; + bool unusedBit_251_5 : 1; /** offset 976 bit 6 */ - bool unusedBit_250_6 : 1; + bool unusedBit_251_6 : 1; /** offset 976 bit 7 */ - bool unusedBit_250_7 : 1; + bool unusedBit_251_7 : 1; /** offset 976 bit 8 */ - bool unusedBit_250_8 : 1; + bool unusedBit_251_8 : 1; /** offset 976 bit 9 */ - bool unusedBit_250_9 : 1; + bool unusedBit_251_9 : 1; /** offset 976 bit 10 */ - bool unusedBit_250_10 : 1; + bool unusedBit_251_10 : 1; /** offset 976 bit 11 */ - bool unusedBit_250_11 : 1; + bool unusedBit_251_11 : 1; /** offset 976 bit 12 */ - bool unusedBit_250_12 : 1; + bool unusedBit_251_12 : 1; /** offset 976 bit 13 */ - bool unusedBit_250_13 : 1; + bool unusedBit_251_13 : 1; /** offset 976 bit 14 */ - bool unusedBit_250_14 : 1; + bool unusedBit_251_14 : 1; /** offset 976 bit 15 */ - bool unusedBit_250_15 : 1; + bool unusedBit_251_15 : 1; /** offset 976 bit 16 */ - bool unusedBit_250_16 : 1; + bool unusedBit_251_16 : 1; /** offset 976 bit 17 */ - bool unusedBit_250_17 : 1; + bool unusedBit_251_17 : 1; /** offset 976 bit 18 */ - bool unusedBit_250_18 : 1; + bool unusedBit_251_18 : 1; /** offset 976 bit 19 */ - bool unusedBit_250_19 : 1; + bool unusedBit_251_19 : 1; /** offset 976 bit 20 */ - bool unusedBit_250_20 : 1; + bool unusedBit_251_20 : 1; /** offset 976 bit 21 */ - bool unusedBit_250_21 : 1; + bool unusedBit_251_21 : 1; /** offset 976 bit 22 */ - bool unusedBit_250_22 : 1; + bool unusedBit_251_22 : 1; /** offset 976 bit 23 */ - bool unusedBit_250_23 : 1; + bool unusedBit_251_23 : 1; /** offset 976 bit 24 */ - bool unusedBit_250_24 : 1; + bool unusedBit_251_24 : 1; /** offset 976 bit 25 */ - bool unusedBit_250_25 : 1; + bool unusedBit_251_25 : 1; /** offset 976 bit 26 */ - bool unusedBit_250_26 : 1; + bool unusedBit_251_26 : 1; /** offset 976 bit 27 */ - bool unusedBit_250_27 : 1; + bool unusedBit_251_27 : 1; /** offset 976 bit 28 */ - bool unusedBit_250_28 : 1; + bool unusedBit_251_28 : 1; /** offset 976 bit 29 */ - bool unusedBit_250_29 : 1; + bool unusedBit_251_29 : 1; /** offset 976 bit 30 */ - bool unusedBit_250_30 : 1; + bool unusedBit_278_30 : 1; /** offset 976 bit 31 */ - bool unusedBit_250_31 : 1; + bool unusedBit_278_31 : 1; /** * offset 980 */ @@ -3217,4 +3217,4 @@ typedef struct persistent_config_s persistent_config_s; #endif // end -// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration/rusefi_config.txt Sun Mar 01 22:31:05 EST 2020 +// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration/rusefi_config.txt Mon Mar 02 19:46:02 EST 2020 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 a8647b27fa..05449e47bc 100644 --- a/firmware/config/boards/kinetis/config/controllers/algo/rusefi_generated.h +++ b/firmware/config/boards/kinetis/config/controllers/algo/rusefi_generated.h @@ -2077,66 +2077,64 @@ #define unusedAtOldBoardConfigurationEnd_offset_hex 41c #define unusedBit4_1476_offset 1476 #define unusedBit4_1476_offset_hex 5c4 -#define unusedBit_250_10_offset 976 -#define unusedBit_250_10_offset_hex 3d0 -#define unusedBit_250_11_offset 976 -#define unusedBit_250_11_offset_hex 3d0 -#define unusedBit_250_12_offset 976 -#define unusedBit_250_12_offset_hex 3d0 -#define unusedBit_250_13_offset 976 -#define unusedBit_250_13_offset_hex 3d0 -#define unusedBit_250_14_offset 976 -#define unusedBit_250_14_offset_hex 3d0 -#define unusedBit_250_15_offset 976 -#define unusedBit_250_15_offset_hex 3d0 -#define unusedBit_250_16_offset 976 -#define unusedBit_250_16_offset_hex 3d0 -#define unusedBit_250_17_offset 976 -#define unusedBit_250_17_offset_hex 3d0 -#define unusedBit_250_18_offset 976 -#define unusedBit_250_18_offset_hex 3d0 -#define unusedBit_250_19_offset 976 -#define unusedBit_250_19_offset_hex 3d0 -#define unusedBit_250_20_offset 976 -#define unusedBit_250_20_offset_hex 3d0 -#define unusedBit_250_21_offset 976 -#define unusedBit_250_21_offset_hex 3d0 -#define unusedBit_250_22_offset 976 -#define unusedBit_250_22_offset_hex 3d0 -#define unusedBit_250_23_offset 976 -#define unusedBit_250_23_offset_hex 3d0 -#define unusedBit_250_24_offset 976 -#define unusedBit_250_24_offset_hex 3d0 -#define unusedBit_250_25_offset 976 -#define unusedBit_250_25_offset_hex 3d0 -#define unusedBit_250_26_offset 976 -#define unusedBit_250_26_offset_hex 3d0 -#define unusedBit_250_27_offset 976 -#define unusedBit_250_27_offset_hex 3d0 -#define unusedBit_250_28_offset 976 -#define unusedBit_250_28_offset_hex 3d0 -#define unusedBit_250_29_offset 976 -#define unusedBit_250_29_offset_hex 3d0 -#define unusedBit_250_2_offset 976 -#define unusedBit_250_2_offset_hex 3d0 -#define unusedBit_250_30_offset 976 -#define unusedBit_250_30_offset_hex 3d0 -#define unusedBit_250_31_offset 976 -#define unusedBit_250_31_offset_hex 3d0 -#define unusedBit_250_3_offset 976 -#define unusedBit_250_3_offset_hex 3d0 -#define unusedBit_250_4_offset 976 -#define unusedBit_250_4_offset_hex 3d0 -#define unusedBit_250_5_offset 976 -#define unusedBit_250_5_offset_hex 3d0 -#define unusedBit_250_6_offset 976 -#define unusedBit_250_6_offset_hex 3d0 -#define unusedBit_250_7_offset 976 -#define unusedBit_250_7_offset_hex 3d0 -#define unusedBit_250_8_offset 976 -#define unusedBit_250_8_offset_hex 3d0 -#define unusedBit_250_9_offset 976 -#define unusedBit_250_9_offset_hex 3d0 +#define unusedBit_251_10_offset 976 +#define unusedBit_251_10_offset_hex 3d0 +#define unusedBit_251_11_offset 976 +#define unusedBit_251_11_offset_hex 3d0 +#define unusedBit_251_12_offset 976 +#define unusedBit_251_12_offset_hex 3d0 +#define unusedBit_251_13_offset 976 +#define unusedBit_251_13_offset_hex 3d0 +#define unusedBit_251_14_offset 976 +#define unusedBit_251_14_offset_hex 3d0 +#define unusedBit_251_15_offset 976 +#define unusedBit_251_15_offset_hex 3d0 +#define unusedBit_251_16_offset 976 +#define unusedBit_251_16_offset_hex 3d0 +#define unusedBit_251_17_offset 976 +#define unusedBit_251_17_offset_hex 3d0 +#define unusedBit_251_18_offset 976 +#define unusedBit_251_18_offset_hex 3d0 +#define unusedBit_251_19_offset 976 +#define unusedBit_251_19_offset_hex 3d0 +#define unusedBit_251_20_offset 976 +#define unusedBit_251_20_offset_hex 3d0 +#define unusedBit_251_21_offset 976 +#define unusedBit_251_21_offset_hex 3d0 +#define unusedBit_251_22_offset 976 +#define unusedBit_251_22_offset_hex 3d0 +#define unusedBit_251_23_offset 976 +#define unusedBit_251_23_offset_hex 3d0 +#define unusedBit_251_24_offset 976 +#define unusedBit_251_24_offset_hex 3d0 +#define unusedBit_251_25_offset 976 +#define unusedBit_251_25_offset_hex 3d0 +#define unusedBit_251_26_offset 976 +#define unusedBit_251_26_offset_hex 3d0 +#define unusedBit_251_27_offset 976 +#define unusedBit_251_27_offset_hex 3d0 +#define unusedBit_251_28_offset 976 +#define unusedBit_251_28_offset_hex 3d0 +#define unusedBit_251_29_offset 976 +#define unusedBit_251_29_offset_hex 3d0 +#define unusedBit_251_3_offset 976 +#define unusedBit_251_3_offset_hex 3d0 +#define unusedBit_251_4_offset 976 +#define unusedBit_251_4_offset_hex 3d0 +#define unusedBit_251_5_offset 976 +#define unusedBit_251_5_offset_hex 3d0 +#define unusedBit_251_6_offset 976 +#define unusedBit_251_6_offset_hex 3d0 +#define unusedBit_251_7_offset 976 +#define unusedBit_251_7_offset_hex 3d0 +#define unusedBit_251_8_offset 976 +#define unusedBit_251_8_offset_hex 3d0 +#define unusedBit_251_9_offset 976 +#define unusedBit_251_9_offset_hex 3d0 +#define unusedBit_278_30_offset 976 +#define unusedBit_278_30_offset_hex 3d0 +#define unusedBit_278_31_offset 976 +#define unusedBit_278_31_offset_hex 3d0 #define unusedBit_34_31_offset 76 #define unusedBit_34_31_offset_hex 4c #define unusedErrorPin_offset 2040 @@ -2197,6 +2195,8 @@ #define useFSIO8ForServo1_offset_hex 5b8 #define useFSIO9ForServo2_offset 1464 #define useFSIO9ForServo2_offset_hex 5b8 +#define useHbridges_offset 976 +#define useHbridges_offset_hex 3d0 #define useIacPidMultTable_offset 1476 #define useIacPidMultTable_offset_hex 5c4 #define useIacTableForCoasting_offset 744 diff --git a/firmware/controllers/generated/engine_configuration_generated_structures.h b/firmware/controllers/generated/engine_configuration_generated_structures.h index 5bb237d6f9..691c229bf4 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 ConfigDefinition.jar based on integration\rusefi_config.txt Sun Mar 01 22:30:46 EST 2020 +// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Mon Mar 02 19:45:47 EST 2020 // by class com.rusefi.output.CHeaderConsumer // begin #ifndef CONTROLLERS_GENERATED_ENGINE_CONFIGURATION_GENERATED_STRUCTURES_H @@ -1586,94 +1586,94 @@ struct engine_configuration_s { bool todoClutchDownPinInverted : 1; /** offset 976 bit 2 */ - bool unusedBit_250_2 : 1; + bool useHbridges : 1; /** offset 976 bit 3 */ - bool unusedBit_250_3 : 1; + bool unusedBit_251_3 : 1; /** offset 976 bit 4 */ - bool unusedBit_250_4 : 1; + bool unusedBit_251_4 : 1; /** offset 976 bit 5 */ - bool unusedBit_250_5 : 1; + bool unusedBit_251_5 : 1; /** offset 976 bit 6 */ - bool unusedBit_250_6 : 1; + bool unusedBit_251_6 : 1; /** offset 976 bit 7 */ - bool unusedBit_250_7 : 1; + bool unusedBit_251_7 : 1; /** offset 976 bit 8 */ - bool unusedBit_250_8 : 1; + bool unusedBit_251_8 : 1; /** offset 976 bit 9 */ - bool unusedBit_250_9 : 1; + bool unusedBit_251_9 : 1; /** offset 976 bit 10 */ - bool unusedBit_250_10 : 1; + bool unusedBit_251_10 : 1; /** offset 976 bit 11 */ - bool unusedBit_250_11 : 1; + bool unusedBit_251_11 : 1; /** offset 976 bit 12 */ - bool unusedBit_250_12 : 1; + bool unusedBit_251_12 : 1; /** offset 976 bit 13 */ - bool unusedBit_250_13 : 1; + bool unusedBit_251_13 : 1; /** offset 976 bit 14 */ - bool unusedBit_250_14 : 1; + bool unusedBit_251_14 : 1; /** offset 976 bit 15 */ - bool unusedBit_250_15 : 1; + bool unusedBit_251_15 : 1; /** offset 976 bit 16 */ - bool unusedBit_250_16 : 1; + bool unusedBit_251_16 : 1; /** offset 976 bit 17 */ - bool unusedBit_250_17 : 1; + bool unusedBit_251_17 : 1; /** offset 976 bit 18 */ - bool unusedBit_250_18 : 1; + bool unusedBit_251_18 : 1; /** offset 976 bit 19 */ - bool unusedBit_250_19 : 1; + bool unusedBit_251_19 : 1; /** offset 976 bit 20 */ - bool unusedBit_250_20 : 1; + bool unusedBit_251_20 : 1; /** offset 976 bit 21 */ - bool unusedBit_250_21 : 1; + bool unusedBit_251_21 : 1; /** offset 976 bit 22 */ - bool unusedBit_250_22 : 1; + bool unusedBit_251_22 : 1; /** offset 976 bit 23 */ - bool unusedBit_250_23 : 1; + bool unusedBit_251_23 : 1; /** offset 976 bit 24 */ - bool unusedBit_250_24 : 1; + bool unusedBit_251_24 : 1; /** offset 976 bit 25 */ - bool unusedBit_250_25 : 1; + bool unusedBit_251_25 : 1; /** offset 976 bit 26 */ - bool unusedBit_250_26 : 1; + bool unusedBit_251_26 : 1; /** offset 976 bit 27 */ - bool unusedBit_250_27 : 1; + bool unusedBit_251_27 : 1; /** offset 976 bit 28 */ - bool unusedBit_250_28 : 1; + bool unusedBit_251_28 : 1; /** offset 976 bit 29 */ - bool unusedBit_250_29 : 1; + bool unusedBit_251_29 : 1; /** offset 976 bit 30 */ - bool unusedBit_250_30 : 1; + bool unusedBit_278_30 : 1; /** offset 976 bit 31 */ - bool unusedBit_250_31 : 1; + bool unusedBit_278_31 : 1; /** * offset 980 */ @@ -3217,4 +3217,4 @@ typedef struct persistent_config_s persistent_config_s; #endif // end -// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Sun Mar 01 22:30:46 EST 2020 +// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Mon Mar 02 19:45:47 EST 2020 diff --git a/firmware/controllers/generated/rusefi_generated.h b/firmware/controllers/generated/rusefi_generated.h index cd9ef07ed5..1b6d1e15fb 100644 --- a/firmware/controllers/generated/rusefi_generated.h +++ b/firmware/controllers/generated/rusefi_generated.h @@ -2077,66 +2077,64 @@ #define unusedAtOldBoardConfigurationEnd_offset_hex 41c #define unusedBit4_1476_offset 1476 #define unusedBit4_1476_offset_hex 5c4 -#define unusedBit_250_10_offset 976 -#define unusedBit_250_10_offset_hex 3d0 -#define unusedBit_250_11_offset 976 -#define unusedBit_250_11_offset_hex 3d0 -#define unusedBit_250_12_offset 976 -#define unusedBit_250_12_offset_hex 3d0 -#define unusedBit_250_13_offset 976 -#define unusedBit_250_13_offset_hex 3d0 -#define unusedBit_250_14_offset 976 -#define unusedBit_250_14_offset_hex 3d0 -#define unusedBit_250_15_offset 976 -#define unusedBit_250_15_offset_hex 3d0 -#define unusedBit_250_16_offset 976 -#define unusedBit_250_16_offset_hex 3d0 -#define unusedBit_250_17_offset 976 -#define unusedBit_250_17_offset_hex 3d0 -#define unusedBit_250_18_offset 976 -#define unusedBit_250_18_offset_hex 3d0 -#define unusedBit_250_19_offset 976 -#define unusedBit_250_19_offset_hex 3d0 -#define unusedBit_250_20_offset 976 -#define unusedBit_250_20_offset_hex 3d0 -#define unusedBit_250_21_offset 976 -#define unusedBit_250_21_offset_hex 3d0 -#define unusedBit_250_22_offset 976 -#define unusedBit_250_22_offset_hex 3d0 -#define unusedBit_250_23_offset 976 -#define unusedBit_250_23_offset_hex 3d0 -#define unusedBit_250_24_offset 976 -#define unusedBit_250_24_offset_hex 3d0 -#define unusedBit_250_25_offset 976 -#define unusedBit_250_25_offset_hex 3d0 -#define unusedBit_250_26_offset 976 -#define unusedBit_250_26_offset_hex 3d0 -#define unusedBit_250_27_offset 976 -#define unusedBit_250_27_offset_hex 3d0 -#define unusedBit_250_28_offset 976 -#define unusedBit_250_28_offset_hex 3d0 -#define unusedBit_250_29_offset 976 -#define unusedBit_250_29_offset_hex 3d0 -#define unusedBit_250_2_offset 976 -#define unusedBit_250_2_offset_hex 3d0 -#define unusedBit_250_30_offset 976 -#define unusedBit_250_30_offset_hex 3d0 -#define unusedBit_250_31_offset 976 -#define unusedBit_250_31_offset_hex 3d0 -#define unusedBit_250_3_offset 976 -#define unusedBit_250_3_offset_hex 3d0 -#define unusedBit_250_4_offset 976 -#define unusedBit_250_4_offset_hex 3d0 -#define unusedBit_250_5_offset 976 -#define unusedBit_250_5_offset_hex 3d0 -#define unusedBit_250_6_offset 976 -#define unusedBit_250_6_offset_hex 3d0 -#define unusedBit_250_7_offset 976 -#define unusedBit_250_7_offset_hex 3d0 -#define unusedBit_250_8_offset 976 -#define unusedBit_250_8_offset_hex 3d0 -#define unusedBit_250_9_offset 976 -#define unusedBit_250_9_offset_hex 3d0 +#define unusedBit_251_10_offset 976 +#define unusedBit_251_10_offset_hex 3d0 +#define unusedBit_251_11_offset 976 +#define unusedBit_251_11_offset_hex 3d0 +#define unusedBit_251_12_offset 976 +#define unusedBit_251_12_offset_hex 3d0 +#define unusedBit_251_13_offset 976 +#define unusedBit_251_13_offset_hex 3d0 +#define unusedBit_251_14_offset 976 +#define unusedBit_251_14_offset_hex 3d0 +#define unusedBit_251_15_offset 976 +#define unusedBit_251_15_offset_hex 3d0 +#define unusedBit_251_16_offset 976 +#define unusedBit_251_16_offset_hex 3d0 +#define unusedBit_251_17_offset 976 +#define unusedBit_251_17_offset_hex 3d0 +#define unusedBit_251_18_offset 976 +#define unusedBit_251_18_offset_hex 3d0 +#define unusedBit_251_19_offset 976 +#define unusedBit_251_19_offset_hex 3d0 +#define unusedBit_251_20_offset 976 +#define unusedBit_251_20_offset_hex 3d0 +#define unusedBit_251_21_offset 976 +#define unusedBit_251_21_offset_hex 3d0 +#define unusedBit_251_22_offset 976 +#define unusedBit_251_22_offset_hex 3d0 +#define unusedBit_251_23_offset 976 +#define unusedBit_251_23_offset_hex 3d0 +#define unusedBit_251_24_offset 976 +#define unusedBit_251_24_offset_hex 3d0 +#define unusedBit_251_25_offset 976 +#define unusedBit_251_25_offset_hex 3d0 +#define unusedBit_251_26_offset 976 +#define unusedBit_251_26_offset_hex 3d0 +#define unusedBit_251_27_offset 976 +#define unusedBit_251_27_offset_hex 3d0 +#define unusedBit_251_28_offset 976 +#define unusedBit_251_28_offset_hex 3d0 +#define unusedBit_251_29_offset 976 +#define unusedBit_251_29_offset_hex 3d0 +#define unusedBit_251_3_offset 976 +#define unusedBit_251_3_offset_hex 3d0 +#define unusedBit_251_4_offset 976 +#define unusedBit_251_4_offset_hex 3d0 +#define unusedBit_251_5_offset 976 +#define unusedBit_251_5_offset_hex 3d0 +#define unusedBit_251_6_offset 976 +#define unusedBit_251_6_offset_hex 3d0 +#define unusedBit_251_7_offset 976 +#define unusedBit_251_7_offset_hex 3d0 +#define unusedBit_251_8_offset 976 +#define unusedBit_251_8_offset_hex 3d0 +#define unusedBit_251_9_offset 976 +#define unusedBit_251_9_offset_hex 3d0 +#define unusedBit_278_30_offset 976 +#define unusedBit_278_30_offset_hex 3d0 +#define unusedBit_278_31_offset 976 +#define unusedBit_278_31_offset_hex 3d0 #define unusedBit_34_31_offset 76 #define unusedBit_34_31_offset_hex 4c #define unusedErrorPin_offset 2040 @@ -2197,6 +2195,8 @@ #define useFSIO8ForServo1_offset_hex 5b8 #define useFSIO9ForServo2_offset 1464 #define useFSIO9ForServo2_offset_hex 5b8 +#define useHbridges_offset 976 +#define useHbridges_offset_hex 3d0 #define useIacPidMultTable_offset 1476 #define useIacPidMultTable_offset_hex 5c4 #define useIacTableForCoasting_offset 744 diff --git a/firmware/integration/rusefi_config.txt b/firmware/integration/rusefi_config.txt index eef664331e..90f2d9a424 100644 --- a/firmware/integration/rusefi_config.txt +++ b/firmware/integration/rusefi_config.txt @@ -650,6 +650,7 @@ bit is_enabled_spi_2 bit useETBforIdleControl;+This setting allows the ETB to act as the idle air control valve and move to regulate the airflow at idle. bit idleIncrementalPidCic bit enableAemXSeries +! 'enableAemXSeries' is the 32nd bit here, you would need another bit region if more bits are desired brain_input_pin_e[LOGIC_ANALYZER_CHANNEL_COUNT iterate] logicAnalyzerPins; pin_output_mode_e mainRelayPinMode; @@ -741,6 +742,35 @@ custom maf_sensor_type_e 4 bits, S32, @OFFSET@, [0:7], @@maf_sensor_type_e_enum@ float unused bit todoClutchUpPinInverted bit todoClutchDownPinInverted + bit useHbridges + bit unusedBit_251_3 + bit unusedBit_251_4 + bit unusedBit_251_5 + bit unusedBit_251_6 + bit unusedBit_251_7 + bit unusedBit_251_8 + bit unusedBit_251_9 + bit unusedBit_251_10 + bit unusedBit_251_11 + bit unusedBit_251_12 + bit unusedBit_251_13 + bit unusedBit_251_14 + bit unusedBit_251_15 + bit unusedBit_251_16 + bit unusedBit_251_17 + bit unusedBit_251_18 + bit unusedBit_251_19 + bit unusedBit_251_20 + bit unusedBit_251_21 + bit unusedBit_251_22 + bit unusedBit_251_23 + bit unusedBit_251_24 + bit unusedBit_251_25 + bit unusedBit_251_26 + bit unusedBit_251_27 + bit unusedBit_251_28 + bit unusedBit_251_29 + etb_io[ETB_COUNT iterate] etbIo diff --git a/firmware/tunerstudio/rusefi.ini b/firmware/tunerstudio/rusefi.ini index 2454f7be41..2e1151e401 100644 --- a/firmware/tunerstudio/rusefi.ini +++ b/firmware/tunerstudio/rusefi.ini @@ -85,7 +85,7 @@ enable2ndByteCanID = false ; see PAGE_0_SIZE in C source code ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Sun Mar 01 22:30:46 EST 2020 +; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Mon Mar 02 19:45:47 EST 2020 pageSize = 20000 page = 1 @@ -535,36 +535,36 @@ page = 1 ;no TS info - skipping unused offset 972 todoClutchUpPinInverted = bits, U32, 976, [0:0], "false", "true" todoClutchDownPinInverted= bits, U32, 976, [1:1], "false", "true" - unusedBit_250_2 = bits, U32, 976, [2:2], "false", "true" - unusedBit_250_3 = bits, U32, 976, [3:3], "false", "true" - unusedBit_250_4 = bits, U32, 976, [4:4], "false", "true" - unusedBit_250_5 = bits, U32, 976, [5:5], "false", "true" - unusedBit_250_6 = bits, U32, 976, [6:6], "false", "true" - unusedBit_250_7 = bits, U32, 976, [7:7], "false", "true" - unusedBit_250_8 = bits, U32, 976, [8:8], "false", "true" - unusedBit_250_9 = bits, U32, 976, [9:9], "false", "true" - unusedBit_250_10 = bits, U32, 976, [10:10], "false", "true" - unusedBit_250_11 = bits, U32, 976, [11:11], "false", "true" - unusedBit_250_12 = bits, U32, 976, [12:12], "false", "true" - unusedBit_250_13 = bits, U32, 976, [13:13], "false", "true" - unusedBit_250_14 = bits, U32, 976, [14:14], "false", "true" - unusedBit_250_15 = bits, U32, 976, [15:15], "false", "true" - unusedBit_250_16 = bits, U32, 976, [16:16], "false", "true" - unusedBit_250_17 = bits, U32, 976, [17:17], "false", "true" - unusedBit_250_18 = bits, U32, 976, [18:18], "false", "true" - unusedBit_250_19 = bits, U32, 976, [19:19], "false", "true" - unusedBit_250_20 = bits, U32, 976, [20:20], "false", "true" - unusedBit_250_21 = bits, U32, 976, [21:21], "false", "true" - unusedBit_250_22 = bits, U32, 976, [22:22], "false", "true" - unusedBit_250_23 = bits, U32, 976, [23:23], "false", "true" - unusedBit_250_24 = bits, U32, 976, [24:24], "false", "true" - unusedBit_250_25 = bits, U32, 976, [25:25], "false", "true" - unusedBit_250_26 = bits, U32, 976, [26:26], "false", "true" - unusedBit_250_27 = bits, U32, 976, [27:27], "false", "true" - unusedBit_250_28 = bits, U32, 976, [28:28], "false", "true" - unusedBit_250_29 = bits, U32, 976, [29:29], "false", "true" - unusedBit_250_30 = bits, U32, 976, [30:30], "false", "true" - unusedBit_250_31 = bits, U32, 976, [31:31], "false", "true" + useHbridges = bits, U32, 976, [2:2], "false", "true" + unusedBit_251_3 = bits, U32, 976, [3:3], "false", "true" + unusedBit_251_4 = bits, U32, 976, [4:4], "false", "true" + unusedBit_251_5 = bits, U32, 976, [5:5], "false", "true" + unusedBit_251_6 = bits, U32, 976, [6:6], "false", "true" + unusedBit_251_7 = bits, U32, 976, [7:7], "false", "true" + unusedBit_251_8 = bits, U32, 976, [8:8], "false", "true" + unusedBit_251_9 = bits, U32, 976, [9:9], "false", "true" + unusedBit_251_10 = bits, U32, 976, [10:10], "false", "true" + unusedBit_251_11 = bits, U32, 976, [11:11], "false", "true" + unusedBit_251_12 = bits, U32, 976, [12:12], "false", "true" + unusedBit_251_13 = bits, U32, 976, [13:13], "false", "true" + unusedBit_251_14 = bits, U32, 976, [14:14], "false", "true" + unusedBit_251_15 = bits, U32, 976, [15:15], "false", "true" + unusedBit_251_16 = bits, U32, 976, [16:16], "false", "true" + unusedBit_251_17 = bits, U32, 976, [17:17], "false", "true" + unusedBit_251_18 = bits, U32, 976, [18:18], "false", "true" + unusedBit_251_19 = bits, U32, 976, [19:19], "false", "true" + unusedBit_251_20 = bits, U32, 976, [20:20], "false", "true" + unusedBit_251_21 = bits, U32, 976, [21:21], "false", "true" + unusedBit_251_22 = bits, U32, 976, [22:22], "false", "true" + unusedBit_251_23 = bits, U32, 976, [23:23], "false", "true" + unusedBit_251_24 = bits, U32, 976, [24:24], "false", "true" + unusedBit_251_25 = bits, U32, 976, [25:25], "false", "true" + unusedBit_251_26 = bits, U32, 976, [26:26], "false", "true" + unusedBit_251_27 = bits, U32, 976, [27:27], "false", "true" + unusedBit_251_28 = bits, U32, 976, [28:28], "false", "true" + unusedBit_251_29 = bits, U32, 976, [29:29], "false", "true" + unusedBit_278_30 = bits, U32, 976, [30:30], "false", "true" + unusedBit_278_31 = bits, U32, 976, [31:31], "false", "true" etbIo1_directionPin1 = bits, U08, 980, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6","PE7","PE8","PE9","PE10","PE11","PE12","PE13","PE14","PE15", "PF0","PF1","PF2","PF3","PF4","PF5","PF6","PF7","PF8","PF9","PF10","PF11","PF12","PF13","PF14","PF15", "PG0","PG1","PG2","PG3","PG4","PG5","PG6","PG7","PG8","PG9","PG10","PG11","PG12","PG13","PG14","PG15", "PH0","PH1","PH2","PH3","PH4","PH5","PH6","PH7","PH8","PH9","PH10","PH11","PH12","PH13","PH14","PH15","INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID" etbIo1_directionPin2 = bits, U08, 981, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6","PE7","PE8","PE9","PE10","PE11","PE12","PE13","PE14","PE15", "PF0","PF1","PF2","PF3","PF4","PF5","PF6","PF7","PF8","PF9","PF10","PF11","PF12","PF13","PF14","PF15", "PG0","PG1","PG2","PG3","PG4","PG5","PG6","PG7","PG8","PG9","PG10","PG11","PG12","PG13","PG14","PG15", "PH0","PH1","PH2","PH3","PH4","PH5","PH6","PH7","PH8","PH9","PH10","PH11","PH12","PH13","PH14","PH15","INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID" etbIo1_controlPin1 = bits, U08, 982, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6","PE7","PE8","PE9","PE10","PE11","PE12","PE13","PE14","PE15", "PF0","PF1","PF2","PF3","PF4","PF5","PF6","PF7","PF8","PF9","PF10","PF11","PF12","PF13","PF14","PF15", "PG0","PG1","PG2","PG3","PG4","PG5","PG6","PG7","PG8","PG9","PG10","PG11","PG12","PG13","PG14","PG15", "PH0","PH1","PH2","PH3","PH4","PH5","PH6","PH7","PH8","PH9","PH10","PH11","PH12","PH13","PH14","PH15","INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID" @@ -3122,6 +3122,7 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00" field = "Idle Solenoid Frequency", idle_solenoidFrequency, !useStepperIdle dialog = idleStepper, "Stepper" + field = "useHbridges", useHbridges field = "Idle Stepper Step Pin", idle_stepperStepPin, useStepperIdle field = "Idle Stepper Dir Pin", idle_stepperDirectionPin, useStepperIdle field = "Idle Stepper Enable Pin", stepperEnablePin, useStepperIdle diff --git a/firmware/tunerstudio/rusefi.input b/firmware/tunerstudio/rusefi.input index 3dd8b76518..e6f398164e 100644 --- a/firmware/tunerstudio/rusefi.input +++ b/firmware/tunerstudio/rusefi.input @@ -1998,6 +1998,7 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00" field = "Idle Solenoid Frequency", idle_solenoidFrequency, !useStepperIdle dialog = idleStepper, "Stepper" + field = "useHbridges", useHbridges field = "Idle Stepper Step Pin", idle_stepperStepPin, useStepperIdle field = "Idle Stepper Dir Pin", idle_stepperDirectionPin, useStepperIdle field = "Idle Stepper Enable Pin", stepperEnablePin, useStepperIdle diff --git a/firmware/tunerstudio/rusefi_frankenso.ini b/firmware/tunerstudio/rusefi_frankenso.ini index 6f7b3b0a5f..d681d656a9 100644 --- a/firmware/tunerstudio/rusefi_frankenso.ini +++ b/firmware/tunerstudio/rusefi_frankenso.ini @@ -85,7 +85,7 @@ enable2ndByteCanID = false ; see PAGE_0_SIZE in C source code ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Sun Mar 01 22:30:53 EST 2020 +; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Mon Mar 02 19:45:54 EST 2020 pageSize = 20000 page = 1 @@ -535,36 +535,36 @@ page = 1 ;no TS info - skipping unused offset 972 todoClutchUpPinInverted = bits, U32, 976, [0:0], "false", "true" todoClutchDownPinInverted= bits, U32, 976, [1:1], "false", "true" - unusedBit_250_2 = bits, U32, 976, [2:2], "false", "true" - unusedBit_250_3 = bits, U32, 976, [3:3], "false", "true" - unusedBit_250_4 = bits, U32, 976, [4:4], "false", "true" - unusedBit_250_5 = bits, U32, 976, [5:5], "false", "true" - unusedBit_250_6 = bits, U32, 976, [6:6], "false", "true" - unusedBit_250_7 = bits, U32, 976, [7:7], "false", "true" - unusedBit_250_8 = bits, U32, 976, [8:8], "false", "true" - unusedBit_250_9 = bits, U32, 976, [9:9], "false", "true" - unusedBit_250_10 = bits, U32, 976, [10:10], "false", "true" - unusedBit_250_11 = bits, U32, 976, [11:11], "false", "true" - unusedBit_250_12 = bits, U32, 976, [12:12], "false", "true" - unusedBit_250_13 = bits, U32, 976, [13:13], "false", "true" - unusedBit_250_14 = bits, U32, 976, [14:14], "false", "true" - unusedBit_250_15 = bits, U32, 976, [15:15], "false", "true" - unusedBit_250_16 = bits, U32, 976, [16:16], "false", "true" - unusedBit_250_17 = bits, U32, 976, [17:17], "false", "true" - unusedBit_250_18 = bits, U32, 976, [18:18], "false", "true" - unusedBit_250_19 = bits, U32, 976, [19:19], "false", "true" - unusedBit_250_20 = bits, U32, 976, [20:20], "false", "true" - unusedBit_250_21 = bits, U32, 976, [21:21], "false", "true" - unusedBit_250_22 = bits, U32, 976, [22:22], "false", "true" - unusedBit_250_23 = bits, U32, 976, [23:23], "false", "true" - unusedBit_250_24 = bits, U32, 976, [24:24], "false", "true" - unusedBit_250_25 = bits, U32, 976, [25:25], "false", "true" - unusedBit_250_26 = bits, U32, 976, [26:26], "false", "true" - unusedBit_250_27 = bits, U32, 976, [27:27], "false", "true" - unusedBit_250_28 = bits, U32, 976, [28:28], "false", "true" - unusedBit_250_29 = bits, U32, 976, [29:29], "false", "true" - unusedBit_250_30 = bits, U32, 976, [30:30], "false", "true" - unusedBit_250_31 = bits, U32, 976, [31:31], "false", "true" + useHbridges = bits, U32, 976, [2:2], "false", "true" + unusedBit_251_3 = bits, U32, 976, [3:3], "false", "true" + unusedBit_251_4 = bits, U32, 976, [4:4], "false", "true" + unusedBit_251_5 = bits, U32, 976, [5:5], "false", "true" + unusedBit_251_6 = bits, U32, 976, [6:6], "false", "true" + unusedBit_251_7 = bits, U32, 976, [7:7], "false", "true" + unusedBit_251_8 = bits, U32, 976, [8:8], "false", "true" + unusedBit_251_9 = bits, U32, 976, [9:9], "false", "true" + unusedBit_251_10 = bits, U32, 976, [10:10], "false", "true" + unusedBit_251_11 = bits, U32, 976, [11:11], "false", "true" + unusedBit_251_12 = bits, U32, 976, [12:12], "false", "true" + unusedBit_251_13 = bits, U32, 976, [13:13], "false", "true" + unusedBit_251_14 = bits, U32, 976, [14:14], "false", "true" + unusedBit_251_15 = bits, U32, 976, [15:15], "false", "true" + unusedBit_251_16 = bits, U32, 976, [16:16], "false", "true" + unusedBit_251_17 = bits, U32, 976, [17:17], "false", "true" + unusedBit_251_18 = bits, U32, 976, [18:18], "false", "true" + unusedBit_251_19 = bits, U32, 976, [19:19], "false", "true" + unusedBit_251_20 = bits, U32, 976, [20:20], "false", "true" + unusedBit_251_21 = bits, U32, 976, [21:21], "false", "true" + unusedBit_251_22 = bits, U32, 976, [22:22], "false", "true" + unusedBit_251_23 = bits, U32, 976, [23:23], "false", "true" + unusedBit_251_24 = bits, U32, 976, [24:24], "false", "true" + unusedBit_251_25 = bits, U32, 976, [25:25], "false", "true" + unusedBit_251_26 = bits, U32, 976, [26:26], "false", "true" + unusedBit_251_27 = bits, U32, 976, [27:27], "false", "true" + unusedBit_251_28 = bits, U32, 976, [28:28], "false", "true" + unusedBit_251_29 = bits, U32, 976, [29:29], "false", "true" + unusedBit_278_30 = bits, U32, 976, [30:30], "false", "true" + unusedBit_278_31 = bits, U32, 976, [31:31], "false", "true" etbIo1_directionPin1 = bits, U08, 980, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6","PE7","PE8","PE9","PE10","PE11","PE12","PE13","PE14","PE15", "PF0","PF1","PF2","PF3","PF4","PF5","PF6","PF7","PF8","PF9","PF10","PF11","PF12","PF13","PF14","PF15", "PG0","PG1","PG2","PG3","PG4","PG5","PG6","PG7","PG8","PG9","PG10","PG11","PG12","PG13","PG14","PG15", "PH0","PH1","PH2","PH3","PH4","PH5","PH6","PH7","PH8","PH9","PH10","PH11","PH12","PH13","PH14","PH15","INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID" etbIo1_directionPin2 = bits, U08, 981, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6","PE7","PE8","PE9","PE10","PE11","PE12","PE13","PE14","PE15", "PF0","PF1","PF2","PF3","PF4","PF5","PF6","PF7","PF8","PF9","PF10","PF11","PF12","PF13","PF14","PF15", "PG0","PG1","PG2","PG3","PG4","PG5","PG6","PG7","PG8","PG9","PG10","PG11","PG12","PG13","PG14","PG15", "PH0","PH1","PH2","PH3","PH4","PH5","PH6","PH7","PH8","PH9","PH10","PH11","PH12","PH13","PH14","PH15","INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID" etbIo1_controlPin1 = bits, U08, 982, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6","PE7","PE8","PE9","PE10","PE11","PE12","PE13","PE14","PE15", "PF0","PF1","PF2","PF3","PF4","PF5","PF6","PF7","PF8","PF9","PF10","PF11","PF12","PF13","PF14","PF15", "PG0","PG1","PG2","PG3","PG4","PG5","PG6","PG7","PG8","PG9","PG10","PG11","PG12","PG13","PG14","PG15", "PH0","PH1","PH2","PH3","PH4","PH5","PH6","PH7","PH8","PH9","PH10","PH11","PH12","PH13","PH14","PH15","INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID" @@ -3122,6 +3122,7 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00" field = "Idle Solenoid Frequency", idle_solenoidFrequency, !useStepperIdle dialog = idleStepper, "Stepper" + field = "useHbridges", useHbridges field = "Idle Stepper Step Pin", idle_stepperStepPin, useStepperIdle field = "Idle Stepper Dir Pin", idle_stepperDirectionPin, useStepperIdle field = "Idle Stepper Enable Pin", stepperEnablePin, useStepperIdle diff --git a/firmware/tunerstudio/rusefi_kinetis.ini b/firmware/tunerstudio/rusefi_kinetis.ini index e1882331ab..193e4abd8a 100644 --- a/firmware/tunerstudio/rusefi_kinetis.ini +++ b/firmware/tunerstudio/rusefi_kinetis.ini @@ -85,7 +85,7 @@ enable2ndByteCanID = false ; see PAGE_0_SIZE in C source code ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration/rusefi_config.txt Sun Mar 01 22:31:05 EST 2020 +; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration/rusefi_config.txt Mon Mar 02 19:46:02 EST 2020 pageSize = 20000 page = 1 @@ -535,36 +535,36 @@ page = 1 ;no TS info - skipping unused offset 972 todoClutchUpPinInverted = bits, U32, 976, [0:0], "false", "true" todoClutchDownPinInverted= bits, U32, 976, [1:1], "false", "true" - unusedBit_250_2 = bits, U32, 976, [2:2], "false", "true" - unusedBit_250_3 = bits, U32, 976, [3:3], "false", "true" - unusedBit_250_4 = bits, U32, 976, [4:4], "false", "true" - unusedBit_250_5 = bits, U32, 976, [5:5], "false", "true" - unusedBit_250_6 = bits, U32, 976, [6:6], "false", "true" - unusedBit_250_7 = bits, U32, 976, [7:7], "false", "true" - unusedBit_250_8 = bits, U32, 976, [8:8], "false", "true" - unusedBit_250_9 = bits, U32, 976, [9:9], "false", "true" - unusedBit_250_10 = bits, U32, 976, [10:10], "false", "true" - unusedBit_250_11 = bits, U32, 976, [11:11], "false", "true" - unusedBit_250_12 = bits, U32, 976, [12:12], "false", "true" - unusedBit_250_13 = bits, U32, 976, [13:13], "false", "true" - unusedBit_250_14 = bits, U32, 976, [14:14], "false", "true" - unusedBit_250_15 = bits, U32, 976, [15:15], "false", "true" - unusedBit_250_16 = bits, U32, 976, [16:16], "false", "true" - unusedBit_250_17 = bits, U32, 976, [17:17], "false", "true" - unusedBit_250_18 = bits, U32, 976, [18:18], "false", "true" - unusedBit_250_19 = bits, U32, 976, [19:19], "false", "true" - unusedBit_250_20 = bits, U32, 976, [20:20], "false", "true" - unusedBit_250_21 = bits, U32, 976, [21:21], "false", "true" - unusedBit_250_22 = bits, U32, 976, [22:22], "false", "true" - unusedBit_250_23 = bits, U32, 976, [23:23], "false", "true" - unusedBit_250_24 = bits, U32, 976, [24:24], "false", "true" - unusedBit_250_25 = bits, U32, 976, [25:25], "false", "true" - unusedBit_250_26 = bits, U32, 976, [26:26], "false", "true" - unusedBit_250_27 = bits, U32, 976, [27:27], "false", "true" - unusedBit_250_28 = bits, U32, 976, [28:28], "false", "true" - unusedBit_250_29 = bits, U32, 976, [29:29], "false", "true" - unusedBit_250_30 = bits, U32, 976, [30:30], "false", "true" - unusedBit_250_31 = bits, U32, 976, [31:31], "false", "true" + useHbridges = bits, U32, 976, [2:2], "false", "true" + unusedBit_251_3 = bits, U32, 976, [3:3], "false", "true" + unusedBit_251_4 = bits, U32, 976, [4:4], "false", "true" + unusedBit_251_5 = bits, U32, 976, [5:5], "false", "true" + unusedBit_251_6 = bits, U32, 976, [6:6], "false", "true" + unusedBit_251_7 = bits, U32, 976, [7:7], "false", "true" + unusedBit_251_8 = bits, U32, 976, [8:8], "false", "true" + unusedBit_251_9 = bits, U32, 976, [9:9], "false", "true" + unusedBit_251_10 = bits, U32, 976, [10:10], "false", "true" + unusedBit_251_11 = bits, U32, 976, [11:11], "false", "true" + unusedBit_251_12 = bits, U32, 976, [12:12], "false", "true" + unusedBit_251_13 = bits, U32, 976, [13:13], "false", "true" + unusedBit_251_14 = bits, U32, 976, [14:14], "false", "true" + unusedBit_251_15 = bits, U32, 976, [15:15], "false", "true" + unusedBit_251_16 = bits, U32, 976, [16:16], "false", "true" + unusedBit_251_17 = bits, U32, 976, [17:17], "false", "true" + unusedBit_251_18 = bits, U32, 976, [18:18], "false", "true" + unusedBit_251_19 = bits, U32, 976, [19:19], "false", "true" + unusedBit_251_20 = bits, U32, 976, [20:20], "false", "true" + unusedBit_251_21 = bits, U32, 976, [21:21], "false", "true" + unusedBit_251_22 = bits, U32, 976, [22:22], "false", "true" + unusedBit_251_23 = bits, U32, 976, [23:23], "false", "true" + unusedBit_251_24 = bits, U32, 976, [24:24], "false", "true" + unusedBit_251_25 = bits, U32, 976, [25:25], "false", "true" + unusedBit_251_26 = bits, U32, 976, [26:26], "false", "true" + unusedBit_251_27 = bits, U32, 976, [27:27], "false", "true" + unusedBit_251_28 = bits, U32, 976, [28:28], "false", "true" + unusedBit_251_29 = bits, U32, 976, [29:29], "false", "true" + unusedBit_278_30 = bits, U32, 976, [30:30], "false", "true" + unusedBit_278_31 = bits, U32, 976, [31:31], "false", "true" etbIo1_directionPin1 = bits, U08, 980, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PA16", "PA17", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PB16", "PB17", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PC16", "PC17", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PD16", "PD17", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PE16", "PE17", "TLE6240_1", "TLE6240_2", "TLE6240_3", "TLE6240_4", "TLE6240_5", "TLE6240_6", "TLE6240_7", "TLE6240_8", "TLE6240_9", "TLE6240_10", "TLE6240_11", "TLE6240_12", "TLE6240_13", "TLE6240_14", "TLE6240_15", "TLE6240_16" etbIo1_directionPin2 = bits, U08, 981, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PA16", "PA17", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PB16", "PB17", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PC16", "PC17", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PD16", "PD17", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PE16", "PE17", "TLE6240_1", "TLE6240_2", "TLE6240_3", "TLE6240_4", "TLE6240_5", "TLE6240_6", "TLE6240_7", "TLE6240_8", "TLE6240_9", "TLE6240_10", "TLE6240_11", "TLE6240_12", "TLE6240_13", "TLE6240_14", "TLE6240_15", "TLE6240_16" etbIo1_controlPin1 = bits, U08, 982, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PA16", "PA17", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PB16", "PB17", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PC16", "PC17", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PD16", "PD17", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PE16", "PE17", "TLE6240_1", "TLE6240_2", "TLE6240_3", "TLE6240_4", "TLE6240_5", "TLE6240_6", "TLE6240_7", "TLE6240_8", "TLE6240_9", "TLE6240_10", "TLE6240_11", "TLE6240_12", "TLE6240_13", "TLE6240_14", "TLE6240_15", "TLE6240_16" @@ -3122,6 +3122,7 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00" field = "Idle Solenoid Frequency", idle_solenoidFrequency, !useStepperIdle dialog = idleStepper, "Stepper" + field = "useHbridges", useHbridges field = "Idle Stepper Step Pin", idle_stepperStepPin, useStepperIdle field = "Idle Stepper Dir Pin", idle_stepperDirectionPin, useStepperIdle field = "Idle Stepper Enable Pin", stepperEnablePin, useStepperIdle diff --git a/firmware/tunerstudio/rusefi_microrusefi.ini b/firmware/tunerstudio/rusefi_microrusefi.ini index 542ae1e09b..31970c9f4e 100644 --- a/firmware/tunerstudio/rusefi_microrusefi.ini +++ b/firmware/tunerstudio/rusefi_microrusefi.ini @@ -85,7 +85,7 @@ enable2ndByteCanID = false ; see PAGE_0_SIZE in C source code ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Sun Mar 01 22:30:50 EST 2020 +; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Mon Mar 02 19:45:51 EST 2020 pageSize = 20000 page = 1 @@ -535,36 +535,36 @@ page = 1 ;no TS info - skipping unused offset 972 todoClutchUpPinInverted = bits, U32, 976, [0:0], "false", "true" todoClutchDownPinInverted= bits, U32, 976, [1:1], "false", "true" - unusedBit_250_2 = bits, U32, 976, [2:2], "false", "true" - unusedBit_250_3 = bits, U32, 976, [3:3], "false", "true" - unusedBit_250_4 = bits, U32, 976, [4:4], "false", "true" - unusedBit_250_5 = bits, U32, 976, [5:5], "false", "true" - unusedBit_250_6 = bits, U32, 976, [6:6], "false", "true" - unusedBit_250_7 = bits, U32, 976, [7:7], "false", "true" - unusedBit_250_8 = bits, U32, 976, [8:8], "false", "true" - unusedBit_250_9 = bits, U32, 976, [9:9], "false", "true" - unusedBit_250_10 = bits, U32, 976, [10:10], "false", "true" - unusedBit_250_11 = bits, U32, 976, [11:11], "false", "true" - unusedBit_250_12 = bits, U32, 976, [12:12], "false", "true" - unusedBit_250_13 = bits, U32, 976, [13:13], "false", "true" - unusedBit_250_14 = bits, U32, 976, [14:14], "false", "true" - unusedBit_250_15 = bits, U32, 976, [15:15], "false", "true" - unusedBit_250_16 = bits, U32, 976, [16:16], "false", "true" - unusedBit_250_17 = bits, U32, 976, [17:17], "false", "true" - unusedBit_250_18 = bits, U32, 976, [18:18], "false", "true" - unusedBit_250_19 = bits, U32, 976, [19:19], "false", "true" - unusedBit_250_20 = bits, U32, 976, [20:20], "false", "true" - unusedBit_250_21 = bits, U32, 976, [21:21], "false", "true" - unusedBit_250_22 = bits, U32, 976, [22:22], "false", "true" - unusedBit_250_23 = bits, U32, 976, [23:23], "false", "true" - unusedBit_250_24 = bits, U32, 976, [24:24], "false", "true" - unusedBit_250_25 = bits, U32, 976, [25:25], "false", "true" - unusedBit_250_26 = bits, U32, 976, [26:26], "false", "true" - unusedBit_250_27 = bits, U32, 976, [27:27], "false", "true" - unusedBit_250_28 = bits, U32, 976, [28:28], "false", "true" - unusedBit_250_29 = bits, U32, 976, [29:29], "false", "true" - unusedBit_250_30 = bits, U32, 976, [30:30], "false", "true" - unusedBit_250_31 = bits, U32, 976, [31:31], "false", "true" + useHbridges = bits, U32, 976, [2:2], "false", "true" + unusedBit_251_3 = bits, U32, 976, [3:3], "false", "true" + unusedBit_251_4 = bits, U32, 976, [4:4], "false", "true" + unusedBit_251_5 = bits, U32, 976, [5:5], "false", "true" + unusedBit_251_6 = bits, U32, 976, [6:6], "false", "true" + unusedBit_251_7 = bits, U32, 976, [7:7], "false", "true" + unusedBit_251_8 = bits, U32, 976, [8:8], "false", "true" + unusedBit_251_9 = bits, U32, 976, [9:9], "false", "true" + unusedBit_251_10 = bits, U32, 976, [10:10], "false", "true" + unusedBit_251_11 = bits, U32, 976, [11:11], "false", "true" + unusedBit_251_12 = bits, U32, 976, [12:12], "false", "true" + unusedBit_251_13 = bits, U32, 976, [13:13], "false", "true" + unusedBit_251_14 = bits, U32, 976, [14:14], "false", "true" + unusedBit_251_15 = bits, U32, 976, [15:15], "false", "true" + unusedBit_251_16 = bits, U32, 976, [16:16], "false", "true" + unusedBit_251_17 = bits, U32, 976, [17:17], "false", "true" + unusedBit_251_18 = bits, U32, 976, [18:18], "false", "true" + unusedBit_251_19 = bits, U32, 976, [19:19], "false", "true" + unusedBit_251_20 = bits, U32, 976, [20:20], "false", "true" + unusedBit_251_21 = bits, U32, 976, [21:21], "false", "true" + unusedBit_251_22 = bits, U32, 976, [22:22], "false", "true" + unusedBit_251_23 = bits, U32, 976, [23:23], "false", "true" + unusedBit_251_24 = bits, U32, 976, [24:24], "false", "true" + unusedBit_251_25 = bits, U32, 976, [25:25], "false", "true" + unusedBit_251_26 = bits, U32, 976, [26:26], "false", "true" + unusedBit_251_27 = bits, U32, 976, [27:27], "false", "true" + unusedBit_251_28 = bits, U32, 976, [28:28], "false", "true" + unusedBit_251_29 = bits, U32, 976, [29:29], "false", "true" + unusedBit_278_30 = bits, U32, 976, [30:30], "false", "true" + unusedBit_278_31 = bits, U32, 976, [31:31], "false", "true" etbIo1_directionPin1 = bits, U08, 980, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6","PE7","PE8","PE9","PE10","PE11","PE12","PE13","PE14","PE15", "PF0","PF1","PF2","PF3","PF4","PF5","PF6","PF7","PF8","PF9","PF10","PF11","PF12","PF13","PF14","PF15", "PG0","PG1","PG2","PG3","PG4","PG5","PG6","PG7","PG8","PG9","PG10","PG11","PG12","PG13","PG14","PG15", "PH0","PH1","PH2","PH3","PH4","PH5","PH6","PH7","PH8","PH9","PH10","PH11","PH12","PH13","PH14","PH15","INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID" etbIo1_directionPin2 = bits, U08, 981, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6","PE7","PE8","PE9","PE10","PE11","PE12","PE13","PE14","PE15", "PF0","PF1","PF2","PF3","PF4","PF5","PF6","PF7","PF8","PF9","PF10","PF11","PF12","PF13","PF14","PF15", "PG0","PG1","PG2","PG3","PG4","PG5","PG6","PG7","PG8","PG9","PG10","PG11","PG12","PG13","PG14","PG15", "PH0","PH1","PH2","PH3","PH4","PH5","PH6","PH7","PH8","PH9","PH10","PH11","PH12","PH13","PH14","PH15","INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID" etbIo1_controlPin1 = bits, U08, 982, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6","PE7","PE8","PE9","PE10","PE11","PE12","PE13","PE14","PE15", "PF0","PF1","PF2","PF3","PF4","PF5","PF6","PF7","PF8","PF9","PF10","PF11","PF12","PF13","PF14","PF15", "PG0","PG1","PG2","PG3","PG4","PG5","PG6","PG7","PG8","PG9","PG10","PG11","PG12","PG13","PG14","PG15", "PH0","PH1","PH2","PH3","PH4","PH5","PH6","PH7","PH8","PH9","PH10","PH11","PH12","PH13","PH14","PH15","INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID" @@ -3106,6 +3106,7 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00" field = "Idle Solenoid Frequency", idle_solenoidFrequency, !useStepperIdle dialog = idleStepper, "Stepper" + field = "useHbridges", useHbridges field = "Idle Stepper Step Pin", idle_stepperStepPin, useStepperIdle field = "Idle Stepper Dir Pin", idle_stepperDirectionPin, useStepperIdle field = "Idle Stepper Enable Pin", stepperEnablePin, useStepperIdle diff --git a/firmware/tunerstudio/rusefi_prometheus.ini b/firmware/tunerstudio/rusefi_prometheus.ini index 0e6457fef7..285e2f1970 100644 --- a/firmware/tunerstudio/rusefi_prometheus.ini +++ b/firmware/tunerstudio/rusefi_prometheus.ini @@ -85,7 +85,7 @@ enable2ndByteCanID = false ; see PAGE_0_SIZE in C source code ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Sun Mar 01 22:30:57 EST 2020 +; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Mon Mar 02 19:45:56 EST 2020 pageSize = 20000 page = 1 @@ -535,36 +535,36 @@ page = 1 ;no TS info - skipping unused offset 972 todoClutchUpPinInverted = bits, U32, 976, [0:0], "false", "true" todoClutchDownPinInverted= bits, U32, 976, [1:1], "false", "true" - unusedBit_250_2 = bits, U32, 976, [2:2], "false", "true" - unusedBit_250_3 = bits, U32, 976, [3:3], "false", "true" - unusedBit_250_4 = bits, U32, 976, [4:4], "false", "true" - unusedBit_250_5 = bits, U32, 976, [5:5], "false", "true" - unusedBit_250_6 = bits, U32, 976, [6:6], "false", "true" - unusedBit_250_7 = bits, U32, 976, [7:7], "false", "true" - unusedBit_250_8 = bits, U32, 976, [8:8], "false", "true" - unusedBit_250_9 = bits, U32, 976, [9:9], "false", "true" - unusedBit_250_10 = bits, U32, 976, [10:10], "false", "true" - unusedBit_250_11 = bits, U32, 976, [11:11], "false", "true" - unusedBit_250_12 = bits, U32, 976, [12:12], "false", "true" - unusedBit_250_13 = bits, U32, 976, [13:13], "false", "true" - unusedBit_250_14 = bits, U32, 976, [14:14], "false", "true" - unusedBit_250_15 = bits, U32, 976, [15:15], "false", "true" - unusedBit_250_16 = bits, U32, 976, [16:16], "false", "true" - unusedBit_250_17 = bits, U32, 976, [17:17], "false", "true" - unusedBit_250_18 = bits, U32, 976, [18:18], "false", "true" - unusedBit_250_19 = bits, U32, 976, [19:19], "false", "true" - unusedBit_250_20 = bits, U32, 976, [20:20], "false", "true" - unusedBit_250_21 = bits, U32, 976, [21:21], "false", "true" - unusedBit_250_22 = bits, U32, 976, [22:22], "false", "true" - unusedBit_250_23 = bits, U32, 976, [23:23], "false", "true" - unusedBit_250_24 = bits, U32, 976, [24:24], "false", "true" - unusedBit_250_25 = bits, U32, 976, [25:25], "false", "true" - unusedBit_250_26 = bits, U32, 976, [26:26], "false", "true" - unusedBit_250_27 = bits, U32, 976, [27:27], "false", "true" - unusedBit_250_28 = bits, U32, 976, [28:28], "false", "true" - unusedBit_250_29 = bits, U32, 976, [29:29], "false", "true" - unusedBit_250_30 = bits, U32, 976, [30:30], "false", "true" - unusedBit_250_31 = bits, U32, 976, [31:31], "false", "true" + useHbridges = bits, U32, 976, [2:2], "false", "true" + unusedBit_251_3 = bits, U32, 976, [3:3], "false", "true" + unusedBit_251_4 = bits, U32, 976, [4:4], "false", "true" + unusedBit_251_5 = bits, U32, 976, [5:5], "false", "true" + unusedBit_251_6 = bits, U32, 976, [6:6], "false", "true" + unusedBit_251_7 = bits, U32, 976, [7:7], "false", "true" + unusedBit_251_8 = bits, U32, 976, [8:8], "false", "true" + unusedBit_251_9 = bits, U32, 976, [9:9], "false", "true" + unusedBit_251_10 = bits, U32, 976, [10:10], "false", "true" + unusedBit_251_11 = bits, U32, 976, [11:11], "false", "true" + unusedBit_251_12 = bits, U32, 976, [12:12], "false", "true" + unusedBit_251_13 = bits, U32, 976, [13:13], "false", "true" + unusedBit_251_14 = bits, U32, 976, [14:14], "false", "true" + unusedBit_251_15 = bits, U32, 976, [15:15], "false", "true" + unusedBit_251_16 = bits, U32, 976, [16:16], "false", "true" + unusedBit_251_17 = bits, U32, 976, [17:17], "false", "true" + unusedBit_251_18 = bits, U32, 976, [18:18], "false", "true" + unusedBit_251_19 = bits, U32, 976, [19:19], "false", "true" + unusedBit_251_20 = bits, U32, 976, [20:20], "false", "true" + unusedBit_251_21 = bits, U32, 976, [21:21], "false", "true" + unusedBit_251_22 = bits, U32, 976, [22:22], "false", "true" + unusedBit_251_23 = bits, U32, 976, [23:23], "false", "true" + unusedBit_251_24 = bits, U32, 976, [24:24], "false", "true" + unusedBit_251_25 = bits, U32, 976, [25:25], "false", "true" + unusedBit_251_26 = bits, U32, 976, [26:26], "false", "true" + unusedBit_251_27 = bits, U32, 976, [27:27], "false", "true" + unusedBit_251_28 = bits, U32, 976, [28:28], "false", "true" + unusedBit_251_29 = bits, U32, 976, [29:29], "false", "true" + unusedBit_278_30 = bits, U32, 976, [30:30], "false", "true" + unusedBit_278_31 = bits, U32, 976, [31:31], "false", "true" etbIo1_directionPin1 = bits, U08, 980, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6","PE7","PE8","PE9","PE10","PE11","PE12","PE13","PE14","PE15", "PF0","PF1","PF2","PF3","PF4","PF5","PF6","PF7","PF8","PF9","PF10","PF11","PF12","PF13","PF14","PF15", "PG0","PG1","PG2","PG3","PG4","PG5","PG6","PG7","PG8","PG9","PG10","PG11","PG12","PG13","PG14","PG15", "PH0","PH1","PH2","PH3","PH4","PH5","PH6","PH7","PH8","PH9","PH10","PH11","PH12","PH13","PH14","PH15","INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID" etbIo1_directionPin2 = bits, U08, 981, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6","PE7","PE8","PE9","PE10","PE11","PE12","PE13","PE14","PE15", "PF0","PF1","PF2","PF3","PF4","PF5","PF6","PF7","PF8","PF9","PF10","PF11","PF12","PF13","PF14","PF15", "PG0","PG1","PG2","PG3","PG4","PG5","PG6","PG7","PG8","PG9","PG10","PG11","PG12","PG13","PG14","PG15", "PH0","PH1","PH2","PH3","PH4","PH5","PH6","PH7","PH8","PH9","PH10","PH11","PH12","PH13","PH14","PH15","INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID" etbIo1_controlPin1 = bits, U08, 982, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6","PE7","PE8","PE9","PE10","PE11","PE12","PE13","PE14","PE15", "PF0","PF1","PF2","PF3","PF4","PF5","PF6","PF7","PF8","PF9","PF10","PF11","PF12","PF13","PF14","PF15", "PG0","PG1","PG2","PG3","PG4","PG5","PG6","PG7","PG8","PG9","PG10","PG11","PG12","PG13","PG14","PG15", "PH0","PH1","PH2","PH3","PH4","PH5","PH6","PH7","PH8","PH9","PH10","PH11","PH12","PH13","PH14","PH15","INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID" @@ -3118,6 +3118,7 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00" field = "Idle Solenoid Frequency", idle_solenoidFrequency, !useStepperIdle dialog = idleStepper, "Stepper" + field = "useHbridges", useHbridges field = "Idle Stepper Step Pin", idle_stepperStepPin, useStepperIdle field = "Idle Stepper Dir Pin", idle_stepperDirectionPin, useStepperIdle field = "Idle Stepper Enable Pin", stepperEnablePin, useStepperIdle diff --git a/firmware/tunerstudio/rusefi_proteus.ini b/firmware/tunerstudio/rusefi_proteus.ini index e5e512899e..f688e90f7c 100644 --- a/firmware/tunerstudio/rusefi_proteus.ini +++ b/firmware/tunerstudio/rusefi_proteus.ini @@ -85,7 +85,7 @@ enable2ndByteCanID = false ; see PAGE_0_SIZE in C source code ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Sun Mar 01 22:31:01 EST 2020 +; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Mon Mar 02 19:45:59 EST 2020 pageSize = 20000 page = 1 @@ -535,36 +535,36 @@ page = 1 ;no TS info - skipping unused offset 972 todoClutchUpPinInverted = bits, U32, 976, [0:0], "false", "true" todoClutchDownPinInverted= bits, U32, 976, [1:1], "false", "true" - unusedBit_250_2 = bits, U32, 976, [2:2], "false", "true" - unusedBit_250_3 = bits, U32, 976, [3:3], "false", "true" - unusedBit_250_4 = bits, U32, 976, [4:4], "false", "true" - unusedBit_250_5 = bits, U32, 976, [5:5], "false", "true" - unusedBit_250_6 = bits, U32, 976, [6:6], "false", "true" - unusedBit_250_7 = bits, U32, 976, [7:7], "false", "true" - unusedBit_250_8 = bits, U32, 976, [8:8], "false", "true" - unusedBit_250_9 = bits, U32, 976, [9:9], "false", "true" - unusedBit_250_10 = bits, U32, 976, [10:10], "false", "true" - unusedBit_250_11 = bits, U32, 976, [11:11], "false", "true" - unusedBit_250_12 = bits, U32, 976, [12:12], "false", "true" - unusedBit_250_13 = bits, U32, 976, [13:13], "false", "true" - unusedBit_250_14 = bits, U32, 976, [14:14], "false", "true" - unusedBit_250_15 = bits, U32, 976, [15:15], "false", "true" - unusedBit_250_16 = bits, U32, 976, [16:16], "false", "true" - unusedBit_250_17 = bits, U32, 976, [17:17], "false", "true" - unusedBit_250_18 = bits, U32, 976, [18:18], "false", "true" - unusedBit_250_19 = bits, U32, 976, [19:19], "false", "true" - unusedBit_250_20 = bits, U32, 976, [20:20], "false", "true" - unusedBit_250_21 = bits, U32, 976, [21:21], "false", "true" - unusedBit_250_22 = bits, U32, 976, [22:22], "false", "true" - unusedBit_250_23 = bits, U32, 976, [23:23], "false", "true" - unusedBit_250_24 = bits, U32, 976, [24:24], "false", "true" - unusedBit_250_25 = bits, U32, 976, [25:25], "false", "true" - unusedBit_250_26 = bits, U32, 976, [26:26], "false", "true" - unusedBit_250_27 = bits, U32, 976, [27:27], "false", "true" - unusedBit_250_28 = bits, U32, 976, [28:28], "false", "true" - unusedBit_250_29 = bits, U32, 976, [29:29], "false", "true" - unusedBit_250_30 = bits, U32, 976, [30:30], "false", "true" - unusedBit_250_31 = bits, U32, 976, [31:31], "false", "true" + useHbridges = bits, U32, 976, [2:2], "false", "true" + unusedBit_251_3 = bits, U32, 976, [3:3], "false", "true" + unusedBit_251_4 = bits, U32, 976, [4:4], "false", "true" + unusedBit_251_5 = bits, U32, 976, [5:5], "false", "true" + unusedBit_251_6 = bits, U32, 976, [6:6], "false", "true" + unusedBit_251_7 = bits, U32, 976, [7:7], "false", "true" + unusedBit_251_8 = bits, U32, 976, [8:8], "false", "true" + unusedBit_251_9 = bits, U32, 976, [9:9], "false", "true" + unusedBit_251_10 = bits, U32, 976, [10:10], "false", "true" + unusedBit_251_11 = bits, U32, 976, [11:11], "false", "true" + unusedBit_251_12 = bits, U32, 976, [12:12], "false", "true" + unusedBit_251_13 = bits, U32, 976, [13:13], "false", "true" + unusedBit_251_14 = bits, U32, 976, [14:14], "false", "true" + unusedBit_251_15 = bits, U32, 976, [15:15], "false", "true" + unusedBit_251_16 = bits, U32, 976, [16:16], "false", "true" + unusedBit_251_17 = bits, U32, 976, [17:17], "false", "true" + unusedBit_251_18 = bits, U32, 976, [18:18], "false", "true" + unusedBit_251_19 = bits, U32, 976, [19:19], "false", "true" + unusedBit_251_20 = bits, U32, 976, [20:20], "false", "true" + unusedBit_251_21 = bits, U32, 976, [21:21], "false", "true" + unusedBit_251_22 = bits, U32, 976, [22:22], "false", "true" + unusedBit_251_23 = bits, U32, 976, [23:23], "false", "true" + unusedBit_251_24 = bits, U32, 976, [24:24], "false", "true" + unusedBit_251_25 = bits, U32, 976, [25:25], "false", "true" + unusedBit_251_26 = bits, U32, 976, [26:26], "false", "true" + unusedBit_251_27 = bits, U32, 976, [27:27], "false", "true" + unusedBit_251_28 = bits, U32, 976, [28:28], "false", "true" + unusedBit_251_29 = bits, U32, 976, [29:29], "false", "true" + unusedBit_278_30 = bits, U32, 976, [30:30], "false", "true" + unusedBit_278_31 = bits, U32, 976, [31:31], "false", "true" etbIo1_directionPin1 = bits, U08, 980, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6","PE7","PE8","PE9","PE10","PE11","PE12","PE13","PE14","PE15", "PF0","PF1","PF2","PF3","PF4","PF5","PF6","PF7","PF8","PF9","PF10","PF11","PF12","PF13","PF14","PF15", "PG0","PG1","PG2","PG3","PG4","PG5","PG6","PG7","PG8","PG9","PG10","PG11","PG12","PG13","PG14","PG15", "PH0","PH1","PH2","PH3","PH4","PH5","PH6","PH7","PH8","PH9","PH10","PH11","PH12","PH13","PH14","PH15","INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID" etbIo1_directionPin2 = bits, U08, 981, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6","PE7","PE8","PE9","PE10","PE11","PE12","PE13","PE14","PE15", "PF0","PF1","PF2","PF3","PF4","PF5","PF6","PF7","PF8","PF9","PF10","PF11","PF12","PF13","PF14","PF15", "PG0","PG1","PG2","PG3","PG4","PG5","PG6","PG7","PG8","PG9","PG10","PG11","PG12","PG13","PG14","PG15", "PH0","PH1","PH2","PH3","PH4","PH5","PH6","PH7","PH8","PH9","PH10","PH11","PH12","PH13","PH14","PH15","INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID" etbIo1_controlPin1 = bits, U08, 982, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6","PE7","PE8","PE9","PE10","PE11","PE12","PE13","PE14","PE15", "PF0","PF1","PF2","PF3","PF4","PF5","PF6","PF7","PF8","PF9","PF10","PF11","PF12","PF13","PF14","PF15", "PG0","PG1","PG2","PG3","PG4","PG5","PG6","PG7","PG8","PG9","PG10","PG11","PG12","PG13","PG14","PG15", "PH0","PH1","PH2","PH3","PH4","PH5","PH6","PH7","PH8","PH9","PH10","PH11","PH12","PH13","PH14","PH15","INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID" @@ -3122,6 +3122,7 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00" field = "Idle Solenoid Frequency", idle_solenoidFrequency, !useStepperIdle dialog = idleStepper, "Stepper" + field = "useHbridges", useHbridges field = "Idle Stepper Step Pin", idle_stepperStepPin, useStepperIdle field = "Idle Stepper Dir Pin", idle_stepperDirectionPin, useStepperIdle field = "Idle Stepper Enable Pin", stepperEnablePin, useStepperIdle diff --git a/java_console/models/src/com/rusefi/config/generated/Fields.java b/java_console/models/src/com/rusefi/config/generated/Fields.java index 16712049c9..88a8565723 100644 --- a/java_console/models/src/com/rusefi/config/generated/Fields.java +++ b/java_console/models/src/com/rusefi/config/generated/Fields.java @@ -1,6 +1,6 @@ package com.rusefi.config.generated; -// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Thu Feb 27 03:14:33 EST 2020 +// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Mon Mar 02 19:45:47 EST 2020 // by class com.rusefi.output.FileJavaFieldsConsumer import com.rusefi.config.*; @@ -1372,36 +1372,35 @@ public class Fields { public static final int unused_offset = 972; public static final int unusedAtOldBoardConfigurationEnd_offset = 1052; public static final int unusedBit4_1476_offset = 1476; - public static final int unusedBit_250_10_offset = 976; - public static final int unusedBit_250_11_offset = 976; - public static final int unusedBit_250_12_offset = 976; - public static final int unusedBit_250_13_offset = 976; - public static final int unusedBit_250_14_offset = 976; - public static final int unusedBit_250_15_offset = 976; - public static final int unusedBit_250_16_offset = 976; - public static final int unusedBit_250_17_offset = 976; - public static final int unusedBit_250_18_offset = 976; - public static final int unusedBit_250_19_offset = 976; - public static final int unusedBit_250_20_offset = 976; - public static final int unusedBit_250_21_offset = 976; - public static final int unusedBit_250_22_offset = 976; - public static final int unusedBit_250_23_offset = 976; - public static final int unusedBit_250_24_offset = 976; - public static final int unusedBit_250_25_offset = 976; - public static final int unusedBit_250_26_offset = 976; - public static final int unusedBit_250_27_offset = 976; - public static final int unusedBit_250_28_offset = 976; - public static final int unusedBit_250_29_offset = 976; - public static final int unusedBit_250_2_offset = 976; - public static final int unusedBit_250_30_offset = 976; - public static final int unusedBit_250_31_offset = 976; - public static final int unusedBit_250_3_offset = 976; - public static final int unusedBit_250_4_offset = 976; - public static final int unusedBit_250_5_offset = 976; - public static final int unusedBit_250_6_offset = 976; - public static final int unusedBit_250_7_offset = 976; - public static final int unusedBit_250_8_offset = 976; - public static final int unusedBit_250_9_offset = 976; + public static final int unusedBit_251_10_offset = 976; + public static final int unusedBit_251_11_offset = 976; + public static final int unusedBit_251_12_offset = 976; + public static final int unusedBit_251_13_offset = 976; + public static final int unusedBit_251_14_offset = 976; + public static final int unusedBit_251_15_offset = 976; + public static final int unusedBit_251_16_offset = 976; + public static final int unusedBit_251_17_offset = 976; + public static final int unusedBit_251_18_offset = 976; + public static final int unusedBit_251_19_offset = 976; + public static final int unusedBit_251_20_offset = 976; + public static final int unusedBit_251_21_offset = 976; + public static final int unusedBit_251_22_offset = 976; + public static final int unusedBit_251_23_offset = 976; + public static final int unusedBit_251_24_offset = 976; + public static final int unusedBit_251_25_offset = 976; + public static final int unusedBit_251_26_offset = 976; + public static final int unusedBit_251_27_offset = 976; + public static final int unusedBit_251_28_offset = 976; + public static final int unusedBit_251_29_offset = 976; + public static final int unusedBit_251_3_offset = 976; + public static final int unusedBit_251_4_offset = 976; + public static final int unusedBit_251_5_offset = 976; + public static final int unusedBit_251_6_offset = 976; + public static final int unusedBit_251_7_offset = 976; + public static final int unusedBit_251_8_offset = 976; + public static final int unusedBit_251_9_offset = 976; + public static final int unusedBit_278_30_offset = 976; + public static final int unusedBit_278_31_offset = 976; public static final int unusedBit_34_31_offset = 76; public static final int unusedErrorPin_offset = 2040; public static final int unusedFlexFuelSensor_offset = 3100; @@ -1432,6 +1431,7 @@ public class Fields { public static final int useFSIO6ForRevLimiter_offset = 1464; public static final int useFSIO8ForServo1_offset = 1464; public static final int useFSIO9ForServo2_offset = 1464; + public static final int useHbridges_offset = 976; public static final int useIacPidMultTable_offset = 1476; public static final int useIacTableForCoasting_offset = 744; public static final int useIdleTimingPidControl_offset = 744; @@ -1922,36 +1922,36 @@ public class Fields { public static final Field UNUSED = Field.create("UNUSED", 972, FieldType.FLOAT); public static final Field TODOCLUTCHUPPININVERTED = Field.create("TODOCLUTCHUPPININVERTED", 976, FieldType.BIT, 0); public static final Field TODOCLUTCHDOWNPININVERTED = Field.create("TODOCLUTCHDOWNPININVERTED", 976, FieldType.BIT, 1); - public static final Field UNUSEDBIT_250_2 = Field.create("UNUSEDBIT_250_2", 976, FieldType.BIT, 2); - public static final Field UNUSEDBIT_250_3 = Field.create("UNUSEDBIT_250_3", 976, FieldType.BIT, 3); - public static final Field UNUSEDBIT_250_4 = Field.create("UNUSEDBIT_250_4", 976, FieldType.BIT, 4); - public static final Field UNUSEDBIT_250_5 = Field.create("UNUSEDBIT_250_5", 976, FieldType.BIT, 5); - public static final Field UNUSEDBIT_250_6 = Field.create("UNUSEDBIT_250_6", 976, FieldType.BIT, 6); - public static final Field UNUSEDBIT_250_7 = Field.create("UNUSEDBIT_250_7", 976, FieldType.BIT, 7); - public static final Field UNUSEDBIT_250_8 = Field.create("UNUSEDBIT_250_8", 976, FieldType.BIT, 8); - public static final Field UNUSEDBIT_250_9 = Field.create("UNUSEDBIT_250_9", 976, FieldType.BIT, 9); - public static final Field UNUSEDBIT_250_10 = Field.create("UNUSEDBIT_250_10", 976, FieldType.BIT, 10); - public static final Field UNUSEDBIT_250_11 = Field.create("UNUSEDBIT_250_11", 976, FieldType.BIT, 11); - public static final Field UNUSEDBIT_250_12 = Field.create("UNUSEDBIT_250_12", 976, FieldType.BIT, 12); - public static final Field UNUSEDBIT_250_13 = Field.create("UNUSEDBIT_250_13", 976, FieldType.BIT, 13); - public static final Field UNUSEDBIT_250_14 = Field.create("UNUSEDBIT_250_14", 976, FieldType.BIT, 14); - public static final Field UNUSEDBIT_250_15 = Field.create("UNUSEDBIT_250_15", 976, FieldType.BIT, 15); - public static final Field UNUSEDBIT_250_16 = Field.create("UNUSEDBIT_250_16", 976, FieldType.BIT, 16); - public static final Field UNUSEDBIT_250_17 = Field.create("UNUSEDBIT_250_17", 976, FieldType.BIT, 17); - public static final Field UNUSEDBIT_250_18 = Field.create("UNUSEDBIT_250_18", 976, FieldType.BIT, 18); - public static final Field UNUSEDBIT_250_19 = Field.create("UNUSEDBIT_250_19", 976, FieldType.BIT, 19); - public static final Field UNUSEDBIT_250_20 = Field.create("UNUSEDBIT_250_20", 976, FieldType.BIT, 20); - public static final Field UNUSEDBIT_250_21 = Field.create("UNUSEDBIT_250_21", 976, FieldType.BIT, 21); - public static final Field UNUSEDBIT_250_22 = Field.create("UNUSEDBIT_250_22", 976, FieldType.BIT, 22); - public static final Field UNUSEDBIT_250_23 = Field.create("UNUSEDBIT_250_23", 976, FieldType.BIT, 23); - public static final Field UNUSEDBIT_250_24 = Field.create("UNUSEDBIT_250_24", 976, FieldType.BIT, 24); - public static final Field UNUSEDBIT_250_25 = Field.create("UNUSEDBIT_250_25", 976, FieldType.BIT, 25); - public static final Field UNUSEDBIT_250_26 = Field.create("UNUSEDBIT_250_26", 976, FieldType.BIT, 26); - public static final Field UNUSEDBIT_250_27 = Field.create("UNUSEDBIT_250_27", 976, FieldType.BIT, 27); - public static final Field UNUSEDBIT_250_28 = Field.create("UNUSEDBIT_250_28", 976, FieldType.BIT, 28); - public static final Field UNUSEDBIT_250_29 = Field.create("UNUSEDBIT_250_29", 976, FieldType.BIT, 29); - public static final Field UNUSEDBIT_250_30 = Field.create("UNUSEDBIT_250_30", 976, FieldType.BIT, 30); - public static final Field UNUSEDBIT_250_31 = Field.create("UNUSEDBIT_250_31", 976, FieldType.BIT, 31); + public static final Field USEHBRIDGES = Field.create("USEHBRIDGES", 976, FieldType.BIT, 2); + public static final Field UNUSEDBIT_251_3 = Field.create("UNUSEDBIT_251_3", 976, FieldType.BIT, 3); + public static final Field UNUSEDBIT_251_4 = Field.create("UNUSEDBIT_251_4", 976, FieldType.BIT, 4); + public static final Field UNUSEDBIT_251_5 = Field.create("UNUSEDBIT_251_5", 976, FieldType.BIT, 5); + public static final Field UNUSEDBIT_251_6 = Field.create("UNUSEDBIT_251_6", 976, FieldType.BIT, 6); + public static final Field UNUSEDBIT_251_7 = Field.create("UNUSEDBIT_251_7", 976, FieldType.BIT, 7); + public static final Field UNUSEDBIT_251_8 = Field.create("UNUSEDBIT_251_8", 976, FieldType.BIT, 8); + public static final Field UNUSEDBIT_251_9 = Field.create("UNUSEDBIT_251_9", 976, FieldType.BIT, 9); + public static final Field UNUSEDBIT_251_10 = Field.create("UNUSEDBIT_251_10", 976, FieldType.BIT, 10); + public static final Field UNUSEDBIT_251_11 = Field.create("UNUSEDBIT_251_11", 976, FieldType.BIT, 11); + public static final Field UNUSEDBIT_251_12 = Field.create("UNUSEDBIT_251_12", 976, FieldType.BIT, 12); + public static final Field UNUSEDBIT_251_13 = Field.create("UNUSEDBIT_251_13", 976, FieldType.BIT, 13); + public static final Field UNUSEDBIT_251_14 = Field.create("UNUSEDBIT_251_14", 976, FieldType.BIT, 14); + public static final Field UNUSEDBIT_251_15 = Field.create("UNUSEDBIT_251_15", 976, FieldType.BIT, 15); + public static final Field UNUSEDBIT_251_16 = Field.create("UNUSEDBIT_251_16", 976, FieldType.BIT, 16); + public static final Field UNUSEDBIT_251_17 = Field.create("UNUSEDBIT_251_17", 976, FieldType.BIT, 17); + public static final Field UNUSEDBIT_251_18 = Field.create("UNUSEDBIT_251_18", 976, FieldType.BIT, 18); + public static final Field UNUSEDBIT_251_19 = Field.create("UNUSEDBIT_251_19", 976, FieldType.BIT, 19); + public static final Field UNUSEDBIT_251_20 = Field.create("UNUSEDBIT_251_20", 976, FieldType.BIT, 20); + public static final Field UNUSEDBIT_251_21 = Field.create("UNUSEDBIT_251_21", 976, FieldType.BIT, 21); + public static final Field UNUSEDBIT_251_22 = Field.create("UNUSEDBIT_251_22", 976, FieldType.BIT, 22); + public static final Field UNUSEDBIT_251_23 = Field.create("UNUSEDBIT_251_23", 976, FieldType.BIT, 23); + public static final Field UNUSEDBIT_251_24 = Field.create("UNUSEDBIT_251_24", 976, FieldType.BIT, 24); + public static final Field UNUSEDBIT_251_25 = Field.create("UNUSEDBIT_251_25", 976, FieldType.BIT, 25); + public static final Field UNUSEDBIT_251_26 = Field.create("UNUSEDBIT_251_26", 976, FieldType.BIT, 26); + public static final Field UNUSEDBIT_251_27 = Field.create("UNUSEDBIT_251_27", 976, FieldType.BIT, 27); + public static final Field UNUSEDBIT_251_28 = Field.create("UNUSEDBIT_251_28", 976, FieldType.BIT, 28); + public static final Field UNUSEDBIT_251_29 = Field.create("UNUSEDBIT_251_29", 976, FieldType.BIT, 29); + public static final Field UNUSEDBIT_278_30 = Field.create("UNUSEDBIT_278_30", 976, FieldType.BIT, 30); + public static final Field UNUSEDBIT_278_31 = Field.create("UNUSEDBIT_278_31", 976, FieldType.BIT, 31); public static final Field ETBIO1_DIRECTIONPIN1 = Field.create("ETBIO1_DIRECTIONPIN1", 980, FieldType.INT8, brain_pin_e); public static final Field ETBIO1_DIRECTIONPIN2 = Field.create("ETBIO1_DIRECTIONPIN2", 981, FieldType.INT8, brain_pin_e); public static final Field ETBIO1_CONTROLPIN1 = Field.create("ETBIO1_CONTROLPIN1", 982, FieldType.INT8, brain_pin_e); @@ -2818,36 +2818,36 @@ public class Fields { UNUSED, TODOCLUTCHUPPININVERTED, TODOCLUTCHDOWNPININVERTED, - UNUSEDBIT_250_2, - UNUSEDBIT_250_3, - UNUSEDBIT_250_4, - UNUSEDBIT_250_5, - UNUSEDBIT_250_6, - UNUSEDBIT_250_7, - UNUSEDBIT_250_8, - UNUSEDBIT_250_9, - UNUSEDBIT_250_10, - UNUSEDBIT_250_11, - UNUSEDBIT_250_12, - UNUSEDBIT_250_13, - UNUSEDBIT_250_14, - UNUSEDBIT_250_15, - UNUSEDBIT_250_16, - UNUSEDBIT_250_17, - UNUSEDBIT_250_18, - UNUSEDBIT_250_19, - UNUSEDBIT_250_20, - UNUSEDBIT_250_21, - UNUSEDBIT_250_22, - UNUSEDBIT_250_23, - UNUSEDBIT_250_24, - UNUSEDBIT_250_25, - UNUSEDBIT_250_26, - UNUSEDBIT_250_27, - UNUSEDBIT_250_28, - UNUSEDBIT_250_29, - UNUSEDBIT_250_30, - UNUSEDBIT_250_31, + USEHBRIDGES, + UNUSEDBIT_251_3, + UNUSEDBIT_251_4, + UNUSEDBIT_251_5, + UNUSEDBIT_251_6, + UNUSEDBIT_251_7, + UNUSEDBIT_251_8, + UNUSEDBIT_251_9, + UNUSEDBIT_251_10, + UNUSEDBIT_251_11, + UNUSEDBIT_251_12, + UNUSEDBIT_251_13, + UNUSEDBIT_251_14, + UNUSEDBIT_251_15, + UNUSEDBIT_251_16, + UNUSEDBIT_251_17, + UNUSEDBIT_251_18, + UNUSEDBIT_251_19, + UNUSEDBIT_251_20, + UNUSEDBIT_251_21, + UNUSEDBIT_251_22, + UNUSEDBIT_251_23, + UNUSEDBIT_251_24, + UNUSEDBIT_251_25, + UNUSEDBIT_251_26, + UNUSEDBIT_251_27, + UNUSEDBIT_251_28, + UNUSEDBIT_251_29, + UNUSEDBIT_278_30, + UNUSEDBIT_278_31, ETBIO1_DIRECTIONPIN1, ETBIO1_DIRECTIONPIN2, ETBIO1_CONTROLPIN1,