Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2022-10-28 08:36:50 +00:00
parent d1bbc6eb47
commit ae301c690f
34 changed files with 108 additions and 70 deletions

View File

@ -253,4 +253,42 @@ static constexpr LogField fields[] = {
{engine->outputChannels.luaGauges[1], "luaGauges 2", "value", 3},
{engine->outputChannels.rawMaf2, "rawMaf2", "V", 3},
{engine->outputChannels.mafMeasured2, "MAF sensor 2", "kg/h", 1},
{engine->engineState.lua.fuelAdd, "lua.fuelAdd", "", 0},
{engine->engineState.lua.fuelMult, "lua.fuelMult", "", 0},
{engine->engineState.sd.tCharge, "speed density", "", 0},
{engine->engineState.sd.tChargeK, "sd.tChargeK", "", 0},
{engine->engineState.sd.airFlow, "sd.airFlow", "", 0},
{engine->engineState.engineCycleDurationMs, "engineCycleDurationMs", "", 0},
{engine->engineState.minRpmKcurrentTPS, "minRpmKcurrentTPS", "", 0},
{engine->engineState.currentTpsAdc, "currentTpsAdc", "", 0},
{engine->engineState.tpsVoltageMCU, "tpsVoltageMCU", "", 0},
{engine->engineState.tpsVoltageBoard, "tpsVoltageBoard", "", 0},
{engine->engineState.currentBaroCorrectedVE, "currentBaroCorrectedVE", "", 0},
{engine->engineState.injectorFlowCorrection, "injectorFlowCorrection", "", 0},
{engine->engineState.baroCorrection, "fuel: Barometric pressure correction", "", 0},
{engine->engineState.cranking.baseFuel, "Duration of injection, in ms. During cranking we do not account for injector flow, so if you change injectors you would need to change settings.", "", 0},
{engine->engineState.cranking.coolantTemperatureCoefficient, "cranking.coolantTemperatureCoefficient", "", 0},
{engine->engineState.cranking.tpsCoefficient, "cranking.tpsCoefficient", "", 0},
{engine->engineState.cranking.durationCoefficient, "cranking.durationCoefficient", "", 0},
{engine->engineState.cranking.fuel, "Actual injection duration based on all above coefficients.", "", 0},
{engine->engineState.running.postCrankingFuelCorrection, "running.postCrankingFuelCorrection", "", 0},
{engine->engineState.running.intakeTemperatureCoefficient, "fuel: IAT correction", "", 0},
{engine->engineState.running.coolantTemperatureCoefficient, "fuel: CLT correction", "", 0},
{engine->engineState.running.timeSinceCrankingInSecs, "running.timeSinceCrankingInSecs", "", 0},
{engine->engineState.running.baseFuel, "running.baseFuel", "", 0},
{engine->engineState.running.fuel, "Actual injection duration with CLT, IAT and TPS acceleration corrections per cycle, as squirt duration.", "", 0},
{engine->engineState.sparkDwell, "ignition dwell duration in ms", "", 0},
{engine->engineState.dwellAngle, "ignition dwell duration as crankshaft angle", "", 0},
{engine->engineState.cltTimingCorrection, "cltTimingCorrection", "deg", 2},
{engine->engineState.timingIatCorrection, "timingIatCorrection", "deg", 2},
{engine->engineState.timingPidCorrection, "timingPidCorrection", "deg", 2},
{engine->engineState.hellenBoardId, "Detected Board ID", "id", 0},
{engine->engineState.startStopStateToggleCounter, "startStopStateToggleCounter", "", 0},
{engine->engineState.egt1, "egt1", "", 0},
{engine->engineState.egt2, "egt2", "", 0},
{engine->engineState.desiredRpmLimit, "User-defined RPM hard limit", "rpm", 0},
{engine->engineState.fuelInjectionCounter, "fuelInjectionCounter", "", 0},
{engine->engineState.sparkCounter, "sparkCounter", "", 0},
{engine->engineState.fuelingLoad, "fuel: load", "", 0},
{engine->engineState.ignitionLoad, "ign: load", "", 0},
};

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/engine_state.txt Thu Oct 06 23:23:12 UTC 2022
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/engine_state.txt Fri Oct 28 08:35:47 UTC 2022
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -216,7 +216,7 @@ struct engine_state_s {
/**
* offset 32
*/
uint32_t currentTpsAdc = (int)0;
uint32_t currentTpsAdc = (uint32_t)0;
/**
* offset 36
*/
@ -382,7 +382,7 @@ struct engine_state_s {
/**
* offset 120
*/
uint32_t startStopStateToggleCounter = (int)0;
uint32_t startStopStateToggleCounter = (uint32_t)0;
/**
* offset 124
*/
@ -406,11 +406,11 @@ struct engine_state_s {
/**
* offset 136
*/
uint32_t fuelInjectionCounter = (int)0;
uint32_t fuelInjectionCounter = (uint32_t)0;
/**
* offset 140
*/
uint32_t sparkCounter = (int)0;
uint32_t sparkCounter = (uint32_t)0;
/**
* @@GAUGE_NAME_FUEL_LOAD@@
* offset 144
@ -425,4 +425,4 @@ struct engine_state_s {
static_assert(sizeof(engine_state_s) == 152);
// end
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/engine_state.txt Thu Oct 06 23:23:12 UTC 2022
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/engine_state.txt Fri Oct 28 08:35:47 UTC 2022

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_53865
#define TS_SIGNATURE "rusEFI 2022.10.28.48way.snap_53865"
#define SIGNATURE_HASH snap_16386
#define TS_SIGNATURE "rusEFI 2022.10.28.48way.snap_16386"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_55846
#define TS_SIGNATURE "rusEFI 2022.10.28.all.snap_55846"
#define SIGNATURE_HASH snap_18509
#define TS_SIGNATURE "rusEFI 2022.10.28.all.snap_18509"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_18250
#define TS_SIGNATURE "rusEFI 2022.10.28.alphax-2chan.snap_18250"
#define SIGNATURE_HASH snap_54561
#define TS_SIGNATURE "rusEFI 2022.10.28.alphax-2chan.snap_54561"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_6569
#define TS_SIGNATURE "rusEFI 2022.10.28.alphax-4chan.snap_6569"
#define SIGNATURE_HASH snap_35778
#define TS_SIGNATURE "rusEFI 2022.10.28.alphax-4chan.snap_35778"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_12033
#define TS_SIGNATURE "rusEFI 2022.10.28.atlas.snap_12033"
#define SIGNATURE_HASH snap_48490
#define TS_SIGNATURE "rusEFI 2022.10.28.atlas.snap_48490"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_35807
#define TS_SIGNATURE "rusEFI 2022.10.28.core8.snap_35807"
#define SIGNATURE_HASH snap_6580
#define TS_SIGNATURE "rusEFI 2022.10.28.core8.snap_6580"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat by SignatureConsumer
//
#define SIGNATURE_HASH snap_55846
#define TS_SIGNATURE "rusEFI 2022.10.28.cypress.snap_55846"
#define SIGNATURE_HASH snap_18509
#define TS_SIGNATURE "rusEFI 2022.10.28.cypress.snap_18509"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_55846
#define TS_SIGNATURE "rusEFI 2022.10.28.f407-discovery.snap_55846"
#define SIGNATURE_HASH snap_18509
#define TS_SIGNATURE "rusEFI 2022.10.28.f407-discovery.snap_18509"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_55846
#define TS_SIGNATURE "rusEFI 2022.10.28.f429-discovery.snap_55846"
#define SIGNATURE_HASH snap_18509
#define TS_SIGNATURE "rusEFI 2022.10.28.f429-discovery.snap_18509"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_9954
#define TS_SIGNATURE "rusEFI 2022.10.28.frankenso_na6.snap_9954"
#define SIGNATURE_HASH snap_46217
#define TS_SIGNATURE "rusEFI 2022.10.28.frankenso_na6.snap_46217"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_57097
#define TS_SIGNATURE "rusEFI 2022.10.28.harley81.snap_57097"
#define SIGNATURE_HASH snap_19810
#define TS_SIGNATURE "rusEFI 2022.10.28.harley81.snap_19810"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_23079
#define TS_SIGNATURE "rusEFI 2022.10.28.hellen-gm-e67.snap_23079"
#define SIGNATURE_HASH snap_51276
#define TS_SIGNATURE "rusEFI 2022.10.28.hellen-gm-e67.snap_51276"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_60394
#define TS_SIGNATURE "rusEFI 2022.10.28.hellen-nb1.snap_60394"
#define SIGNATURE_HASH snap_31105
#define TS_SIGNATURE "rusEFI 2022.10.28.hellen-nb1.snap_31105"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_25292
#define TS_SIGNATURE "rusEFI 2022.10.28.hellen121nissan.snap_25292"
#define SIGNATURE_HASH snap_61607
#define TS_SIGNATURE "rusEFI 2022.10.28.hellen121nissan.snap_61607"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_6492
#define TS_SIGNATURE "rusEFI 2022.10.28.hellen121vag.snap_6492"
#define SIGNATURE_HASH snap_35639
#define TS_SIGNATURE "rusEFI 2022.10.28.hellen121vag.snap_35639"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_42781
#define TS_SIGNATURE "rusEFI 2022.10.28.hellen128.snap_42781"
#define SIGNATURE_HASH snap_13686
#define TS_SIGNATURE "rusEFI 2022.10.28.hellen128.snap_13686"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_27662
#define TS_SIGNATURE "rusEFI 2022.10.28.hellen154hyundai.snap_27662"
#define SIGNATURE_HASH snap_65125
#define TS_SIGNATURE "rusEFI 2022.10.28.hellen154hyundai.snap_65125"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_54445
#define TS_SIGNATURE "rusEFI 2022.10.28.hellen72.snap_54445"
#define SIGNATURE_HASH snap_18118
#define TS_SIGNATURE "rusEFI 2022.10.28.hellen72.snap_18118"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_556
#define TS_SIGNATURE "rusEFI 2022.10.28.hellen81.snap_556"
#define SIGNATURE_HASH snap_36935
#define TS_SIGNATURE "rusEFI 2022.10.28.hellen81.snap_36935"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_51690
#define TS_SIGNATURE "rusEFI 2022.10.28.hellen88bmw.snap_51690"
#define SIGNATURE_HASH snap_23425
#define TS_SIGNATURE "rusEFI 2022.10.28.hellen88bmw.snap_23425"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_27409
#define TS_SIGNATURE "rusEFI 2022.10.28.hellenNA6.snap_27409"
#define SIGNATURE_HASH snap_63866
#define TS_SIGNATURE "rusEFI 2022.10.28.hellenNA6.snap_63866"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_27598
#define TS_SIGNATURE "rusEFI 2022.10.28.hellenNA8_96.snap_27598"
#define SIGNATURE_HASH snap_63909
#define TS_SIGNATURE "rusEFI 2022.10.28.hellenNA8_96.snap_63909"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat by SignatureConsumer
//
#define SIGNATURE_HASH snap_30954
#define TS_SIGNATURE "rusEFI 2022.10.28.kin.snap_30954"
#define SIGNATURE_HASH snap_60033
#define TS_SIGNATURE "rusEFI 2022.10.28.kin.snap_60033"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_48422
#define TS_SIGNATURE "rusEFI 2022.10.28.mre_f4.snap_48422"
#define SIGNATURE_HASH snap_12109
#define TS_SIGNATURE "rusEFI 2022.10.28.mre_f4.snap_12109"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_48422
#define TS_SIGNATURE "rusEFI 2022.10.28.mre_f7.snap_48422"
#define SIGNATURE_HASH snap_12109
#define TS_SIGNATURE "rusEFI 2022.10.28.mre_f7.snap_12109"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_960
#define TS_SIGNATURE "rusEFI 2022.10.28.prometheus_405.snap_960"
#define SIGNATURE_HASH snap_37291
#define TS_SIGNATURE "rusEFI 2022.10.28.prometheus_405.snap_37291"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_960
#define TS_SIGNATURE "rusEFI 2022.10.28.prometheus_469.snap_960"
#define SIGNATURE_HASH snap_37291
#define TS_SIGNATURE "rusEFI 2022.10.28.prometheus_469.snap_37291"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_7504
#define TS_SIGNATURE "rusEFI 2022.10.28.proteus_f4.snap_7504"
#define SIGNATURE_HASH snap_36667
#define TS_SIGNATURE "rusEFI 2022.10.28.proteus_f4.snap_36667"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_7504
#define TS_SIGNATURE "rusEFI 2022.10.28.proteus_f7.snap_7504"
#define SIGNATURE_HASH snap_36667
#define TS_SIGNATURE "rusEFI 2022.10.28.proteus_f7.snap_36667"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_7504
#define TS_SIGNATURE "rusEFI 2022.10.28.proteus_h7.snap_7504"
#define SIGNATURE_HASH snap_36667
#define TS_SIGNATURE "rusEFI 2022.10.28.proteus_h7.snap_36667"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_1020
#define TS_SIGNATURE "rusEFI 2022.10.28.subaru_eg33_f7.snap_1020"
#define SIGNATURE_HASH snap_37271
#define TS_SIGNATURE "rusEFI 2022.10.28.subaru_eg33_f7.snap_37271"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_5234
#define TS_SIGNATURE "rusEFI 2022.10.28.tdg-pdm8.snap_5234"
#define SIGNATURE_HASH snap_34329
#define TS_SIGNATURE "rusEFI 2022.10.28.tdg-pdm8.snap_34329"