Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2024-02-27 01:11:24 +00:00
parent 7e1a5459a6
commit fb6dedc1c2
182 changed files with 2465 additions and 640 deletions

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:46:52 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:09:39 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4572,7 +4572,7 @@ struct engine_configuration_s {
/**
* offset 4383
*/
uint8_t unusedExplicitFilling2;
pin_mode_e spi6MisoMode;
/**
* units: ratio
* offset 4384
@ -4671,10 +4671,42 @@ struct engine_configuration_s {
*/
Gpio spi6sckPin;
/**
* units: units
* offset 4578
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[128];
pin_mode_e spi4SckMode;
/**
* offset 4579
*/
pin_mode_e spi4MosiMode;
/**
* offset 4580
*/
pin_mode_e spi4MisoMode;
/**
* offset 4581
*/
pin_mode_e spi5SckMode;
/**
* offset 4582
*/
pin_mode_e spi5MosiMode;
/**
* offset 4583
*/
pin_mode_e spi5MisoMode;
/**
* offset 4584
*/
pin_mode_e spi6SckMode;
/**
* offset 4585
*/
pin_mode_e spi6MosiMode;
/**
* units: units
* offset 4586
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[120];
/**
* need 4 byte alignment
* units: units
@ -5593,4 +5625,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:46:52 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:09:39 UTC 2024

View File

@ -832,7 +832,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 132356282
#define SIGNATURE_HASH 4172992994
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1159,7 +1159,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.26.cypress.132356282"
#define TS_SIGNATURE "rusEFI master.2024.02.27.cypress.4172992994"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:46:51 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:09:38 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4572,7 +4572,7 @@ struct engine_configuration_s {
/**
* offset 4383
*/
uint8_t unusedExplicitFilling2;
pin_mode_e spi6MisoMode;
/**
* units: ratio
* offset 4384
@ -4671,10 +4671,42 @@ struct engine_configuration_s {
*/
Gpio spi6sckPin;
/**
* units: units
* offset 4578
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[128];
pin_mode_e spi4SckMode;
/**
* offset 4579
*/
pin_mode_e spi4MosiMode;
/**
* offset 4580
*/
pin_mode_e spi4MisoMode;
/**
* offset 4581
*/
pin_mode_e spi5SckMode;
/**
* offset 4582
*/
pin_mode_e spi5MosiMode;
/**
* offset 4583
*/
pin_mode_e spi5MisoMode;
/**
* offset 4584
*/
pin_mode_e spi6SckMode;
/**
* offset 4585
*/
pin_mode_e spi6MosiMode;
/**
* units: units
* offset 4586
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[120];
/**
* need 4 byte alignment
* units: units
@ -5593,4 +5625,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 20860);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:46:51 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:09:38 UTC 2024

View File

@ -832,7 +832,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1160929044
#define SIGNATURE_HASH 3127580236
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1159,7 +1159,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.26.kin.1160929044"
#define TS_SIGNATURE "rusEFI master.2024.02.27.kin.3127580236"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:46:53 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:09:40 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4572,7 +4572,7 @@ struct engine_configuration_s {
/**
* offset 4383
*/
uint8_t unusedExplicitFilling2;
pin_mode_e spi6MisoMode;
/**
* units: ratio
* offset 4384
@ -4671,10 +4671,42 @@ struct engine_configuration_s {
*/
Gpio spi6sckPin;
/**
* units: units
* offset 4578
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[128];
pin_mode_e spi4SckMode;
/**
* offset 4579
*/
pin_mode_e spi4MosiMode;
/**
* offset 4580
*/
pin_mode_e spi4MisoMode;
/**
* offset 4581
*/
pin_mode_e spi5SckMode;
/**
* offset 4582
*/
pin_mode_e spi5MosiMode;
/**
* offset 4583
*/
pin_mode_e spi5MisoMode;
/**
* offset 4584
*/
pin_mode_e spi6SckMode;
/**
* offset 4585
*/
pin_mode_e spi6MosiMode;
/**
* units: units
* offset 4586
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[120];
/**
* need 4 byte alignment
* units: units
@ -5593,4 +5625,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:46:53 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:09:40 UTC 2024

View File

@ -1069,7 +1069,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3020262994
#define SIGNATURE_HASH 1264371466
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1396,7 +1396,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.26.subaru_eg33_f7.3020262994"
#define TS_SIGNATURE "rusEFI master.2024.02.27.subaru_eg33_f7.1264371466"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:46:56 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:09:43 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4572,7 +4572,7 @@ struct engine_configuration_s {
/**
* offset 4383
*/
uint8_t unusedExplicitFilling2;
pin_mode_e spi6MisoMode;
/**
* units: ratio
* offset 4384
@ -4671,10 +4671,42 @@ struct engine_configuration_s {
*/
Gpio spi6sckPin;
/**
* units: units
* offset 4578
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[128];
pin_mode_e spi4SckMode;
/**
* offset 4579
*/
pin_mode_e spi4MosiMode;
/**
* offset 4580
*/
pin_mode_e spi4MisoMode;
/**
* offset 4581
*/
pin_mode_e spi5SckMode;
/**
* offset 4582
*/
pin_mode_e spi5MosiMode;
/**
* offset 4583
*/
pin_mode_e spi5MisoMode;
/**
* offset 4584
*/
pin_mode_e spi6SckMode;
/**
* offset 4585
*/
pin_mode_e spi6MosiMode;
/**
* units: units
* offset 4586
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[120];
/**
* need 4 byte alignment
* units: units
@ -5593,4 +5625,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:46:56 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:09:43 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:46:58 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:09:45 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4572,7 +4572,7 @@ struct engine_configuration_s {
/**
* offset 4383
*/
uint8_t unusedExplicitFilling2;
pin_mode_e spi6MisoMode;
/**
* units: ratio
* offset 4384
@ -4671,10 +4671,42 @@ struct engine_configuration_s {
*/
Gpio spi6sckPin;
/**
* units: units
* offset 4578
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[128];
pin_mode_e spi4SckMode;
/**
* offset 4579
*/
pin_mode_e spi4MosiMode;
/**
* offset 4580
*/
pin_mode_e spi4MisoMode;
/**
* offset 4581
*/
pin_mode_e spi5SckMode;
/**
* offset 4582
*/
pin_mode_e spi5MosiMode;
/**
* offset 4583
*/
pin_mode_e spi5MisoMode;
/**
* offset 4584
*/
pin_mode_e spi6SckMode;
/**
* offset 4585
*/
pin_mode_e spi6MosiMode;
/**
* units: units
* offset 4586
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[120];
/**
* need 4 byte alignment
* units: units
@ -5593,4 +5625,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:46:58 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:09:45 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:47:01 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:09:47 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4572,7 +4572,7 @@ struct engine_configuration_s {
/**
* offset 4383
*/
uint8_t unusedExplicitFilling2;
pin_mode_e spi6MisoMode;
/**
* units: ratio
* offset 4384
@ -4671,10 +4671,42 @@ struct engine_configuration_s {
*/
Gpio spi6sckPin;
/**
* units: units
* offset 4578
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[128];
pin_mode_e spi4SckMode;
/**
* offset 4579
*/
pin_mode_e spi4MosiMode;
/**
* offset 4580
*/
pin_mode_e spi4MisoMode;
/**
* offset 4581
*/
pin_mode_e spi5SckMode;
/**
* offset 4582
*/
pin_mode_e spi5MosiMode;
/**
* offset 4583
*/
pin_mode_e spi5MisoMode;
/**
* offset 4584
*/
pin_mode_e spi6SckMode;
/**
* offset 4585
*/
pin_mode_e spi6MosiMode;
/**
* units: units
* offset 4586
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[120];
/**
* need 4 byte alignment
* units: units
@ -5593,4 +5625,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:47:01 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:09:47 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:47:08 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:09:55 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4572,7 +4572,7 @@ struct engine_configuration_s {
/**
* offset 4383
*/
uint8_t unusedExplicitFilling2;
pin_mode_e spi6MisoMode;
/**
* units: ratio
* offset 4384
@ -4671,10 +4671,42 @@ struct engine_configuration_s {
*/
Gpio spi6sckPin;
/**
* units: units
* offset 4578
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[128];
pin_mode_e spi4SckMode;
/**
* offset 4579
*/
pin_mode_e spi4MosiMode;
/**
* offset 4580
*/
pin_mode_e spi4MisoMode;
/**
* offset 4581
*/
pin_mode_e spi5SckMode;
/**
* offset 4582
*/
pin_mode_e spi5MosiMode;
/**
* offset 4583
*/
pin_mode_e spi5MisoMode;
/**
* offset 4584
*/
pin_mode_e spi6SckMode;
/**
* offset 4585
*/
pin_mode_e spi6MosiMode;
/**
* units: units
* offset 4586
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[120];
/**
* need 4 byte alignment
* units: units
@ -5593,4 +5625,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:47:08 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:09:55 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:47:03 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:09:50 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4572,7 +4572,7 @@ struct engine_configuration_s {
/**
* offset 4399
*/
uint8_t unusedExplicitFilling2;
pin_mode_e spi6MisoMode;
/**
* units: ratio
* offset 4400
@ -4671,10 +4671,42 @@ struct engine_configuration_s {
*/
Gpio spi6sckPin;
/**
* units: units
* offset 4594
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[128];
pin_mode_e spi4SckMode;
/**
* offset 4595
*/
pin_mode_e spi4MosiMode;
/**
* offset 4596
*/
pin_mode_e spi4MisoMode;
/**
* offset 4597
*/
pin_mode_e spi5SckMode;
/**
* offset 4598
*/
pin_mode_e spi5MosiMode;
/**
* offset 4599
*/
pin_mode_e spi5MisoMode;
/**
* offset 4600
*/
pin_mode_e spi6SckMode;
/**
* offset 4601
*/
pin_mode_e spi6MosiMode;
/**
* units: units
* offset 4602
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[120];
/**
* need 4 byte alignment
* units: units
@ -5593,4 +5625,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22252);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:47:03 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:09:50 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:47:06 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:09:52 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4572,7 +4572,7 @@ struct engine_configuration_s {
/**
* offset 4399
*/
uint8_t unusedExplicitFilling2;
pin_mode_e spi6MisoMode;
/**
* units: ratio
* offset 4400
@ -4671,10 +4671,42 @@ struct engine_configuration_s {
*/
Gpio spi6sckPin;
/**
* units: units
* offset 4594
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[128];
pin_mode_e spi4SckMode;
/**
* offset 4595
*/
pin_mode_e spi4MosiMode;
/**
* offset 4596
*/
pin_mode_e spi4MisoMode;
/**
* offset 4597
*/
pin_mode_e spi5SckMode;
/**
* offset 4598
*/
pin_mode_e spi5MosiMode;
/**
* offset 4599
*/
pin_mode_e spi5MisoMode;
/**
* offset 4600
*/
pin_mode_e spi6SckMode;
/**
* offset 4601
*/
pin_mode_e spi6MosiMode;
/**
* units: units
* offset 4602
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[120];
/**
* need 4 byte alignment
* units: units
@ -5593,4 +5625,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22252);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:47:06 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:09:52 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:48:34 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:11:19 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4572,7 +4572,7 @@ struct engine_configuration_s {
/**
* offset 4383
*/
uint8_t unusedExplicitFilling2;
pin_mode_e spi6MisoMode;
/**
* units: ratio
* offset 4384
@ -4671,10 +4671,42 @@ struct engine_configuration_s {
*/
Gpio spi6sckPin;
/**
* units: units
* offset 4578
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[128];
pin_mode_e spi4SckMode;
/**
* offset 4579
*/
pin_mode_e spi4MosiMode;
/**
* offset 4580
*/
pin_mode_e spi4MisoMode;
/**
* offset 4581
*/
pin_mode_e spi5SckMode;
/**
* offset 4582
*/
pin_mode_e spi5MosiMode;
/**
* offset 4583
*/
pin_mode_e spi5MisoMode;
/**
* offset 4584
*/
pin_mode_e spi6SckMode;
/**
* offset 4585
*/
pin_mode_e spi6MosiMode;
/**
* units: units
* offset 4586
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[120];
/**
* need 4 byte alignment
* units: units
@ -5593,4 +5625,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:48:34 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:11:19 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:48:27 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:11:12 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4572,7 +4572,7 @@ struct engine_configuration_s {
/**
* offset 4223
*/
uint8_t unusedExplicitFilling2;
pin_mode_e spi6MisoMode;
/**
* units: ratio
* offset 4224
@ -4671,10 +4671,42 @@ struct engine_configuration_s {
*/
Gpio spi6sckPin;
/**
* units: units
* offset 4418
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[128];
pin_mode_e spi4SckMode;
/**
* offset 4419
*/
pin_mode_e spi4MosiMode;
/**
* offset 4420
*/
pin_mode_e spi4MisoMode;
/**
* offset 4421
*/
pin_mode_e spi5SckMode;
/**
* offset 4422
*/
pin_mode_e spi5MosiMode;
/**
* offset 4423
*/
pin_mode_e spi5MisoMode;
/**
* offset 4424
*/
pin_mode_e spi6SckMode;
/**
* offset 4425
*/
pin_mode_e spi6MosiMode;
/**
* units: units
* offset 4426
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[120];
/**
* need 4 byte alignment
* units: units
@ -5593,4 +5625,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 21736);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:48:27 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:11:12 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:48:31 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:11:17 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4572,7 +4572,7 @@ struct engine_configuration_s {
/**
* offset 4383
*/
uint8_t unusedExplicitFilling2;
pin_mode_e spi6MisoMode;
/**
* units: ratio
* offset 4384
@ -4671,10 +4671,42 @@ struct engine_configuration_s {
*/
Gpio spi6sckPin;
/**
* units: units
* offset 4578
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[128];
pin_mode_e spi4SckMode;
/**
* offset 4579
*/
pin_mode_e spi4MosiMode;
/**
* offset 4580
*/
pin_mode_e spi4MisoMode;
/**
* offset 4581
*/
pin_mode_e spi5SckMode;
/**
* offset 4582
*/
pin_mode_e spi5MosiMode;
/**
* offset 4583
*/
pin_mode_e spi5MisoMode;
/**
* offset 4584
*/
pin_mode_e spi6SckMode;
/**
* offset 4585
*/
pin_mode_e spi6MosiMode;
/**
* units: units
* offset 4586
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[120];
/**
* need 4 byte alignment
* units: units
@ -5593,4 +5625,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:48:31 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:11:17 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:48:13 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:59 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4572,7 +4572,7 @@ struct engine_configuration_s {
/**
* offset 4383
*/
uint8_t unusedExplicitFilling2;
pin_mode_e spi6MisoMode;
/**
* units: ratio
* offset 4384
@ -4671,10 +4671,42 @@ struct engine_configuration_s {
*/
Gpio spi6sckPin;
/**
* units: units
* offset 4578
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[128];
pin_mode_e spi4SckMode;
/**
* offset 4579
*/
pin_mode_e spi4MosiMode;
/**
* offset 4580
*/
pin_mode_e spi4MisoMode;
/**
* offset 4581
*/
pin_mode_e spi5SckMode;
/**
* offset 4582
*/
pin_mode_e spi5MosiMode;
/**
* offset 4583
*/
pin_mode_e spi5MisoMode;
/**
* offset 4584
*/
pin_mode_e spi6SckMode;
/**
* offset 4585
*/
pin_mode_e spi6MosiMode;
/**
* units: units
* offset 4586
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[120];
/**
* need 4 byte alignment
* units: units
@ -5593,4 +5625,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:48:13 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:59 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:48:16 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:11:01 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4572,7 +4572,7 @@ struct engine_configuration_s {
/**
* offset 4383
*/
uint8_t unusedExplicitFilling2;
pin_mode_e spi6MisoMode;
/**
* units: ratio
* offset 4384
@ -4671,10 +4671,42 @@ struct engine_configuration_s {
*/
Gpio spi6sckPin;
/**
* units: units
* offset 4578
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[128];
pin_mode_e spi4SckMode;
/**
* offset 4579
*/
pin_mode_e spi4MosiMode;
/**
* offset 4580
*/
pin_mode_e spi4MisoMode;
/**
* offset 4581
*/
pin_mode_e spi5SckMode;
/**
* offset 4582
*/
pin_mode_e spi5MosiMode;
/**
* offset 4583
*/
pin_mode_e spi5MisoMode;
/**
* offset 4584
*/
pin_mode_e spi6SckMode;
/**
* offset 4585
*/
pin_mode_e spi6MosiMode;
/**
* units: units
* offset 4586
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[120];
/**
* need 4 byte alignment
* units: units
@ -5593,4 +5625,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:48:16 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:11:01 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:47:59 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:45 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4572,7 +4572,7 @@ struct engine_configuration_s {
/**
* offset 4383
*/
uint8_t unusedExplicitFilling2;
pin_mode_e spi6MisoMode;
/**
* units: ratio
* offset 4384
@ -4671,10 +4671,42 @@ struct engine_configuration_s {
*/
Gpio spi6sckPin;
/**
* units: units
* offset 4578
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[128];
pin_mode_e spi4SckMode;
/**
* offset 4579
*/
pin_mode_e spi4MosiMode;
/**
* offset 4580
*/
pin_mode_e spi4MisoMode;
/**
* offset 4581
*/
pin_mode_e spi5SckMode;
/**
* offset 4582
*/
pin_mode_e spi5MosiMode;
/**
* offset 4583
*/
pin_mode_e spi5MisoMode;
/**
* offset 4584
*/
pin_mode_e spi6SckMode;
/**
* offset 4585
*/
pin_mode_e spi6MosiMode;
/**
* units: units
* offset 4586
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[120];
/**
* need 4 byte alignment
* units: units
@ -5593,4 +5625,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:47:59 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:45 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:47:28 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:14 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4572,7 +4572,7 @@ struct engine_configuration_s {
/**
* offset 4383
*/
uint8_t unusedExplicitFilling2;
pin_mode_e spi6MisoMode;
/**
* units: ratio
* offset 4384
@ -4671,10 +4671,42 @@ struct engine_configuration_s {
*/
Gpio spi6sckPin;
/**
* units: units
* offset 4578
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[128];
pin_mode_e spi4SckMode;
/**
* offset 4579
*/
pin_mode_e spi4MosiMode;
/**
* offset 4580
*/
pin_mode_e spi4MisoMode;
/**
* offset 4581
*/
pin_mode_e spi5SckMode;
/**
* offset 4582
*/
pin_mode_e spi5MosiMode;
/**
* offset 4583
*/
pin_mode_e spi5MisoMode;
/**
* offset 4584
*/
pin_mode_e spi6SckMode;
/**
* offset 4585
*/
pin_mode_e spi6MosiMode;
/**
* units: units
* offset 4586
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[120];
/**
* need 4 byte alignment
* units: units
@ -5593,4 +5625,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:47:28 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:14 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:47:38 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:24 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4572,7 +4572,7 @@ struct engine_configuration_s {
/**
* offset 4383
*/
uint8_t unusedExplicitFilling2;
pin_mode_e spi6MisoMode;
/**
* units: ratio
* offset 4384
@ -4671,10 +4671,42 @@ struct engine_configuration_s {
*/
Gpio spi6sckPin;
/**
* units: units
* offset 4578
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[128];
pin_mode_e spi4SckMode;
/**
* offset 4579
*/
pin_mode_e spi4MosiMode;
/**
* offset 4580
*/
pin_mode_e spi4MisoMode;
/**
* offset 4581
*/
pin_mode_e spi5SckMode;
/**
* offset 4582
*/
pin_mode_e spi5MosiMode;
/**
* offset 4583
*/
pin_mode_e spi5MisoMode;
/**
* offset 4584
*/
pin_mode_e spi6SckMode;
/**
* offset 4585
*/
pin_mode_e spi6MosiMode;
/**
* units: units
* offset 4586
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[120];
/**
* need 4 byte alignment
* units: units
@ -5593,4 +5625,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:47:38 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:24 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:47:18 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:05 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4572,7 +4572,7 @@ struct engine_configuration_s {
/**
* offset 4383
*/
uint8_t unusedExplicitFilling2;
pin_mode_e spi6MisoMode;
/**
* units: ratio
* offset 4384
@ -4671,10 +4671,42 @@ struct engine_configuration_s {
*/
Gpio spi6sckPin;
/**
* units: units
* offset 4578
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[128];
pin_mode_e spi4SckMode;
/**
* offset 4579
*/
pin_mode_e spi4MosiMode;
/**
* offset 4580
*/
pin_mode_e spi4MisoMode;
/**
* offset 4581
*/
pin_mode_e spi5SckMode;
/**
* offset 4582
*/
pin_mode_e spi5MosiMode;
/**
* offset 4583
*/
pin_mode_e spi5MisoMode;
/**
* offset 4584
*/
pin_mode_e spi6SckMode;
/**
* offset 4585
*/
pin_mode_e spi6MosiMode;
/**
* units: units
* offset 4586
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[120];
/**
* need 4 byte alignment
* units: units
@ -5593,4 +5625,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22908);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:47:18 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:05 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:47:35 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:21 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4572,7 +4572,7 @@ struct engine_configuration_s {
/**
* offset 4383
*/
uint8_t unusedExplicitFilling2;
pin_mode_e spi6MisoMode;
/**
* units: ratio
* offset 4384
@ -4671,10 +4671,42 @@ struct engine_configuration_s {
*/
Gpio spi6sckPin;
/**
* units: units
* offset 4578
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[128];
pin_mode_e spi4SckMode;
/**
* offset 4579
*/
pin_mode_e spi4MosiMode;
/**
* offset 4580
*/
pin_mode_e spi4MisoMode;
/**
* offset 4581
*/
pin_mode_e spi5SckMode;
/**
* offset 4582
*/
pin_mode_e spi5MosiMode;
/**
* offset 4583
*/
pin_mode_e spi5MisoMode;
/**
* offset 4584
*/
pin_mode_e spi6SckMode;
/**
* offset 4585
*/
pin_mode_e spi6MosiMode;
/**
* units: units
* offset 4586
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[120];
/**
* need 4 byte alignment
* units: units
@ -5593,4 +5625,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:47:35 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:21 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:47:16 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:02 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4572,7 +4572,7 @@ struct engine_configuration_s {
/**
* offset 4383
*/
uint8_t unusedExplicitFilling2;
pin_mode_e spi6MisoMode;
/**
* units: ratio
* offset 4384
@ -4671,10 +4671,42 @@ struct engine_configuration_s {
*/
Gpio spi6sckPin;
/**
* units: units
* offset 4578
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[128];
pin_mode_e spi4SckMode;
/**
* offset 4579
*/
pin_mode_e spi4MosiMode;
/**
* offset 4580
*/
pin_mode_e spi4MisoMode;
/**
* offset 4581
*/
pin_mode_e spi5SckMode;
/**
* offset 4582
*/
pin_mode_e spi5MosiMode;
/**
* offset 4583
*/
pin_mode_e spi5MisoMode;
/**
* offset 4584
*/
pin_mode_e spi6SckMode;
/**
* offset 4585
*/
pin_mode_e spi6MosiMode;
/**
* units: units
* offset 4586
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[120];
/**
* need 4 byte alignment
* units: units
@ -5593,4 +5625,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:47:16 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:02 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:47:13 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:00 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4572,7 +4572,7 @@ struct engine_configuration_s {
/**
* offset 4383
*/
uint8_t unusedExplicitFilling2;
pin_mode_e spi6MisoMode;
/**
* units: ratio
* offset 4384
@ -4671,10 +4671,42 @@ struct engine_configuration_s {
*/
Gpio spi6sckPin;
/**
* units: units
* offset 4578
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[128];
pin_mode_e spi4SckMode;
/**
* offset 4579
*/
pin_mode_e spi4MosiMode;
/**
* offset 4580
*/
pin_mode_e spi4MisoMode;
/**
* offset 4581
*/
pin_mode_e spi5SckMode;
/**
* offset 4582
*/
pin_mode_e spi5MosiMode;
/**
* offset 4583
*/
pin_mode_e spi5MisoMode;
/**
* offset 4584
*/
pin_mode_e spi6SckMode;
/**
* offset 4585
*/
pin_mode_e spi6MosiMode;
/**
* units: units
* offset 4586
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[120];
/**
* need 4 byte alignment
* units: units
@ -5593,4 +5625,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:47:13 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:00 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:47:11 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:09:57 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4572,7 +4572,7 @@ struct engine_configuration_s {
/**
* offset 4383
*/
uint8_t unusedExplicitFilling2;
pin_mode_e spi6MisoMode;
/**
* units: ratio
* offset 4384
@ -4671,10 +4671,42 @@ struct engine_configuration_s {
*/
Gpio spi6sckPin;
/**
* units: units
* offset 4578
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[128];
pin_mode_e spi4SckMode;
/**
* offset 4579
*/
pin_mode_e spi4MosiMode;
/**
* offset 4580
*/
pin_mode_e spi4MisoMode;
/**
* offset 4581
*/
pin_mode_e spi5SckMode;
/**
* offset 4582
*/
pin_mode_e spi5MosiMode;
/**
* offset 4583
*/
pin_mode_e spi5MisoMode;
/**
* offset 4584
*/
pin_mode_e spi6SckMode;
/**
* offset 4585
*/
pin_mode_e spi6MosiMode;
/**
* units: units
* offset 4586
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[120];
/**
* need 4 byte alignment
* units: units
@ -5593,4 +5625,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:47:11 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:09:57 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:47:21 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:07 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4572,7 +4572,7 @@ struct engine_configuration_s {
/**
* offset 4383
*/
uint8_t unusedExplicitFilling2;
pin_mode_e spi6MisoMode;
/**
* units: ratio
* offset 4384
@ -4671,10 +4671,42 @@ struct engine_configuration_s {
*/
Gpio spi6sckPin;
/**
* units: units
* offset 4578
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[128];
pin_mode_e spi4SckMode;
/**
* offset 4579
*/
pin_mode_e spi4MosiMode;
/**
* offset 4580
*/
pin_mode_e spi4MisoMode;
/**
* offset 4581
*/
pin_mode_e spi5SckMode;
/**
* offset 4582
*/
pin_mode_e spi5MosiMode;
/**
* offset 4583
*/
pin_mode_e spi5MisoMode;
/**
* offset 4584
*/
pin_mode_e spi6SckMode;
/**
* offset 4585
*/
pin_mode_e spi6MosiMode;
/**
* units: units
* offset 4586
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[120];
/**
* need 4 byte alignment
* units: units
@ -5593,4 +5625,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:47:21 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:07 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:47:30 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:17 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4572,7 +4572,7 @@ struct engine_configuration_s {
/**
* offset 4383
*/
uint8_t unusedExplicitFilling2;
pin_mode_e spi6MisoMode;
/**
* units: ratio
* offset 4384
@ -4671,10 +4671,42 @@ struct engine_configuration_s {
*/
Gpio spi6sckPin;
/**
* units: units
* offset 4578
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[128];
pin_mode_e spi4SckMode;
/**
* offset 4579
*/
pin_mode_e spi4MosiMode;
/**
* offset 4580
*/
pin_mode_e spi4MisoMode;
/**
* offset 4581
*/
pin_mode_e spi5SckMode;
/**
* offset 4582
*/
pin_mode_e spi5MosiMode;
/**
* offset 4583
*/
pin_mode_e spi5MisoMode;
/**
* offset 4584
*/
pin_mode_e spi6SckMode;
/**
* offset 4585
*/
pin_mode_e spi6MosiMode;
/**
* units: units
* offset 4586
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[120];
/**
* need 4 byte alignment
* units: units
@ -5593,4 +5625,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:47:30 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:17 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:47:33 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:19 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4572,7 +4572,7 @@ struct engine_configuration_s {
/**
* offset 4383
*/
uint8_t unusedExplicitFilling2;
pin_mode_e spi6MisoMode;
/**
* units: ratio
* offset 4384
@ -4671,10 +4671,42 @@ struct engine_configuration_s {
*/
Gpio spi6sckPin;
/**
* units: units
* offset 4578
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[128];
pin_mode_e spi4SckMode;
/**
* offset 4579
*/
pin_mode_e spi4MosiMode;
/**
* offset 4580
*/
pin_mode_e spi4MisoMode;
/**
* offset 4581
*/
pin_mode_e spi5SckMode;
/**
* offset 4582
*/
pin_mode_e spi5MosiMode;
/**
* offset 4583
*/
pin_mode_e spi5MisoMode;
/**
* offset 4584
*/
pin_mode_e spi6SckMode;
/**
* offset 4585
*/
pin_mode_e spi6MosiMode;
/**
* units: units
* offset 4586
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[120];
/**
* need 4 byte alignment
* units: units
@ -5593,4 +5625,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:47:33 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:19 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:47:23 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:09 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4572,7 +4572,7 @@ struct engine_configuration_s {
/**
* offset 4383
*/
uint8_t unusedExplicitFilling2;
pin_mode_e spi6MisoMode;
/**
* units: ratio
* offset 4384
@ -4671,10 +4671,42 @@ struct engine_configuration_s {
*/
Gpio spi6sckPin;
/**
* units: units
* offset 4578
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[128];
pin_mode_e spi4SckMode;
/**
* offset 4579
*/
pin_mode_e spi4MosiMode;
/**
* offset 4580
*/
pin_mode_e spi4MisoMode;
/**
* offset 4581
*/
pin_mode_e spi5SckMode;
/**
* offset 4582
*/
pin_mode_e spi5MosiMode;
/**
* offset 4583
*/
pin_mode_e spi5MisoMode;
/**
* offset 4584
*/
pin_mode_e spi6SckMode;
/**
* offset 4585
*/
pin_mode_e spi6MosiMode;
/**
* units: units
* offset 4586
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[120];
/**
* need 4 byte alignment
* units: units
@ -5593,4 +5625,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:47:23 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:09 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:47:40 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:26 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4572,7 +4572,7 @@ struct engine_configuration_s {
/**
* offset 4383
*/
uint8_t unusedExplicitFilling2;
pin_mode_e spi6MisoMode;
/**
* units: ratio
* offset 4384
@ -4671,10 +4671,42 @@ struct engine_configuration_s {
*/
Gpio spi6sckPin;
/**
* units: units
* offset 4578
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[128];
pin_mode_e spi4SckMode;
/**
* offset 4579
*/
pin_mode_e spi4MosiMode;
/**
* offset 4580
*/
pin_mode_e spi4MisoMode;
/**
* offset 4581
*/
pin_mode_e spi5SckMode;
/**
* offset 4582
*/
pin_mode_e spi5MosiMode;
/**
* offset 4583
*/
pin_mode_e spi5MisoMode;
/**
* offset 4584
*/
pin_mode_e spi6SckMode;
/**
* offset 4585
*/
pin_mode_e spi6MosiMode;
/**
* units: units
* offset 4586
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[120];
/**
* need 4 byte alignment
* units: units
@ -5593,4 +5625,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:47:40 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:26 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:47:42 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:29 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4572,7 +4572,7 @@ struct engine_configuration_s {
/**
* offset 4383
*/
uint8_t unusedExplicitFilling2;
pin_mode_e spi6MisoMode;
/**
* units: ratio
* offset 4384
@ -4671,10 +4671,42 @@ struct engine_configuration_s {
*/
Gpio spi6sckPin;
/**
* units: units
* offset 4578
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[128];
pin_mode_e spi4SckMode;
/**
* offset 4579
*/
pin_mode_e spi4MosiMode;
/**
* offset 4580
*/
pin_mode_e spi4MisoMode;
/**
* offset 4581
*/
pin_mode_e spi5SckMode;
/**
* offset 4582
*/
pin_mode_e spi5MosiMode;
/**
* offset 4583
*/
pin_mode_e spi5MisoMode;
/**
* offset 4584
*/
pin_mode_e spi6SckMode;
/**
* offset 4585
*/
pin_mode_e spi6MosiMode;
/**
* units: units
* offset 4586
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[120];
/**
* need 4 byte alignment
* units: units
@ -5593,4 +5625,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:47:42 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:29 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:47:52 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:38 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4572,7 +4572,7 @@ struct engine_configuration_s {
/**
* offset 4383
*/
uint8_t unusedExplicitFilling2;
pin_mode_e spi6MisoMode;
/**
* units: ratio
* offset 4384
@ -4671,10 +4671,42 @@ struct engine_configuration_s {
*/
Gpio spi6sckPin;
/**
* units: units
* offset 4578
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[128];
pin_mode_e spi4SckMode;
/**
* offset 4579
*/
pin_mode_e spi4MosiMode;
/**
* offset 4580
*/
pin_mode_e spi4MisoMode;
/**
* offset 4581
*/
pin_mode_e spi5SckMode;
/**
* offset 4582
*/
pin_mode_e spi5MosiMode;
/**
* offset 4583
*/
pin_mode_e spi5MisoMode;
/**
* offset 4584
*/
pin_mode_e spi6SckMode;
/**
* offset 4585
*/
pin_mode_e spi6MosiMode;
/**
* units: units
* offset 4586
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[120];
/**
* need 4 byte alignment
* units: units
@ -5593,4 +5625,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:47:52 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:38 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:47:50 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:35 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4572,7 +4572,7 @@ struct engine_configuration_s {
/**
* offset 4383
*/
uint8_t unusedExplicitFilling2;
pin_mode_e spi6MisoMode;
/**
* units: ratio
* offset 4384
@ -4671,10 +4671,42 @@ struct engine_configuration_s {
*/
Gpio spi6sckPin;
/**
* units: units
* offset 4578
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[128];
pin_mode_e spi4SckMode;
/**
* offset 4579
*/
pin_mode_e spi4MosiMode;
/**
* offset 4580
*/
pin_mode_e spi4MisoMode;
/**
* offset 4581
*/
pin_mode_e spi5SckMode;
/**
* offset 4582
*/
pin_mode_e spi5MosiMode;
/**
* offset 4583
*/
pin_mode_e spi5MisoMode;
/**
* offset 4584
*/
pin_mode_e spi6SckMode;
/**
* offset 4585
*/
pin_mode_e spi6MosiMode;
/**
* units: units
* offset 4586
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[120];
/**
* need 4 byte alignment
* units: units
@ -5593,4 +5625,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:47:50 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:35 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:47:47 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:33 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4572,7 +4572,7 @@ struct engine_configuration_s {
/**
* offset 4383
*/
uint8_t unusedExplicitFilling2;
pin_mode_e spi6MisoMode;
/**
* units: ratio
* offset 4384
@ -4671,10 +4671,42 @@ struct engine_configuration_s {
*/
Gpio spi6sckPin;
/**
* units: units
* offset 4578
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[128];
pin_mode_e spi4SckMode;
/**
* offset 4579
*/
pin_mode_e spi4MosiMode;
/**
* offset 4580
*/
pin_mode_e spi4MisoMode;
/**
* offset 4581
*/
pin_mode_e spi5SckMode;
/**
* offset 4582
*/
pin_mode_e spi5MosiMode;
/**
* offset 4583
*/
pin_mode_e spi5MisoMode;
/**
* offset 4584
*/
pin_mode_e spi6SckMode;
/**
* offset 4585
*/
pin_mode_e spi6MosiMode;
/**
* units: units
* offset 4586
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[120];
/**
* need 4 byte alignment
* units: units
@ -5593,4 +5625,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:47:47 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:33 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:48:25 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:11:10 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4572,7 +4572,7 @@ struct engine_configuration_s {
/**
* offset 4383
*/
uint8_t unusedExplicitFilling2;
pin_mode_e spi6MisoMode;
/**
* units: ratio
* offset 4384
@ -4671,10 +4671,42 @@ struct engine_configuration_s {
*/
Gpio spi6sckPin;
/**
* units: units
* offset 4578
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[128];
pin_mode_e spi4SckMode;
/**
* offset 4579
*/
pin_mode_e spi4MosiMode;
/**
* offset 4580
*/
pin_mode_e spi4MisoMode;
/**
* offset 4581
*/
pin_mode_e spi5SckMode;
/**
* offset 4582
*/
pin_mode_e spi5MosiMode;
/**
* offset 4583
*/
pin_mode_e spi5MisoMode;
/**
* offset 4584
*/
pin_mode_e spi6SckMode;
/**
* offset 4585
*/
pin_mode_e spi6MosiMode;
/**
* units: units
* offset 4586
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[120];
/**
* need 4 byte alignment
* units: units
@ -5593,4 +5625,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:48:25 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:11:10 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:48:04 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:49 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4572,7 +4572,7 @@ struct engine_configuration_s {
/**
* offset 4383
*/
uint8_t unusedExplicitFilling2;
pin_mode_e spi6MisoMode;
/**
* units: ratio
* offset 4384
@ -4671,10 +4671,42 @@ struct engine_configuration_s {
*/
Gpio spi6sckPin;
/**
* units: units
* offset 4578
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[128];
pin_mode_e spi4SckMode;
/**
* offset 4579
*/
pin_mode_e spi4MosiMode;
/**
* offset 4580
*/
pin_mode_e spi4MisoMode;
/**
* offset 4581
*/
pin_mode_e spi5SckMode;
/**
* offset 4582
*/
pin_mode_e spi5MosiMode;
/**
* offset 4583
*/
pin_mode_e spi5MisoMode;
/**
* offset 4584
*/
pin_mode_e spi6SckMode;
/**
* offset 4585
*/
pin_mode_e spi6MosiMode;
/**
* units: units
* offset 4586
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[120];
/**
* need 4 byte alignment
* units: units
@ -5593,4 +5625,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:48:04 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:49 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:48:02 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:47 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4572,7 +4572,7 @@ struct engine_configuration_s {
/**
* offset 4383
*/
uint8_t unusedExplicitFilling2;
pin_mode_e spi6MisoMode;
/**
* units: ratio
* offset 4384
@ -4671,10 +4671,42 @@ struct engine_configuration_s {
*/
Gpio spi6sckPin;
/**
* units: units
* offset 4578
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[128];
pin_mode_e spi4SckMode;
/**
* offset 4579
*/
pin_mode_e spi4MosiMode;
/**
* offset 4580
*/
pin_mode_e spi4MisoMode;
/**
* offset 4581
*/
pin_mode_e spi5SckMode;
/**
* offset 4582
*/
pin_mode_e spi5MosiMode;
/**
* offset 4583
*/
pin_mode_e spi5MisoMode;
/**
* offset 4584
*/
pin_mode_e spi6SckMode;
/**
* offset 4585
*/
pin_mode_e spi6MosiMode;
/**
* units: units
* offset 4586
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[120];
/**
* need 4 byte alignment
* units: units
@ -5593,4 +5625,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:48:02 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:47 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:48:08 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:54 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4572,7 +4572,7 @@ struct engine_configuration_s {
/**
* offset 4383
*/
uint8_t unusedExplicitFilling2;
pin_mode_e spi6MisoMode;
/**
* units: ratio
* offset 4384
@ -4671,10 +4671,42 @@ struct engine_configuration_s {
*/
Gpio spi6sckPin;
/**
* units: units
* offset 4578
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[128];
pin_mode_e spi4SckMode;
/**
* offset 4579
*/
pin_mode_e spi4MosiMode;
/**
* offset 4580
*/
pin_mode_e spi4MisoMode;
/**
* offset 4581
*/
pin_mode_e spi5SckMode;
/**
* offset 4582
*/
pin_mode_e spi5MosiMode;
/**
* offset 4583
*/
pin_mode_e spi5MisoMode;
/**
* offset 4584
*/
pin_mode_e spi6SckMode;
/**
* offset 4585
*/
pin_mode_e spi6MosiMode;
/**
* units: units
* offset 4586
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[120];
/**
* need 4 byte alignment
* units: units
@ -5593,4 +5625,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 26236);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:48:08 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:54 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:48:06 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:52 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4572,7 +4572,7 @@ struct engine_configuration_s {
/**
* offset 4383
*/
uint8_t unusedExplicitFilling2;
pin_mode_e spi6MisoMode;
/**
* units: ratio
* offset 4384
@ -4671,10 +4671,42 @@ struct engine_configuration_s {
*/
Gpio spi6sckPin;
/**
* units: units
* offset 4578
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[128];
pin_mode_e spi4SckMode;
/**
* offset 4579
*/
pin_mode_e spi4MosiMode;
/**
* offset 4580
*/
pin_mode_e spi4MisoMode;
/**
* offset 4581
*/
pin_mode_e spi5SckMode;
/**
* offset 4582
*/
pin_mode_e spi5MosiMode;
/**
* offset 4583
*/
pin_mode_e spi5MisoMode;
/**
* offset 4584
*/
pin_mode_e spi6SckMode;
/**
* offset 4585
*/
pin_mode_e spi6MosiMode;
/**
* units: units
* offset 4586
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[120];
/**
* need 4 byte alignment
* units: units
@ -5593,4 +5625,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 26236);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:48:06 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:52 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:48:11 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:56 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4572,7 +4572,7 @@ struct engine_configuration_s {
/**
* offset 4383
*/
uint8_t unusedExplicitFilling2;
pin_mode_e spi6MisoMode;
/**
* units: ratio
* offset 4384
@ -4671,10 +4671,42 @@ struct engine_configuration_s {
*/
Gpio spi6sckPin;
/**
* units: units
* offset 4578
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[128];
pin_mode_e spi4SckMode;
/**
* offset 4579
*/
pin_mode_e spi4MosiMode;
/**
* offset 4580
*/
pin_mode_e spi4MisoMode;
/**
* offset 4581
*/
pin_mode_e spi5SckMode;
/**
* offset 4582
*/
pin_mode_e spi5MosiMode;
/**
* offset 4583
*/
pin_mode_e spi5MisoMode;
/**
* offset 4584
*/
pin_mode_e spi6SckMode;
/**
* offset 4585
*/
pin_mode_e spi6MosiMode;
/**
* units: units
* offset 4586
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[120];
/**
* need 4 byte alignment
* units: units
@ -5593,4 +5625,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 26236);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:48:11 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:56 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:47:55 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:40 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4572,7 +4572,7 @@ struct engine_configuration_s {
/**
* offset 4383
*/
uint8_t unusedExplicitFilling2;
pin_mode_e spi6MisoMode;
/**
* units: ratio
* offset 4384
@ -4671,10 +4671,42 @@ struct engine_configuration_s {
*/
Gpio spi6sckPin;
/**
* units: units
* offset 4578
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[128];
pin_mode_e spi4SckMode;
/**
* offset 4579
*/
pin_mode_e spi4MosiMode;
/**
* offset 4580
*/
pin_mode_e spi4MisoMode;
/**
* offset 4581
*/
pin_mode_e spi5SckMode;
/**
* offset 4582
*/
pin_mode_e spi5MosiMode;
/**
* offset 4583
*/
pin_mode_e spi5MisoMode;
/**
* offset 4584
*/
pin_mode_e spi6SckMode;
/**
* offset 4585
*/
pin_mode_e spi6MosiMode;
/**
* units: units
* offset 4586
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[120];
/**
* need 4 byte alignment
* units: units
@ -5593,4 +5625,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:47:55 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:40 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:47:45 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:31 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4572,7 +4572,7 @@ struct engine_configuration_s {
/**
* offset 4383
*/
uint8_t unusedExplicitFilling2;
pin_mode_e spi6MisoMode;
/**
* units: ratio
* offset 4384
@ -4671,10 +4671,42 @@ struct engine_configuration_s {
*/
Gpio spi6sckPin;
/**
* units: units
* offset 4578
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[128];
pin_mode_e spi4SckMode;
/**
* offset 4579
*/
pin_mode_e spi4MosiMode;
/**
* offset 4580
*/
pin_mode_e spi4MisoMode;
/**
* offset 4581
*/
pin_mode_e spi5SckMode;
/**
* offset 4582
*/
pin_mode_e spi5MosiMode;
/**
* offset 4583
*/
pin_mode_e spi5MisoMode;
/**
* offset 4584
*/
pin_mode_e spi6SckMode;
/**
* offset 4585
*/
pin_mode_e spi6MosiMode;
/**
* units: units
* offset 4586
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[120];
/**
* need 4 byte alignment
* units: units
@ -5593,4 +5625,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:47:45 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:31 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:48:18 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:11:03 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4572,7 +4572,7 @@ struct engine_configuration_s {
/**
* offset 4383
*/
uint8_t unusedExplicitFilling2;
pin_mode_e spi6MisoMode;
/**
* units: ratio
* offset 4384
@ -4671,10 +4671,42 @@ struct engine_configuration_s {
*/
Gpio spi6sckPin;
/**
* units: units
* offset 4578
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[128];
pin_mode_e spi4SckMode;
/**
* offset 4579
*/
pin_mode_e spi4MosiMode;
/**
* offset 4580
*/
pin_mode_e spi4MisoMode;
/**
* offset 4581
*/
pin_mode_e spi5SckMode;
/**
* offset 4582
*/
pin_mode_e spi5MosiMode;
/**
* offset 4583
*/
pin_mode_e spi5MisoMode;
/**
* offset 4584
*/
pin_mode_e spi6SckMode;
/**
* offset 4585
*/
pin_mode_e spi6MosiMode;
/**
* units: units
* offset 4586
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[120];
/**
* need 4 byte alignment
* units: units
@ -5593,4 +5625,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:48:18 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:11:03 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:48:20 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:11:06 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4572,7 +4572,7 @@ struct engine_configuration_s {
/**
* offset 4383
*/
uint8_t unusedExplicitFilling2;
pin_mode_e spi6MisoMode;
/**
* units: ratio
* offset 4384
@ -4671,10 +4671,42 @@ struct engine_configuration_s {
*/
Gpio spi6sckPin;
/**
* units: units
* offset 4578
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[128];
pin_mode_e spi4SckMode;
/**
* offset 4579
*/
pin_mode_e spi4MosiMode;
/**
* offset 4580
*/
pin_mode_e spi4MisoMode;
/**
* offset 4581
*/
pin_mode_e spi5SckMode;
/**
* offset 4582
*/
pin_mode_e spi5MosiMode;
/**
* offset 4583
*/
pin_mode_e spi5MisoMode;
/**
* offset 4584
*/
pin_mode_e spi6SckMode;
/**
* offset 4585
*/
pin_mode_e spi6MosiMode;
/**
* units: units
* offset 4586
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[120];
/**
* need 4 byte alignment
* units: units
@ -5593,4 +5625,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:48:20 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:11:06 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:48:22 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:11:08 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4572,7 +4572,7 @@ struct engine_configuration_s {
/**
* offset 4383
*/
uint8_t unusedExplicitFilling2;
pin_mode_e spi6MisoMode;
/**
* units: ratio
* offset 4384
@ -4671,10 +4671,42 @@ struct engine_configuration_s {
*/
Gpio spi6sckPin;
/**
* units: units
* offset 4578
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[128];
pin_mode_e spi4SckMode;
/**
* offset 4579
*/
pin_mode_e spi4MosiMode;
/**
* offset 4580
*/
pin_mode_e spi4MisoMode;
/**
* offset 4581
*/
pin_mode_e spi5SckMode;
/**
* offset 4582
*/
pin_mode_e spi5MosiMode;
/**
* offset 4583
*/
pin_mode_e spi5MisoMode;
/**
* offset 4584
*/
pin_mode_e spi6SckMode;
/**
* offset 4585
*/
pin_mode_e spi6MosiMode;
/**
* units: units
* offset 4586
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[120];
/**
* need 4 byte alignment
* units: units
@ -5593,4 +5625,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:48:22 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:11:08 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:47:57 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:42 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4572,7 +4572,7 @@ struct engine_configuration_s {
/**
* offset 4383
*/
uint8_t unusedExplicitFilling2;
pin_mode_e spi6MisoMode;
/**
* units: ratio
* offset 4384
@ -4671,10 +4671,42 @@ struct engine_configuration_s {
*/
Gpio spi6sckPin;
/**
* units: units
* offset 4578
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[128];
pin_mode_e spi4SckMode;
/**
* offset 4579
*/
pin_mode_e spi4MosiMode;
/**
* offset 4580
*/
pin_mode_e spi4MisoMode;
/**
* offset 4581
*/
pin_mode_e spi5SckMode;
/**
* offset 4582
*/
pin_mode_e spi5MosiMode;
/**
* offset 4583
*/
pin_mode_e spi5MisoMode;
/**
* offset 4584
*/
pin_mode_e spi6SckMode;
/**
* offset 4585
*/
pin_mode_e spi6MosiMode;
/**
* units: units
* offset 4586
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[120];
/**
* need 4 byte alignment
* units: units
@ -5593,4 +5625,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:47:57 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:42 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:48:29 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:11:14 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4572,7 +4572,7 @@ struct engine_configuration_s {
/**
* offset 4383
*/
uint8_t unusedExplicitFilling2;
pin_mode_e spi6MisoMode;
/**
* units: ratio
* offset 4384
@ -4671,10 +4671,42 @@ struct engine_configuration_s {
*/
Gpio spi6sckPin;
/**
* units: units
* offset 4578
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[128];
pin_mode_e spi4SckMode;
/**
* offset 4579
*/
pin_mode_e spi4MosiMode;
/**
* offset 4580
*/
pin_mode_e spi4MisoMode;
/**
* offset 4581
*/
pin_mode_e spi5SckMode;
/**
* offset 4582
*/
pin_mode_e spi5MosiMode;
/**
* offset 4583
*/
pin_mode_e spi5MisoMode;
/**
* offset 4584
*/
pin_mode_e spi6SckMode;
/**
* offset 4585
*/
pin_mode_e spi6MosiMode;
/**
* units: units
* offset 4586
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[120];
/**
* need 4 byte alignment
* units: units
@ -5593,4 +5625,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:48:29 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:11:14 UTC 2024

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:47:25 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:12 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -4572,7 +4572,7 @@ struct engine_configuration_s {
/**
* offset 4383
*/
uint8_t unusedExplicitFilling2;
pin_mode_e spi6MisoMode;
/**
* units: ratio
* offset 4384
@ -4671,10 +4671,42 @@ struct engine_configuration_s {
*/
Gpio spi6sckPin;
/**
* units: units
* offset 4578
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[128];
pin_mode_e spi4SckMode;
/**
* offset 4579
*/
pin_mode_e spi4MosiMode;
/**
* offset 4580
*/
pin_mode_e spi4MisoMode;
/**
* offset 4581
*/
pin_mode_e spi5SckMode;
/**
* offset 4582
*/
pin_mode_e spi5MosiMode;
/**
* offset 4583
*/
pin_mode_e spi5MisoMode;
/**
* offset 4584
*/
pin_mode_e spi6SckMode;
/**
* offset 4585
*/
pin_mode_e spi6MosiMode;
/**
* units: units
* offset 4586
*/
uint8_t unusedOftenChangesDuringFirmwareUpdate[120];
/**
* need 4 byte alignment
* units: units
@ -5593,4 +5625,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22236);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 26 23:47:25 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Feb 27 01:10:12 UTC 2024

View File

@ -1159,7 +1159,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 4240834476
#define SIGNATURE_HASH 60602100
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1486,7 +1486,7 @@
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins false
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.26.alphax-2chan.4240834476"
#define TS_SIGNATURE "rusEFI master.2024.02.27.alphax-2chan.60602100"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1160,7 +1160,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2512263857
#define SIGNATURE_HASH 1793545193
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1487,7 +1487,7 @@
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins false
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.26.alphax-4chan.2512263857"
#define TS_SIGNATURE "rusEFI master.2024.02.27.alphax-4chan.1793545193"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1160,7 +1160,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2512263857
#define SIGNATURE_HASH 1793545193
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1487,7 +1487,7 @@
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins false
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.26.alphax-4chan_f7.2512263857"
#define TS_SIGNATURE "rusEFI master.2024.02.27.alphax-4chan_f7.1793545193"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1159,7 +1159,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1342706477
#define SIGNATURE_HASH 2941344373
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1486,7 +1486,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.26.alphax-8chan-revA.1342706477"
#define TS_SIGNATURE "rusEFI master.2024.02.27.alphax-8chan-revA.2941344373"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1159,7 +1159,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 434386462
#define SIGNATURE_HASH 3871178566
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1486,7 +1486,7 @@
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins false
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.26.alphax-8chan.434386462"
#define TS_SIGNATURE "rusEFI master.2024.02.27.alphax-8chan.3871178566"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1159,7 +1159,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 434386462
#define SIGNATURE_HASH 3871178566
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1486,7 +1486,7 @@
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins false
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.26.alphax-8chan_f7.434386462"
#define TS_SIGNATURE "rusEFI master.2024.02.27.alphax-8chan_f7.3871178566"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 132356282
#define SIGNATURE_HASH 4172992994
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1485,7 +1485,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.26.at_start_f435.132356282"
#define TS_SIGNATURE "rusEFI master.2024.02.27.at_start_f435.4172992994"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1139035380
#define SIGNATURE_HASH 3166504364
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1485,7 +1485,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.26.atlas.1139035380"
#define TS_SIGNATURE "rusEFI master.2024.02.27.atlas.3166504364"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets true
#define SIGNATURE_HASH 3024300901
#define SIGNATURE_HASH 1260020285
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1485,7 +1485,7 @@
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.27.f407-discovery.3024300901"
#define TS_SIGNATURE "rusEFI master.2024.02.27.f407-discovery.1260020285"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 132356282
#define SIGNATURE_HASH 4172992994
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1485,7 +1485,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.26.f429-discovery.132356282"
#define TS_SIGNATURE "rusEFI master.2024.02.27.f429-discovery.4172992994"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 892640809
#define SIGNATURE_HASH 3396196209
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1485,7 +1485,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.26.f469-discovery.892640809"
#define TS_SIGNATURE "rusEFI master.2024.02.27.f469-discovery.3396196209"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets true
#define SIGNATURE_HASH 1365306529
#define SIGNATURE_HASH 2923013625
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1485,7 +1485,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.26.frankenso_na6.1365306529"
#define TS_SIGNATURE "rusEFI master.2024.02.27.frankenso_na6.2923013625"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1159,7 +1159,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2397765694
#define SIGNATURE_HASH 1907509606
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1486,7 +1486,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.26.hellen-112-17.2397765694"
#define TS_SIGNATURE "rusEFI master.2024.02.27.hellen-112-17.1907509606"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3415932674
#define SIGNATURE_HASH 885241434
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1485,7 +1485,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.26.hellen-gm-e67.3415932674"
#define TS_SIGNATURE "rusEFI master.2024.02.27.hellen-gm-e67.885241434"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1159,7 +1159,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1946352082
#define SIGNATURE_HASH 2338041994
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1487,7 +1487,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.26.hellen-honda-k.1946352082"
#define TS_SIGNATURE "rusEFI master.2024.02.27.hellen-honda-k.2338041994"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1159,7 +1159,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 4009455258
#define SIGNATURE_HASH 295839682
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1486,7 +1486,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.26.hellen-nb1.4009455258"
#define TS_SIGNATURE "rusEFI master.2024.02.27.hellen-nb1.295839682"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1159,7 +1159,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 710489773
#define SIGNATURE_HASH 3573579765
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1486,7 +1486,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.26.hellen121nissan.710489773"
#define TS_SIGNATURE "rusEFI master.2024.02.27.hellen121nissan.3573579765"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1159,7 +1159,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 932873564
#define SIGNATURE_HASH 3368274948
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1486,7 +1486,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.26.hellen121vag.932873564"
#define TS_SIGNATURE "rusEFI master.2024.02.27.hellen121vag.3368274948"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1159,7 +1159,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3933319757
#define SIGNATURE_HASH 355007253
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1486,7 +1486,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.26.hellen128.3933319757"
#define TS_SIGNATURE "rusEFI master.2024.02.27.hellen128.355007253"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1159,7 +1159,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2664056076
#define SIGNATURE_HASH 1637026900
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1486,7 +1486,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.26.hellen154hyundai.2664056076"
#define TS_SIGNATURE "rusEFI master.2024.02.27.hellen154hyundai.1637026900"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1159,7 +1159,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2265082918
#define SIGNATURE_HASH 2019239294
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1486,7 +1486,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.26.hellen72.2265082918"
#define TS_SIGNATURE "rusEFI master.2024.02.27.hellen72.2019239294"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1651705948
#define SIGNATURE_HASH 2636792068
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1485,7 +1485,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.26.hellen81.1651705948"
#define TS_SIGNATURE "rusEFI master.2024.02.27.hellen81.2636792068"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1159,7 +1159,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1968184607
#define SIGNATURE_HASH 2315867207
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1486,7 +1486,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output false
#define TS_SIGNATURE "rusEFI master.2024.02.26.hellen88bmw.1968184607"
#define TS_SIGNATURE "rusEFI master.2024.02.27.hellen88bmw.2315867207"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1159,7 +1159,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2470869850
#define SIGNATURE_HASH 1813983746
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1486,7 +1486,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.26.hellenNA6.2470869850"
#define TS_SIGNATURE "rusEFI master.2024.02.27.hellenNA6.1813983746"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1160,7 +1160,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1822177684
#define SIGNATURE_HASH 2479190220
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1487,7 +1487,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.26.hellenNA8_96.1822177684"
#define TS_SIGNATURE "rusEFI master.2024.02.27.hellenNA8_96.2479190220"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1146654507
#define SIGNATURE_HASH 3137455731
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1486,7 +1486,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.26.m74_9.1146654507"
#define TS_SIGNATURE "rusEFI master.2024.02.27.m74_9.3137455731"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1159,7 +1159,7 @@
#define show_microRusEFI_presets true
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1257850400
#define SIGNATURE_HASH 3047165816
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1486,7 +1486,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.26.mre_f4.1257850400"
#define TS_SIGNATURE "rusEFI master.2024.02.27.mre_f4.3047165816"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1159,7 +1159,7 @@
#define show_microRusEFI_presets true
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1257850400
#define SIGNATURE_HASH 3047165816
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1486,7 +1486,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.26.mre_f7.1257850400"
#define TS_SIGNATURE "rusEFI master.2024.02.27.mre_f7.3047165816"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 132356282
#define SIGNATURE_HASH 4172992994
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1485,7 +1485,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.26.nucleo_h743.132356282"
#define TS_SIGNATURE "rusEFI master.2024.02.27.nucleo_h743.4172992994"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 930567466
#define SIGNATURE_HASH 3358465138
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1485,7 +1485,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.26.prometheus_405.930567466"
#define TS_SIGNATURE "rusEFI master.2024.02.27.prometheus_405.3358465138"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 930567466
#define SIGNATURE_HASH 3358465138
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1485,7 +1485,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.26.prometheus_469.930567466"
#define TS_SIGNATURE "rusEFI master.2024.02.27.prometheus_469.3358465138"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets true
#define show_test_presets false
#define SIGNATURE_HASH 900895689
#define SIGNATURE_HASH 3404454545
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1485,7 +1485,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.26.proteus_f4.900895689"
#define TS_SIGNATURE "rusEFI master.2024.02.27.proteus_f4.3404454545"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets true
#define show_test_presets false
#define SIGNATURE_HASH 900895689
#define SIGNATURE_HASH 3404454545
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1485,7 +1485,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.26.proteus_f7.900895689"
#define TS_SIGNATURE "rusEFI master.2024.02.27.proteus_f7.3404454545"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets true
#define show_test_presets false
#define SIGNATURE_HASH 900895689
#define SIGNATURE_HASH 3404454545
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1485,7 +1485,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.26.proteus_h7.900895689"
#define TS_SIGNATURE "rusEFI master.2024.02.27.proteus_h7.3404454545"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1099078591
#define SIGNATURE_HASH 3202077415
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1486,7 +1486,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.26.s105.1099078591"
#define TS_SIGNATURE "rusEFI master.2024.02.27.s105.3202077415"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1159,7 +1159,7 @@
#define show_Proteus_presets false
#define show_small_can_board_presets true
#define show_test_presets false
#define SIGNATURE_HASH 960648243
#define SIGNATURE_HASH 3323665771
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1487,7 +1487,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.26.small-can-board.960648243"
#define TS_SIGNATURE "rusEFI master.2024.02.27.small-can-board.3323665771"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 132356282
#define SIGNATURE_HASH 4172992994
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1485,7 +1485,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.26.stm32f413_nucleo.132356282"
#define TS_SIGNATURE "rusEFI master.2024.02.27.stm32f413_nucleo.4172992994"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 132356282
#define SIGNATURE_HASH 4172992994
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1485,7 +1485,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.26.stm32f429_nucleo.132356282"
#define TS_SIGNATURE "rusEFI master.2024.02.27.stm32f429_nucleo.4172992994"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 132356282
#define SIGNATURE_HASH 4172992994
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1485,7 +1485,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.26.stm32f767_nucleo.132356282"
#define TS_SIGNATURE "rusEFI master.2024.02.27.stm32f767_nucleo.4172992994"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 132356282
#define SIGNATURE_HASH 4172992994
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1485,7 +1485,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.26.t-b-g.132356282"
#define TS_SIGNATURE "rusEFI master.2024.02.27.t-b-g.4172992994"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1158,7 +1158,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2370679960
#define SIGNATURE_HASH 1913978304
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1485,7 +1485,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.26.tdg-pdm8.2370679960"
#define TS_SIGNATURE "rusEFI master.2024.02.27.tdg-pdm8.1913978304"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1159,7 +1159,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_uaefi_presets true
#define SIGNATURE_HASH 2317089895
#define SIGNATURE_HASH 1967306047
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1486,7 +1486,7 @@
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins false
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.02.26.uaefi.2317089895"
#define TS_SIGNATURE "rusEFI master.2024.02.27.uaefi.1967306047"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 4240834476
#define TS_SIGNATURE "rusEFI master.2024.02.26.alphax-2chan.4240834476"
#define SIGNATURE_HASH 60602100
#define TS_SIGNATURE "rusEFI master.2024.02.27.alphax-2chan.60602100"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2512263857
#define TS_SIGNATURE "rusEFI master.2024.02.26.alphax-4chan.2512263857"
#define SIGNATURE_HASH 1793545193
#define TS_SIGNATURE "rusEFI master.2024.02.27.alphax-4chan.1793545193"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2512263857
#define TS_SIGNATURE "rusEFI master.2024.02.26.alphax-4chan_f7.2512263857"
#define SIGNATURE_HASH 1793545193
#define TS_SIGNATURE "rusEFI master.2024.02.27.alphax-4chan_f7.1793545193"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1342706477
#define TS_SIGNATURE "rusEFI master.2024.02.26.alphax-8chan-revA.1342706477"
#define SIGNATURE_HASH 2941344373
#define TS_SIGNATURE "rusEFI master.2024.02.27.alphax-8chan-revA.2941344373"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 434386462
#define TS_SIGNATURE "rusEFI master.2024.02.26.alphax-8chan.434386462"
#define SIGNATURE_HASH 3871178566
#define TS_SIGNATURE "rusEFI master.2024.02.27.alphax-8chan.3871178566"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 434386462
#define TS_SIGNATURE "rusEFI master.2024.02.26.alphax-8chan_f7.434386462"
#define SIGNATURE_HASH 3871178566
#define TS_SIGNATURE "rusEFI master.2024.02.27.alphax-8chan_f7.3871178566"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 132356282
#define TS_SIGNATURE "rusEFI master.2024.02.26.at_start_f435.132356282"
#define SIGNATURE_HASH 4172992994
#define TS_SIGNATURE "rusEFI master.2024.02.27.at_start_f435.4172992994"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1139035380
#define TS_SIGNATURE "rusEFI master.2024.02.26.atlas.1139035380"
#define SIGNATURE_HASH 3166504364
#define TS_SIGNATURE "rusEFI master.2024.02.27.atlas.3166504364"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on hellen_cypress_gen_config.bat by SignatureConsumer
//
#define SIGNATURE_HASH 132356282
#define TS_SIGNATURE "rusEFI master.2024.02.26.cypress.132356282"
#define SIGNATURE_HASH 4172992994
#define TS_SIGNATURE "rusEFI master.2024.02.27.cypress.4172992994"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3024300901
#define TS_SIGNATURE "rusEFI master.2024.02.27.f407-discovery.3024300901"
#define SIGNATURE_HASH 1260020285
#define TS_SIGNATURE "rusEFI master.2024.02.27.f407-discovery.1260020285"

Some files were not shown because too many files have changed in this diff Show More