Skip to content

Commit 4f1c11f

Browse files
committed
Custom Auto-generated Configs
[no ci]
1 parent d704167 commit 4f1c11f

9 files changed

Lines changed: 40 additions & 30 deletions

File tree

generated/console/binary/generated/data_logs.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,7 @@ entry = rpmLaunchCondition, "rpmLaunchCondition", int, "%d"
577577
entry = rpmPreLaunchCondition, "rpmPreLaunchCondition", int, "%d"
578578
entry = speedCondition, "Launch: speedCondition", int, "%d"
579579
entry = tpsCondition, "Launch: tpsCondition", int, "%d"
580+
entry = luaLaunchState, "luaLaunchState", int, "%d"
580581
entry = isTorqueReductionTriggerPinValid, "isTorqueReductionTriggerPinValid", int, "%d"
581582
entry = torqueReductionTriggerPinState, "torqueReductionTriggerPinState", int, "%d"
582583
entry = isTimeConditionSatisfied, "isTimeConditionSatisfied", int, "%d"

generated/console/binary/generated/fancy_content.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2
174174
indicator = {rpmPreLaunchCondition}, "rpmPreLaunchCondition No", "rpmPreLaunchCondition Yes"
175175
indicator = {speedCondition}, "speedCondition No", "speedCondition Yes"
176176
indicator = {tpsCondition}, "tpsCondition No", "tpsCondition Yes"
177+
indicator = {luaLaunchState}, "luaLaunchState No", "luaLaunchState Yes"
177178

178179
dialog = launch_control_stateDialog, "launch_control_state"
179180
panel = launch_control_stateIndicatorPanel

generated/console/binary/generated/live_data_fragments.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,7 @@ rpmLaunchCondition = bits, U32, 1176, [8:8]
588588
rpmPreLaunchCondition = bits, U32, 1176, [9:9]
589589
speedCondition = bits, U32, 1176, [10:10]
590590
tpsCondition = bits, U32, 1176, [11:11]
591+
luaLaunchState = bits, U32, 1176, [12:12]
591592
; total TS size = 1180
592593
isTorqueReductionTriggerPinValid = bits, U32, 1180, [0:0]
593594
torqueReductionTriggerPinState = bits, U32, 1180, [1:1]

