Skip to content

Commit 488a72a

Browse files
committed
Custom Auto-generated Configs
[no ci]
1 parent 31e8237 commit 488a72a

5 files changed

Lines changed: 67 additions & 59 deletions

File tree

generated/controllers/generated/engine_configuration_generated_structures_mazduino.h

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ struct stft_s {
6464
scaled_channel<uint8_t, 10, 1> deadband;
6565
/**
6666
* Below this temperature, correction is disabled.
67-
* units: C
67+
* units: SPECIAL_CASE_TEMPERATURE
6868
* offset 7
6969
*/
7070
int8_t minClt;
@@ -3920,7 +3920,7 @@ struct engine_configuration_s {
39203920
*/
39213921
float injectorCorrectionPolynomial[8] = {};
39223922
/**
3923-
* units: C
3923+
* units: SPECIAL_CASE_TEMPERATURE
39243924
* offset 1932
39253925
*/
39263926
scaled_channel<int8_t, 1, 5> primeBins[PRIME_CURVE_COUNT] = {};
@@ -3995,7 +3995,7 @@ struct engine_configuration_s {
39953995
int16_t coastingFuelCutTps;
39963996
/**
39973997
* Fuel cutoff is disabled when the engine is cold.
3998-
* units: C
3998+
* units: SPECIAL_CASE_TEMPERATURE
39993999
* offset 1984
40004000
*/
40014001
int16_t coastingFuelCutClt;
@@ -4523,7 +4523,7 @@ struct engine_configuration_s {
45234523
*/
45244524
vin_number_t vinNumber;
45254525
/**
4526-
* units: C
4526+
* units: SPECIAL_CASE_TEMPERATURE
45274527
* offset 3181
45284528
*/
45294529
int8_t torqueReductionActivationTemperature;
@@ -4557,12 +4557,12 @@ struct engine_configuration_s {
45574557
*/
45584558
int16_t ALSMaxDuration;
45594559
/**
4560-
* units: C
4560+
* units: SPECIAL_CASE_TEMPERATURE
45614561
* offset 3206
45624562
*/
45634563
int8_t ALSMinCLT;
45644564
/**
4565-
* units: C
4565+
* units: SPECIAL_CASE_TEMPERATURE
45664566
* offset 3207
45674567
*/
45684568
int8_t ALSMaxCLT;
@@ -5548,7 +5548,7 @@ struct persistent_config_s {
55485548
*/
55495549
uint16_t postCrankingDurationBins[CRANKING_ENRICH_COUNT] = {};
55505550
/**
5551-
* units: C
5551+
* units: SPECIAL_CASE_TEMPERATURE
55525552
* offset 4164
55535553
*/
55545554
int16_t postCrankingCLTBins[CRANKING_ENRICH_CLT_COUNT] = {};
@@ -5605,7 +5605,7 @@ struct persistent_config_s {
56055605
scaled_channel<uint16_t, 100, 1> sparkDwellValues[DWELL_CURVE_SIZE] = {};
56065606
/**
56075607
* CLT-based target RPM for automatic idle controller
5608-
* units: C
5608+
* units: SPECIAL_CASE_TEMPERATURE
56095609
* offset 4376
56105610
*/
56115611
scaled_channel<int8_t, 1, 2> cltIdleRpmBins[CLT_CURVE_SIZE] = {};
@@ -5622,7 +5622,7 @@ struct persistent_config_s {
56225622
scaled_channel<int16_t, 10, 1> ignitionCltCorrTable[CLT_TIMING_CURVE_SIZE][CLT_TIMING_CURVE_SIZE] = {};
56235623
/**
56245624
* CLT-based timing correction
5625-
* units: C
5625+
* units: SPECIAL_CASE_TEMPERATURE
56265626
* offset 4458
56275627
*/
56285628
scaled_channel<int8_t, 1, 5> ignitionCltCorrTempBins[CLT_TIMING_CURVE_SIZE] = {};
@@ -5779,7 +5779,7 @@ struct persistent_config_s {
57795779
scaled_channel<uint8_t, 1, 100> pedalToTpsRpmBins[PEDAL_TO_TPS_RPM_SIZE] = {};
57805780
/**
57815781
* CLT-based cranking position % for simple manual idle controller
5782-
* units: C
5782+
* units: SPECIAL_CASE_TEMPERATURE
57835783
* offset 5436
57845784
*/
57855785
float cltCrankingCorrBins[CLT_CRANKING_CURVE_SIZE] = {};
@@ -5790,7 +5790,7 @@ struct persistent_config_s {
57905790
*/
57915791
float cltCrankingCorr[CLT_CRANKING_CURVE_SIZE] = {};
57925792
/**
5793-
* units: C
5793+
* units: SPECIAL_CASE_TEMPERATURE
57945794
* offset 5500
57955795
*/
57965796
float afterCrankingIACtaperDurationBins[CLT_CRANKING_TAPER_CURVE_SIZE] = {};
@@ -5833,7 +5833,7 @@ struct persistent_config_s {
58335833
*/
58345834
lua_script_t luaScript;
58355835
/**
5836-
* units: C
5836+
* units: SPECIAL_CASE_TEMPERATURE
58375837
* offset 13616
58385838
*/
58395839
float cltFuelCorrBins[CLT_FUEL_CURVE_SIZE] = {};
@@ -5843,7 +5843,7 @@ struct persistent_config_s {
58435843
*/
58445844
float cltFuelCorr[CLT_FUEL_CURVE_SIZE] = {};
58455845
/**
5846-
* units: C
5846+
* units: SPECIAL_CASE_TEMPERATURE
58475847
* offset 13744
58485848
*/
58495849
float iatFuelCorrBins[IAT_CURVE_SIZE] = {};
@@ -5858,7 +5858,7 @@ struct persistent_config_s {
58585858
*/
58595859
float crankingFuelCoef[CRANKING_CURVE_SIZE] = {};
58605860
/**
5861-
* units: C
5861+
* units: SPECIAL_CASE_TEMPERATURE
58625862
* offset 13904
58635863
*/
58645864
float crankingFuelBins[CRANKING_CURVE_SIZE] = {};
@@ -5868,7 +5868,7 @@ struct persistent_config_s {
58685868
*/
58695869
float crankingCycleBins[CRANKING_CURVE_SIZE] = {};
58705870
/**
5871-
* units: C
5871+
* units: SPECIAL_CASE_TEMPERATURE
58725872
* offset 13968
58735873
*/
58745874
int16_t crankingCycleFuelCltBins[CRANKING_CYCLE_CLT_SIZE] = {};
@@ -5882,7 +5882,7 @@ struct persistent_config_s {
58825882
float crankingCycleBaseFuel[CRANKING_CYCLE_CLT_SIZE][CRANKING_CURVE_SIZE] = {};
58835883
/**
58845884
* CLT-based idle position for simple manual idle controller
5885-
* units: C
5885+
* units: SPECIAL_CASE_TEMPERATURE
58865886
* offset 14104
58875887
*/
58885888
float cltIdleCorrBins[CLT_IDLE_TABLE_CLT_SIZE] = {};
@@ -5928,7 +5928,7 @@ struct persistent_config_s {
59285928
*/
59295929
scaled_channel<int16_t, 10, 1> ignitionIatCorrTable[IAT_IGN_CORR_LOAD_COUNT][IAT_IGN_CORR_COUNT] = {};
59305930
/**
5931-
* units: C
5931+
* units: SPECIAL_CASE_TEMPERATURE
59325932
* offset 14604
59335933
*/
59345934
int8_t ignitionIatCorrTempBins[IAT_IGN_CORR_COUNT] = {};
@@ -6558,7 +6558,7 @@ struct persistent_config_s {
65586558
*/
65596559
scaled_channel<uint8_t, 50, 1> tpsTspCorrValues[TPS_TPS_ACCEL_CLT_CORR_TABLE] = {};
65606560
/**
6561-
* units: C
6561+
* units: SPECIAL_CASE_TEMPERATURE
65626562
* offset 22776
65636563
*/
65646564
scaled_channel<int8_t, 1, 5> cltRevLimitRpmBins[CLT_LIMITER_CURVE_SIZE] = {};

generated/controllers/generated/rusefi_generated_mazduino.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1504,7 +1504,7 @@
15041504
#define SentInput_NONE 0
15051505
#define show_tcu_gauges true
15061506
#define show_vvt_output_pin true
1507-
#define SIGNATURE_HASH 3246308713
1507+
#define SIGNATURE_HASH 72467209
15081508
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
15091509
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
15101510
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@@ -2056,7 +2056,7 @@
20562056
#define ts_show_wastegate_sensor true
20572057
#define ts_show_wbo_canbus_index true
20582058
#define ts_show_wbo_canbus_set_index true
2059-
#define TS_SIGNATURE "rusEFI main.2025.08.01.mazduino.3246308713"
2059+
#define TS_SIGNATURE "rusEFI main.2025.08.02.mazduino.72467209"
20602060
#define TS_SIMULATE_CAN '>'
20612061
#define TS_SIMULATE_CAN_char >
20622062
#define TS_TEST_COMMAND 't'

generated/controllers/generated/signature_mazduino.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
// CHeaderConsumer was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
33
//
44

5-
#define SIGNATURE_HASH 3246308713
6-
#define TS_SIGNATURE "rusEFI main.2025.08.01.mazduino.3246308713"
5+
#define SIGNATURE_HASH 72467209
6+
#define TS_SIGNATURE "rusEFI main.2025.08.02.mazduino.72467209"

0 commit comments

Comments
 (0)