Skip to content

Commit 5bf89ac

Browse files
committed
Auto-generated configs and docs
1 parent 7f8817d commit 5bf89ac

File tree

226 files changed

+54052
-42870
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

226 files changed

+54052
-42870
lines changed

firmware/console/binary/generated/data_logs.ini

+1
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,7 @@ entry = isTimeConditionSatisfied, "isTimeConditionSatisfied", int, "%d"
526526
entry = isRpmConditionSatisfied, "isRpmConditionSatisfied", int, "%d"
527527
entry = isAppConditionSatisfied, "isAppConditionSatisfied", int, "%d"
528528
entry = isFlatShiftConditionSatisfied, "isFlatShiftConditionSatisfied", int, "%d"
529+
entry = isArmed, "isArmed", int, "%d"
529530
entry = isAntilagCondition, "isAntilagCondition", int, "%d"
530531
entry = ALSMinRPMCondition, "ALSMinRPMCondition", int, "%d"
531532
entry = ALSMaxRPMCondition, "ALSMaxRPMCondition", int, "%d"

firmware/console/binary/generated/fancy_content.ini

+6
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,12 @@ indicatorPanel = shift_torque_reduction_stateIndicatorPanel, 2
173173
dialog = shift_torque_reduction_stateDialog, "shift_torque_reduction_state"
174174
panel = shift_torque_reduction_stateIndicatorPanel
175175

176+
indicatorPanel = nitrous_control_stateIndicatorPanel, 2
177+
indicator = {isArmed}, "isArmed No", "isArmed Yes"
178+
179+
dialog = nitrous_control_stateDialog, "nitrous_control_state"
180+
panel = nitrous_control_stateIndicatorPanel
181+
176182
indicatorPanel = antilag_system_stateIndicatorPanel, 2
177183
indicator = {isAntilagCondition}, "isAntilagCondition No", "isAntilagCondition Yes"
178184
indicator = {ALSMinRPMCondition}, "ALSMinRPMCondition No", "ALSMinRPMCondition Yes"

firmware/console/binary/generated/fancy_menu.ini

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
subMenu = injector_modelDialog, "injector_model"
88
subMenu = launch_control_stateDialog, "launch_control_state"
99
subMenu = shift_torque_reduction_stateDialog, "shift_torque_reduction_state"
10+
subMenu = nitrous_control_stateDialog, "nitrous_control_state"
1011
subMenu = antilag_system_stateDialog, "antilag_system_state"
1112
subMenu = boost_controlDialog, "boost_control"
1213
subMenu = ac_controlDialog, "ac_control"

firmware/console/binary/generated/live_data_fragments.h

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ decl_frag<high_pressure_fuel_pump_s>{},
99
decl_frag<injector_model_s>{},
1010
decl_frag<launch_control_state_s>{},
1111
decl_frag<shift_torque_reduction_state_s>{},
12+
decl_frag<nitrous_control_state_s>{},
1213
decl_frag<antilag_system_state_s>{},
1314
decl_frag<boost_control_s>{},
1415
decl_frag<ac_control_s>{},

firmware/console/binary/generated/live_data_ids.h

+21-19
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ LDS_high_pressure_fuel_pump,
1313
LDS_injector_model,
1414
LDS_launch_control_state,
1515
LDS_shift_torque_reduction_state,
16+
LDS_nitrous_control_state,
1617
LDS_antilag_system_state,
1718
LDS_boost_control,
1819
LDS_ac_control,
@@ -50,22 +51,23 @@ LDS_lambda_monitor,
5051
#define INJECTOR_MODEL_BASE_ADDRESS 1104
5152
#define LAUNCH_CONTROL_STATE_BASE_ADDRESS 1116
5253
#define SHIFT_TORQUE_REDUCTION_STATE_BASE_ADDRESS 1124
53-
#define ANTILAG_SYSTEM_STATE_BASE_ADDRESS 1128
54-
#define BOOST_CONTROL_BASE_ADDRESS 1140
55-
#define AC_CONTROL_BASE_ADDRESS 1164
56-
#define FAN_CONTROL_BASE_ADDRESS 1172
57-
#define FUEL_PUMP_CONTROL_BASE_ADDRESS 1188
58-
#define MAIN_RELAY_BASE_ADDRESS 1192
59-
#define ENGINE_STATE_BASE_ADDRESS 1196
60-
#define TPS_ACCEL_STATE_BASE_ADDRESS 1296
61-
#define TRIGGER_CENTRAL_BASE_ADDRESS 1344
62-
#define TRIGGER_STATE_BASE_ADDRESS 1392
63-
#define TRIGGER_STATE_PRIMARY_BASE_ADDRESS 1592
64-
#define WALL_FUEL_STATE_BASE_ADDRESS 1600
65-
#define IDLE_STATE_BASE_ADDRESS 1608
66-
#define ELECTRONIC_THROTTLE_BASE_ADDRESS 1656
67-
#define WIDEBAND_STATE_BASE_ADDRESS 1752
68-
#define DC_MOTORS_BASE_ADDRESS 1776
69-
#define SENT_STATE_BASE_ADDRESS 1788
70-
#define VVT_BASE_ADDRESS 1796
71-
#define LAMBDA_MONITOR_BASE_ADDRESS 1800
54+
#define NITROUS_CONTROL_STATE_BASE_ADDRESS 1128
55+
#define ANTILAG_SYSTEM_STATE_BASE_ADDRESS 1132
56+
#define BOOST_CONTROL_BASE_ADDRESS 1144
57+
#define AC_CONTROL_BASE_ADDRESS 1168
58+
#define FAN_CONTROL_BASE_ADDRESS 1176
59+
#define FUEL_PUMP_CONTROL_BASE_ADDRESS 1192
60+
#define MAIN_RELAY_BASE_ADDRESS 1196
61+
#define ENGINE_STATE_BASE_ADDRESS 1200
62+
#define TPS_ACCEL_STATE_BASE_ADDRESS 1300
63+
#define TRIGGER_CENTRAL_BASE_ADDRESS 1348
64+
#define TRIGGER_STATE_BASE_ADDRESS 1396
65+
#define TRIGGER_STATE_PRIMARY_BASE_ADDRESS 1596
66+
#define WALL_FUEL_STATE_BASE_ADDRESS 1604
67+
#define IDLE_STATE_BASE_ADDRESS 1612
68+
#define ELECTRONIC_THROTTLE_BASE_ADDRESS 1660
69+
#define WIDEBAND_STATE_BASE_ADDRESS 1756
70+
#define DC_MOTORS_BASE_ADDRESS 1780
71+
#define SENT_STATE_BASE_ADDRESS 1792
72+
#define VVT_BASE_ADDRESS 1800
73+
#define LAMBDA_MONITOR_BASE_ADDRESS 1804

0 commit comments

Comments
 (0)