refactoring
This commit is contained in:
parent
18e874ba7b
commit
5fbe44c8b7
|
@ -152,9 +152,6 @@ void initializeMazdaMiataVVtTestShape(TriggerWaveform *s) {
|
|||
}
|
||||
|
||||
void configureMazdaProtegeSOHC(TriggerWaveform *s) {
|
||||
|
||||
// todo: move to into configuration definition s->needSecondTriggerInput = FALSE;
|
||||
|
||||
s->initialize(FOUR_STROKE_CAM_SENSOR, false);
|
||||
// s->initialState[0] = 1;
|
||||
|
||||
|
@ -182,7 +179,6 @@ void configureMazdaProtegeSOHC(TriggerWaveform *s) {
|
|||
}
|
||||
|
||||
void configureMazdaProtegeLx(TriggerWaveform *s) {
|
||||
// todo: move to into configuration definition s->needSecondTriggerInput = FALSE;
|
||||
s->initialize(FOUR_STROKE_CAM_SENSOR, true);
|
||||
s->useOnlyPrimaryForSync = true;
|
||||
|
||||
|
|
|
@ -786,7 +786,7 @@ custom idle_mode_e 4 bits, U32, @OFFSET@, [0:0], "Automatic", "Manual"
|
|||
bit isIgnitionEnabled;+Enable ignition - This is default off for new projects as a safety feature, set to "true" to enable ignition and further ignition settings.
|
||||
bit isCylinderCleanupEnabled;+When enabled if TPS is held above 95% no fuel is injected while cranking to clear excess fuel from the cylinders.
|
||||
bit secondTriggerChannelEnabled
|
||||
bit needSecondTriggerInputDeprecated
|
||||
bit unusedBit4_1476
|
||||
bit isMapAveragingEnabled
|
||||
bit overrideCrankingIacSetting;+This setting overrides the normal multiplication values that have been set for the idle air control valve during cranking. If this setting is enabled the "IAC multiplier" table in the Cranking settings tab needs to be adjusted appropriately or potentially no IAC opening will occur.
|
||||
bit useSeparateAdvanceForIdle;+This activates a separate ignition timing table for idle conditions, this can help idle stability by using ignition retard and advance either side of the desired idle speed. Extra retard at low idle speeds will prevent stalling and extra advance at high idle speeds can help reduce engine power and slow the idle speed.
|
||||
|
|
|
@ -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 Jan 12 05:11:17 EST 2020
|
||||
// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Sun Jan 12 05:13:41 EST 2020
|
||||
|
||||
// by class com.rusefi.output.FileJavaFieldsConsumer
|
||||
import com.rusefi.config.*;
|
||||
|
@ -1009,7 +1009,6 @@ public class Fields {
|
|||
public static final int narrowToWideOxygenBins_offset = 2264;
|
||||
public static final int nbVvtIndex_offset = 2416;
|
||||
public static final int nbVvtIndex_offset_hex = 970;
|
||||
public static final int needSecondTriggerInputDeprecated_offset = 1476;
|
||||
public static final int noAccelAfterHardLimitPeriodSecs_offset = 1536;
|
||||
public static final int noAccelAfterHardLimitPeriodSecs_offset_hex = 600;
|
||||
public static final int o2heaterPin_offset = 742;
|
||||
|
@ -1335,6 +1334,7 @@ public class Fields {
|
|||
public static final int unused_offset = 972;
|
||||
public static final int unusedAnotherOne_offset = 744;
|
||||
public static final int unusedAtOldBoardConfigurationEnd_offset = 988;
|
||||
public static final int unusedBit4_1476_offset = 1476;
|
||||
public static final int unusedBit_249_10_offset = 976;
|
||||
public static final int unusedBit_249_11_offset = 976;
|
||||
public static final int unusedBit_249_12_offset = 976;
|
||||
|
@ -1960,7 +1960,7 @@ public class Fields {
|
|||
public static final Field ISIGNITIONENABLED = Field.create("ISIGNITIONENABLED", 1476, FieldType.BIT, 1);
|
||||
public static final Field ISCYLINDERCLEANUPENABLED = Field.create("ISCYLINDERCLEANUPENABLED", 1476, FieldType.BIT, 2);
|
||||
public static final Field SECONDTRIGGERCHANNELENABLED = Field.create("SECONDTRIGGERCHANNELENABLED", 1476, FieldType.BIT, 3);
|
||||
public static final Field NEEDSECONDTRIGGERINPUTDEPRECATED = Field.create("NEEDSECONDTRIGGERINPUTDEPRECATED", 1476, FieldType.BIT, 4);
|
||||
public static final Field UNUSEDBIT4_1476 = Field.create("UNUSEDBIT4_1476", 1476, FieldType.BIT, 4);
|
||||
public static final Field ISMAPAVERAGINGENABLED = Field.create("ISMAPAVERAGINGENABLED", 1476, FieldType.BIT, 5);
|
||||
public static final Field OVERRIDECRANKINGIACSETTING = Field.create("OVERRIDECRANKINGIACSETTING", 1476, FieldType.BIT, 6);
|
||||
public static final Field USESEPARATEADVANCEFORIDLE = Field.create("USESEPARATEADVANCEFORIDLE", 1476, FieldType.BIT, 7);
|
||||
|
@ -2830,7 +2830,7 @@ public class Fields {
|
|||
ISIGNITIONENABLED,
|
||||
ISCYLINDERCLEANUPENABLED,
|
||||
SECONDTRIGGERCHANNELENABLED,
|
||||
NEEDSECONDTRIGGERINPUTDEPRECATED,
|
||||
UNUSEDBIT4_1476,
|
||||
ISMAPAVERAGINGENABLED,
|
||||
OVERRIDECRANKINGIACSETTING,
|
||||
USESEPARATEADVANCEFORIDLE,
|
||||
|
|
Loading…
Reference in New Issue