GHA Automation
This commit is contained in:
parent
35251fddfb
commit
db384bc588
|
@ -119,12 +119,12 @@
|
||||||
#define brain_input_pin_e_fullenum "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
|
#define brain_input_pin_e_fullenum "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
|
||||||
#define brain_pin_diag_e_PIN_DRIVER_OFF 0x20
|
#define brain_pin_diag_e_PIN_DRIVER_OFF 0x20
|
||||||
#define brain_pin_diag_e_PIN_DRIVER_OVERTEMP 0x10
|
#define brain_pin_diag_e_PIN_DRIVER_OVERTEMP 0x10
|
||||||
#define brain_pin_diag_e_PIN_INVALID 0x80
|
|
||||||
#define brain_pin_diag_e_PIN_OK 0
|
#define brain_pin_diag_e_PIN_OK 0
|
||||||
#define brain_pin_diag_e_PIN_OPEN 0x01
|
#define brain_pin_diag_e_PIN_OPEN 0x01
|
||||||
#define brain_pin_diag_e_PIN_OVERLOAD 0x08
|
#define brain_pin_diag_e_PIN_OVERLOAD 0x08
|
||||||
#define brain_pin_diag_e_PIN_SHORT_TO_BAT 0x04
|
#define brain_pin_diag_e_PIN_SHORT_TO_BAT 0x04
|
||||||
#define brain_pin_diag_e_PIN_SHORT_TO_GND 0x02
|
#define brain_pin_diag_e_PIN_SHORT_TO_GND 0x02
|
||||||
|
#define brain_pin_diag_e_PIN_UNKNOWN 0x80
|
||||||
#define C_MC33810_COUNT 1
|
#define C_MC33810_COUNT 1
|
||||||
#define CAM_INPUTS_COUNT 4
|
#define CAM_INPUTS_COUNT 4
|
||||||
#define CAMS_PER_BANK 2
|
#define CAMS_PER_BANK 2
|
||||||
|
@ -1158,7 +1158,7 @@
|
||||||
#define show_microRusEFI_presets false
|
#define show_microRusEFI_presets false
|
||||||
#define show_Proteus_presets false
|
#define show_Proteus_presets false
|
||||||
#define show_test_presets false
|
#define show_test_presets false
|
||||||
#define SIGNATURE_HASH 2384800631
|
#define SIGNATURE_HASH 199772989
|
||||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
#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_PREFIX "generated/simulator_tune_image"
|
||||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||||
|
@ -1480,7 +1480,7 @@
|
||||||
#define ts_show_vr_threshold_2 false
|
#define ts_show_vr_threshold_2 false
|
||||||
#define ts_show_vr_threshold_all false
|
#define ts_show_vr_threshold_all false
|
||||||
#define ts_show_vr_threshold_pins true
|
#define ts_show_vr_threshold_pins true
|
||||||
#define TS_SIGNATURE "rusEFI default.2024.02.04.XXX.2384800631"
|
#define TS_SIGNATURE "rusEFI default.2024.02.05.XXX.199772989"
|
||||||
#define TS_SIMULATE_CAN '>'
|
#define TS_SIMULATE_CAN '>'
|
||||||
#define TS_SIMULATE_CAN_char >
|
#define TS_SIMULATE_CAN_char >
|
||||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||||
|
|
|
@ -2,5 +2,5 @@
|
||||||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||||
//
|
//
|
||||||
|
|
||||||
#define SIGNATURE_HASH 2384800631
|
#define SIGNATURE_HASH 199772989
|
||||||
#define TS_SIGNATURE "rusEFI default.2024.02.04.XXX.2384800631"
|
#define TS_SIGNATURE "rusEFI default.2024.02.05.XXX.199772989"
|
||||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
[MegaTune]
|
[MegaTune]
|
||||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||||
signature = "rusEFI default.2024.02.04.XXX.2384800631"
|
signature = "rusEFI default.2024.02.05.XXX.199772989"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI default.2024.02.04.XXX.2384800631" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI default.2024.02.05.XXX.199772989" ; signature is expected to be 7 or more characters.
|
||||||
|
|
||||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||||
useLegacyFTempUnits = false
|
useLegacyFTempUnits = false
|
||||||
|
@ -92,7 +92,7 @@ enable2ndByteCanID = false
|
||||||
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
|
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sun Feb 04 17:16:46 UTC 2024
|
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Feb 05 17:17:54 UTC 2024
|
||||||
|
|
||||||
pageSize = 22232
|
pageSize = 22232
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -3272,7 +3272,7 @@ lambdaTimeSinceGood = scalar, U16, 1452, "sec", 0.01, 0
|
||||||
; TpsState
|
; TpsState
|
||||||
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
|
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
|
||||||
|
|
||||||
outputDiagErrorList = bits, U08, [0:3], "Not used", "No error", "Open Load", "Short to Gnd", "Short to Battery", "Overload", "Driver Overtemp", "Driver disabled", "Invalid"
|
outputDiagErrorList = bits, U08, [0:3], "Not used", "No error", "Open Load", "Short to Gnd", "Short to Battery", "Overload", "Driver Overtemp", "Driver disabled", "Unknown"
|
||||||
|
|
||||||
[ConstantsExtensions]
|
[ConstantsExtensions]
|
||||||
; defaultValue is used to provide TunerStudio with a value to use in the case of
|
; defaultValue is used to provide TunerStudio with a value to use in the case of
|
||||||
|
|
Loading…
Reference in New Issue