generated/console/binary/generated/log_fields_generated.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,9 @@ static const MLG::Entries::Field fields[] = {
601601
#if EFI_LAUNCH_CONTROL
602602
{engine->launchController, 4, 11, "Launch: tpsCondition", ""},
603603
#endif
604+
#if EFI_LAUNCH_CONTROL
605+
{engine->launchController, 4, 12, "luaLaunchState", ""},
606+
#endif
604607
#if EFI_LAUNCH_CONTROL
605608
{engine->shiftTorqueReductionController, 0, 0, "isTorqueReductionTriggerPinValid", ""},
606609
#endif

generated/controllers/generated/rusefi_generated_mazduino.h

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1312,9 +1312,10 @@
13121312
#define KNOCK_TABLE_SIZE 6
13131313
#define LAM_SIZE 4
13141314
#define launchActivationMode_e_ALWAYS_ACTIVE_LAUNCH 2
1315-
#define launchActivationMode_e_auto_enum 0="SWITCH_INPUT_LAUNCH",2="ALWAYS_ACTIVE_LAUNCH",1="CLUTCH_INPUT_LAUNCH",3="STOP_INPUT_LAUNCH"
1315+
#define launchActivationMode_e_auto_enum 0="SWITCH_INPUT_LAUNCH",2="ALWAYS_ACTIVE_LAUNCH",1="CLUTCH_INPUT_LAUNCH",4="LUA_LAUNCH",3="STOP_INPUT_LAUNCH"
13161316
#define launchActivationMode_e_CLUTCH_INPUT_LAUNCH 1
1317-
#define launchActivationMode_e_enum "Launch Button", "Clutch Down Switch", "Speed Based", "Brake Pedal"
1317+
#define launchActivationMode_e_enum "Launch Button", "Clutch Down Switch", "Speed Based", "Brake Pedal", "Lua"
1318+
#define launchActivationMode_e_LUA_LAUNCH 4
13181319
#define launchActivationMode_e_STOP_INPUT_LAUNCH 3
13191320
#define launchActivationMode_e_SWITCH_INPUT_LAUNCH 0
13201321
#define linear_sensor_s_size 20
@@ -1503,7 +1504,7 @@
15031504
#define SentInput_NONE 0
15041505
#define show_tcu_gauges true
15051506
#define show_vvt_output_pin true
1506-
#define SIGNATURE_HASH 1185645764
1507+
#define SIGNATURE_HASH 472271691
15071508
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
15081509
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
15091510
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@@ -2056,7 +2057,7 @@
20562057
#define ts_show_wastegate_sensor true
20572058
#define ts_show_wbo_canbus_index true
20582059
#define ts_show_wbo_canbus_set_index true
2059-
#define TS_SIGNATURE "rusEFI main.2025.08.06.mazduino.1185645764"
2060+
#define TS_SIGNATURE "rusEFI main.2025.08.07.mazduino.472271691"
20602061
#define TS_SIMULATE_CAN '>'
20612062
#define TS_SIMULATE_CAN_char >
20622063
#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 1185645764
6-
#define TS_SIGNATURE "rusEFI main.2025.08.06.mazduino.1185645764"
5+
#define SIGNATURE_HASH 472271691
6+
#define TS_SIGNATURE "rusEFI main.2025.08.07.mazduino.472271691"

generated/live_data_generated/launch_control_state_generated.h

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -55,64 +55,64 @@ struct launch_control_state_s {
5555
bool tpsCondition : 1 {};
5656
/**
5757
offset 4 bit 12 */
58-
bool unusedBit_13_12 : 1 {};
58+
bool luaLaunchState : 1 {};
5959
/**
6060
offset 4 bit 13 */
61-
bool unusedBit_13_13 : 1 {};
61+
bool unusedBit_14_13 : 1 {};
6262
/**
6363
offset 4 bit 14 */
64-
bool unusedBit_13_14 : 1 {};
64+
bool unusedBit_14_14 : 1 {};
6565
/**
6666
offset 4 bit 15 */
67-
bool unusedBit_13_15 : 1 {};
67+
bool unusedBit_14_15 : 1 {};
6868
/**
6969
offset 4 bit 16 */
70-
bool unusedBit_13_16 : 1 {};
70+
bool unusedBit_14_16 : 1 {};
7171
/**
7272
offset 4 bit 17 */
73-
bool unusedBit_13_17 : 1 {};
73+
bool unusedBit_14_17 : 1 {};
7474
/**
7575
offset 4 bit 18 */
76-
bool unusedBit_13_18 : 1 {};
76+
bool unusedBit_14_18 : 1 {};
7777
/**
7878
offset 4 bit 19 */
79-
bool unusedBit_13_19 : 1 {};
79+
bool unusedBit_14_19 : 1 {};
8080
/**
8181
offset 4 bit 20 */
82-
bool unusedBit_13_20 : 1 {};
82+
bool unusedBit_14_20 : 1 {};
8383
/**
8484
offset 4 bit 21 */
85-
bool unusedBit_13_21 : 1 {};
85+
bool unusedBit_14_21 : 1 {};
8686
/**
8787
offset 4 bit 22 */
88-
bool unusedBit_13_22 : 1 {};
88+
bool unusedBit_14_22 : 1 {};
8989
/**
9090
offset 4 bit 23 */
91-
bool unusedBit_13_23 : 1 {};
91+
bool unusedBit_14_23 : 1 {};
9292
/**
9393
offset 4 bit 24 */
94-
bool unusedBit_13_24 : 1 {};
94+
bool unusedBit_14_24 : 1 {};
9595
/**
9696
offset 4 bit 25 */
97-
bool unusedBit_13_25 : 1 {};
97+
bool unusedBit_14_25 : 1 {};
9898
/**
9999
offset 4 bit 26 */
100-
bool unusedBit_13_26 : 1 {};
100+
bool unusedBit_14_26 : 1 {};
101101
/**
102102
offset 4 bit 27 */
103-
bool unusedBit_13_27 : 1 {};
103+
bool unusedBit_14_27 : 1 {};
104104
/**
105105
offset 4 bit 28 */
106-
bool unusedBit_13_28 : 1 {};
106+
bool unusedBit_14_28 : 1 {};
107107
/**
108108
offset 4 bit 29 */
109-
bool unusedBit_13_29 : 1 {};
109+
bool unusedBit_14_29 : 1 {};
110110
/**
111111
offset 4 bit 30 */
112-
bool unusedBit_13_30 : 1 {};
112+
bool unusedBit_14_30 : 1 {};
113113
/**
114114
offset 4 bit 31 */
115-
bool unusedBit_13_31 : 1 {};
115+
bool unusedBit_14_31 : 1 {};
116116
};
117117
static_assert(sizeof(launch_control_state_s) == 8);
118118

generated/tunerstudio/generated/rusefi_mazduino.ini

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ enable2ndByteCanID = false
3838

3939
[MegaTune]
4040
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
41-
signature = "rusEFI main.2025.08.06.mazduino.1185645764"
41+
signature = "rusEFI main.2025.08.07.mazduino.472271691"
4242

4343
[TunerStudio]
4444
queryCommand = "S"
4545
versionInfo = "V" ; firmware version for title bar.
46-
signature= "rusEFI main.2025.08.06.mazduino.1185645764" ; signature is expected to be 7 or more characters.
46+
signature= "rusEFI main.2025.08.07.mazduino.472271691" ; signature is expected to be 7 or more characters.
4747

4848
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
4949
useLegacyFTempUnits = false
@@ -547,7 +547,7 @@ boostType = bits, U08, 972, [0:0], "Open Loop", "Open + Closed Loop"
547547
ignitionKeyDigitalPinMode = bits, U08, 973, [0:2], "DEFAULT", "PULLUP", "PULLDOWN", "INVALID", "INVERTED DEFAULT", "INVERTED PULLUP", "INVERTED PULLDOWN", "INVALID"
548548
ignitionKeyDigitalPin = bits, U16, 974, [0:8], $gpio_list
549549
boostPwmFrequency = scalar, S32, 976, "Hz", 1, 0, 0, 3000, 0
550-
launchActivationMode = bits, S08, 980, [0:1], "Launch Button", "Clutch Down Switch", "Speed Based", "Brake Pedal"
550+
launchActivationMode = bits, S08, 980, [0:2], "Launch Button", "Clutch Down Switch", "Speed Based", "Brake Pedal", "Lua", "INVALID", "INVALID", "INVALID"
551551
antiLagActivationMode = bits, S08, 981, [0:0], "Switch Input", "Always Active"
552552
crankingCondition = bits, S08, 982, [0:1], "None", "Brake", "Clutch", "INVALID"
553553
tpsAccelLookback = scalar, U08, 983, "sec", 0.05, 0, 0, 5, 2
@@ -3374,6 +3374,7 @@ rpmLaunchCondition = bits, U32, 1176, [8:8]
33743374
rpmPreLaunchCondition = bits, U32, 1176, [9:9]
33753375
speedCondition = bits, U32, 1176, [10:10]
33763376
tpsCondition = bits, U32, 1176, [11:11]
3377+
luaLaunchState = bits, U32, 1176, [12:12]
33773378
; total TS size = 1180
33783379
isTorqueReductionTriggerPinValid = bits, U32, 1180, [0:0]
33793380
torqueReductionTriggerPinState = bits, U32, 1180, [1:1]
@@ -6267,6 +6268,7 @@ entry = rpmLaunchCondition, "rpmLaunchCondition", int, "%d"
62676268
entry = rpmPreLaunchCondition, "rpmPreLaunchCondition", int, "%d"
62686269
entry = speedCondition, "Launch: speedCondition", int, "%d"
62696270
entry = tpsCondition, "Launch: tpsCondition", int, "%d"
6271+
entry = luaLaunchState, "luaLaunchState", int, "%d"
62706272
entry = isTorqueReductionTriggerPinValid, "isTorqueReductionTriggerPinValid", int, "%d"
62716273
entry = torqueReductionTriggerPinState, "torqueReductionTriggerPinState", int, "%d"
62726274
entry = isTimeConditionSatisfied, "isTimeConditionSatisfied", int, "%d"
@@ -7406,6 +7408,7 @@ indicatorPanel = launch_control_stateIndicatorPanel, 2
74067408
indicator = {rpmPreLaunchCondition}, "rpmPreLaunchCondition No", "rpmPreLaunchCondition Yes"
74077409
indicator = {speedCondition}, "speedCondition No", "speedCondition Yes"
74087410
indicator = {tpsCondition}, "tpsCondition No", "tpsCondition Yes"
7411+
indicator = {luaLaunchState}, "luaLaunchState No", "luaLaunchState Yes"
74097412

74107413
dialog = launch_control_stateDialog, "launch_control_state"
74117414
panel = launch_control_stateIndicatorPanel
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
! Generated by gen_signature.sh
22
! SIGNATURE_HASH is a built-in variable generated by config_definition-all.jar
33
! gen_signature.sh Using env variable branch [main]
4-
#define TS_SIGNATURE "rusEFI main.2025.08.06.mazduino.@@SIGNATURE_HASH@@"
4+
#define TS_SIGNATURE "rusEFI main.2025.08.07.mazduino.@@SIGNATURE_HASH@@"

0 commit comments

Comments
 (0)