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 4fa221b2d4..647e992dae 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 Feb 16 16:11:47 EST 2020 +// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration/rusefi_config.txt Thu Feb 27 01:01:33 EST 2020 // by class com.rusefi.output.CHeaderConsumer // begin #ifndef CONFIG_BOARDS_KINETIS_CONFIG_CONTROLLERS_ALGO_ENGINE_CONFIGURATION_GENERATED_STRUCTURES_H @@ -1294,7 +1294,7 @@ struct engine_configuration_s { bool useLcdScreen : 1; /** offset 744 bit 13 */ - bool unusedAnotherOne : 1; + bool verboseTLE8888 : 1; /** offset 744 bit 14 */ bool unusedOldWarmupAfr : 1; @@ -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 Feb 16 16:11:47 EST 2020 +// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration/rusefi_config.txt Thu Feb 27 01:01:33 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 8b87720c44..d2010dd6e4 100644 --- a/firmware/config/boards/kinetis/config/controllers/algo/rusefi_generated.h +++ b/firmware/config/boards/kinetis/config/controllers/algo/rusefi_generated.h @@ -2072,8 +2072,6 @@ #define unused_former_warmup_target_afr_offset_hex 830 #define unused_offset 972 #define unused_offset_hex 3cc -#define unusedAnotherOne_offset 744 -#define unusedAnotherOne_offset_hex 2e8 #define unusedAtOldBoardConfigurationEnd_offset 1052 #define unusedAtOldBoardConfigurationEnd_offset_hex 41c #define unusedBit4_1476_offset 1476 @@ -2249,6 +2247,8 @@ #define vehicleSpeedSensorInputPin_offset_hex 3c8 #define veLoadBins_offset 18464 #define veLoadBins_offset_hex 4820 +#define verboseTLE8888_offset 744 +#define verboseTLE8888_offset_hex 2e8 #define verboseTriggerSynchDetails_offset 1476 #define verboseTriggerSynchDetails_offset_hex 5c4 #define veRpmBins_offset 18528 diff --git a/firmware/controllers/generated/engine_configuration_generated_structures.h b/firmware/controllers/generated/engine_configuration_generated_structures.h index adfd3d482e..54c4daf4b5 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 Feb 16 16:11:34 EST 2020 +// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Thu Feb 27 01:01:20 EST 2020 // by class com.rusefi.output.CHeaderConsumer // begin #ifndef CONTROLLERS_GENERATED_ENGINE_CONFIGURATION_GENERATED_STRUCTURES_H @@ -1294,7 +1294,7 @@ struct engine_configuration_s { bool useLcdScreen : 1; /** offset 744 bit 13 */ - bool unusedAnotherOne : 1; + bool verboseTLE8888 : 1; /** offset 744 bit 14 */ bool unusedOldWarmupAfr : 1; @@ -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 Feb 16 16:11:34 EST 2020 +// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Thu Feb 27 01:01:20 EST 2020 diff --git a/firmware/controllers/generated/rusefi_generated.h b/firmware/controllers/generated/rusefi_generated.h index 70bc613b86..123717a5c8 100644 --- a/firmware/controllers/generated/rusefi_generated.h +++ b/firmware/controllers/generated/rusefi_generated.h @@ -2072,8 +2072,6 @@ #define unused_former_warmup_target_afr_offset_hex 830 #define unused_offset 972 #define unused_offset_hex 3cc -#define unusedAnotherOne_offset 744 -#define unusedAnotherOne_offset_hex 2e8 #define unusedAtOldBoardConfigurationEnd_offset 1052 #define unusedAtOldBoardConfigurationEnd_offset_hex 41c #define unusedBit4_1476_offset 1476 @@ -2249,6 +2247,8 @@ #define vehicleSpeedSensorInputPin_offset_hex 3c8 #define veLoadBins_offset 18464 #define veLoadBins_offset_hex 4820 +#define verboseTLE8888_offset 744 +#define verboseTLE8888_offset_hex 2e8 #define verboseTriggerSynchDetails_offset 1476 #define verboseTriggerSynchDetails_offset_hex 5c4 #define veRpmBins_offset 18528 diff --git a/firmware/integration/rusefi_config.txt b/firmware/integration/rusefi_config.txt index 5d9480ee93..562ecae6c1 100644 --- a/firmware/integration/rusefi_config.txt +++ b/firmware/integration/rusefi_config.txt @@ -631,7 +631,7 @@ bit is_enabled_spi_2 bit enabledStep1Limiter; bit useTpicAdvancedMode; bit useLcdScreen; - bit unusedAnotherOne; + bit verboseTLE8888; bit unusedOldWarmupAfr; bit onOffAlternatorLogic; +This will cause the alternator to be operated in a basic on or off mode, this is the simplest alternator control. bit isCJ125Enabled diff --git a/firmware/tunerstudio/rusefi.ini b/firmware/tunerstudio/rusefi.ini index 7948c1c7fd..d083888c3c 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 Tue Feb 18 16:38:11 EST 2020 +; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Thu Feb 27 01:01:20 EST 2020 pageSize = 20000 page = 1 @@ -377,7 +377,7 @@ page = 1 enabledStep1Limiter = bits, U32, 744, [10:10], "false", "true" useTpicAdvancedMode = bits, U32, 744, [11:11], "false", "true" useLcdScreen = bits, U32, 744, [12:12], "false", "true" - unusedAnotherOne = bits, U32, 744, [13:13], "false", "true" + verboseTLE8888 = bits, U32, 744, [13:13], "false", "true" unusedOldWarmupAfr = bits, U32, 744, [14:14], "false", "true" onOffAlternatorLogic = bits, U32, 744, [15:15], "false", "true" isCJ125Enabled = bits, U32, 744, [16:16], "false", "true" diff --git a/firmware/tunerstudio/rusefi_frankenso.ini b/firmware/tunerstudio/rusefi_frankenso.ini index 2da91c6144..ab70964013 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 Tue Feb 18 16:38:17 EST 2020 +; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Thu Feb 27 01:01:28 EST 2020 pageSize = 20000 page = 1 @@ -377,7 +377,7 @@ page = 1 enabledStep1Limiter = bits, U32, 744, [10:10], "false", "true" useTpicAdvancedMode = bits, U32, 744, [11:11], "false", "true" useLcdScreen = bits, U32, 744, [12:12], "false", "true" - unusedAnotherOne = bits, U32, 744, [13:13], "false", "true" + verboseTLE8888 = bits, U32, 744, [13:13], "false", "true" unusedOldWarmupAfr = bits, U32, 744, [14:14], "false", "true" onOffAlternatorLogic = bits, U32, 744, [15:15], "false", "true" isCJ125Enabled = bits, U32, 744, [16:16], "false", "true" diff --git a/firmware/tunerstudio/rusefi_kinetis.ini b/firmware/tunerstudio/rusefi_kinetis.ini index 12b707c4d3..3963a29d12 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 Tue Feb 18 16:38:24 EST 2020 +; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration/rusefi_config.txt Thu Feb 27 01:01:33 EST 2020 pageSize = 20000 page = 1 @@ -377,7 +377,7 @@ page = 1 enabledStep1Limiter = bits, U32, 744, [10:10], "false", "true" useTpicAdvancedMode = bits, U32, 744, [11:11], "false", "true" useLcdScreen = bits, U32, 744, [12:12], "false", "true" - unusedAnotherOne = bits, U32, 744, [13:13], "false", "true" + verboseTLE8888 = bits, U32, 744, [13:13], "false", "true" unusedOldWarmupAfr = bits, U32, 744, [14:14], "false", "true" onOffAlternatorLogic = bits, U32, 744, [15:15], "false", "true" isCJ125Enabled = bits, U32, 744, [16:16], "false", "true" diff --git a/firmware/tunerstudio/rusefi_microrusefi.ini b/firmware/tunerstudio/rusefi_microrusefi.ini index a3dadc0b67..1395264d5a 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 Tue Feb 18 16:38:14 EST 2020 +; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Thu Feb 27 01:01:26 EST 2020 pageSize = 20000 page = 1 @@ -377,7 +377,7 @@ page = 1 enabledStep1Limiter = bits, U32, 744, [10:10], "false", "true" useTpicAdvancedMode = bits, U32, 744, [11:11], "false", "true" useLcdScreen = bits, U32, 744, [12:12], "false", "true" - unusedAnotherOne = bits, U32, 744, [13:13], "false", "true" + verboseTLE8888 = bits, U32, 744, [13:13], "false", "true" unusedOldWarmupAfr = bits, U32, 744, [14:14], "false", "true" onOffAlternatorLogic = bits, U32, 744, [15:15], "false", "true" isCJ125Enabled = bits, U32, 744, [16:16], "false", "true" diff --git a/firmware/tunerstudio/rusefi_prometheus.ini b/firmware/tunerstudio/rusefi_prometheus.ini index 730e357ac2..0b73cf40fe 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 Tue Feb 18 16:38:19 EST 2020 +; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Thu Feb 27 01:01:30 EST 2020 pageSize = 20000 page = 1 @@ -377,7 +377,7 @@ page = 1 enabledStep1Limiter = bits, U32, 744, [10:10], "false", "true" useTpicAdvancedMode = bits, U32, 744, [11:11], "false", "true" useLcdScreen = bits, U32, 744, [12:12], "false", "true" - unusedAnotherOne = bits, U32, 744, [13:13], "false", "true" + verboseTLE8888 = bits, U32, 744, [13:13], "false", "true" unusedOldWarmupAfr = bits, U32, 744, [14:14], "false", "true" onOffAlternatorLogic = bits, U32, 744, [15:15], "false", "true" isCJ125Enabled = bits, U32, 744, [16:16], "false", "true" diff --git a/firmware/tunerstudio/rusefi_proteus.ini b/firmware/tunerstudio/rusefi_proteus.ini index ecf9acde95..9b0430f35b 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 Tue Feb 18 16:38:22 EST 2020 +; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Thu Feb 27 01:01:31 EST 2020 pageSize = 20000 page = 1 @@ -377,7 +377,7 @@ page = 1 enabledStep1Limiter = bits, U32, 744, [10:10], "false", "true" useTpicAdvancedMode = bits, U32, 744, [11:11], "false", "true" useLcdScreen = bits, U32, 744, [12:12], "false", "true" - unusedAnotherOne = bits, U32, 744, [13:13], "false", "true" + verboseTLE8888 = bits, U32, 744, [13:13], "false", "true" unusedOldWarmupAfr = bits, U32, 744, [14:14], "false", "true" onOffAlternatorLogic = bits, U32, 744, [15:15], "false", "true" isCJ125Enabled = bits, U32, 744, [16:16], "false", "true" 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 3d279f841d..ad2daf96a7 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 Sun Feb 16 16:11:34 EST 2020 +// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Thu Feb 27 01:01:20 EST 2020 // by class com.rusefi.output.FileJavaFieldsConsumer import com.rusefi.config.*; @@ -1370,7 +1370,6 @@ public class Fields { public static final int unused_former_warmup_target_afr_offset = 2096; public static final int unused_former_warmup_target_afr_offset_hex = 830; public static final int unused_offset = 972; - public static final int unusedAnotherOne_offset = 744; public static final int unusedAtOldBoardConfigurationEnd_offset = 1052; public static final int unusedBit4_1476_offset = 1476; public static final int unusedBit_250_10_offset = 976; @@ -1461,6 +1460,7 @@ public class Fields { public static final int vehicleSpeedSensorInputPin_offset = 968; public static final int veLoadBins_offset = 18464; public static final int veLoadBins_offset_hex = 4820; + public static final int verboseTLE8888_offset = 744; public static final int verboseTriggerSynchDetails_offset = 1476; public static final int veRpmBins_offset = 18528; public static final int veRpmBins_offset_hex = 4860; @@ -1763,7 +1763,7 @@ public class Fields { public static final Field ENABLEDSTEP1LIMITER = Field.create("ENABLEDSTEP1LIMITER", 744, FieldType.BIT, 10); public static final Field USETPICADVANCEDMODE = Field.create("USETPICADVANCEDMODE", 744, FieldType.BIT, 11); public static final Field USELCDSCREEN = Field.create("USELCDSCREEN", 744, FieldType.BIT, 12); - public static final Field UNUSEDANOTHERONE = Field.create("UNUSEDANOTHERONE", 744, FieldType.BIT, 13); + public static final Field VERBOSETLE8888 = Field.create("VERBOSETLE8888", 744, FieldType.BIT, 13); public static final Field UNUSEDOLDWARMUPAFR = Field.create("UNUSEDOLDWARMUPAFR", 744, FieldType.BIT, 14); public static final Field ONOFFALTERNATORLOGIC = Field.create("ONOFFALTERNATORLOGIC", 744, FieldType.BIT, 15); public static final Field ISCJ125ENABLED = Field.create("ISCJ125ENABLED", 744, FieldType.BIT, 16); @@ -2661,7 +2661,7 @@ public class Fields { ENABLEDSTEP1LIMITER, USETPICADVANCEDMODE, USELCDSCREEN, - UNUSEDANOTHERONE, + VERBOSETLE8888, UNUSEDOLDWARMUPAFR, ONOFFALTERNATORLOGIC, ISCJ125ENABLED,