Auto-generated configs and docs

This commit is contained in:
GitHub build-firmware Action 2020-08-19 02:38:52 +00:00
parent 66b404fc59
commit 6d121697b5
19 changed files with 108 additions and 126 deletions

View File

@ -3,6 +3,6 @@
//
#define SIGNATURE_BOARD all
#define SIGNATURE_DATE 2020.08.18
#define SIGNATURE_HASH 2644451975
#define TS_SIGNATURE "rusEFI 2020.08.18.all.2644451975"
#define SIGNATURE_DATE 2020.08.19
#define SIGNATURE_HASH 2124721762
#define TS_SIGNATURE "rusEFI 2020.08.19.all.2124721762"

View File

@ -3,6 +3,6 @@
//
#define SIGNATURE_BOARD frankenso_na6
#define SIGNATURE_DATE 2020.08.18
#define SIGNATURE_HASH 1428367246
#define TS_SIGNATURE "rusEFI 2020.08.18.frankenso_na6.1428367246"
#define SIGNATURE_DATE 2020.08.19
#define SIGNATURE_HASH 3055070059
#define TS_SIGNATURE "rusEFI 2020.08.19.frankenso_na6.3055070059"

View File

@ -3,6 +3,6 @@
//
#define SIGNATURE_BOARD kin
#define SIGNATURE_DATE 2020.08.18
#define SIGNATURE_HASH 2991286055
#define TS_SIGNATURE "rusEFI 2020.08.18.kin.2991286055"
#define SIGNATURE_DATE 2020.08.19
#define SIGNATURE_HASH 1366354882
#define TS_SIGNATURE "rusEFI 2020.08.19.kin.1366354882"

View File

@ -3,6 +3,6 @@
//
#define SIGNATURE_BOARD mre_f4
#define SIGNATURE_DATE 2020.08.18
#define SIGNATURE_HASH 1714534364
#define TS_SIGNATURE "rusEFI 2020.08.18.mre_f4.1714534364"
#define SIGNATURE_DATE 2020.08.19
#define SIGNATURE_HASH 2232040249
#define TS_SIGNATURE "rusEFI 2020.08.19.mre_f4.2232040249"

View File

@ -3,6 +3,6 @@
//
#define SIGNATURE_BOARD mre_f7
#define SIGNATURE_DATE 2020.08.18
#define SIGNATURE_HASH 1714534364
#define TS_SIGNATURE "rusEFI 2020.08.18.mre_f7.1714534364"
#define SIGNATURE_DATE 2020.08.19
#define SIGNATURE_HASH 2232040249
#define TS_SIGNATURE "rusEFI 2020.08.19.mre_f7.2232040249"

View File

@ -3,6 +3,6 @@
//
#define SIGNATURE_BOARD prometheus_405
#define SIGNATURE_DATE 2020.08.18
#define SIGNATURE_HASH 2322162489
#define TS_SIGNATURE "rusEFI 2020.08.18.prometheus_405.2322162489"
#define SIGNATURE_DATE 2020.08.19
#define SIGNATURE_HASH 1767043036
#define TS_SIGNATURE "rusEFI 2020.08.19.prometheus_405.1767043036"

View File

@ -3,6 +3,6 @@
//
#define SIGNATURE_BOARD prometheus_469
#define SIGNATURE_DATE 2020.08.18
#define SIGNATURE_HASH 2322162489
#define TS_SIGNATURE "rusEFI 2020.08.18.prometheus_469.2322162489"
#define SIGNATURE_DATE 2020.08.19
#define SIGNATURE_HASH 1767043036
#define TS_SIGNATURE "rusEFI 2020.08.19.prometheus_469.1767043036"

View File

@ -3,6 +3,6 @@
//
#define SIGNATURE_BOARD proteus_f4
#define SIGNATURE_DATE 2020.08.18
#define SIGNATURE_HASH 2084502748
#define TS_SIGNATURE "rusEFI 2020.08.18.proteus_f4.2084502748"
#define SIGNATURE_DATE 2020.08.19
#define SIGNATURE_HASH 2667933753
#define TS_SIGNATURE "rusEFI 2020.08.19.proteus_f4.2667933753"

View File

@ -3,6 +3,6 @@
//
#define SIGNATURE_BOARD proteus_f7
#define SIGNATURE_DATE 2020.08.18
#define SIGNATURE_HASH 2084502748
#define TS_SIGNATURE "rusEFI 2020.08.18.proteus_f7.2084502748"
#define SIGNATURE_DATE 2020.08.19
#define SIGNATURE_HASH 2667933753
#define TS_SIGNATURE "rusEFI 2020.08.19.proteus_f7.2667933753"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.08.18.all.2644451975"
signature = "rusEFI 2020.08.19.all.2124721762"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.08.18.all.2644451975" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2020.08.19.all.2124721762" ; signature is expected to be 7 or more characters.
[Constants]
; new packet serial format with CRC
@ -46,16 +46,14 @@ enable2ndByteCanID = false
endianness = little
nPages = 1
pageIdentifier = "\x00\x00"
pageReadCommand = "R\x00\x00%2o%2c"
burnCommand = "B\x00\x00"
pageActivate = "P\x00\x00"
pageValueWrite = "W\x00\x00%2o%v"
pageChunkWrite = "C\x00\x00%2o%2c%v"
; todo: make this command shorter one day, no need to have all these zeros
crc32CheckCommand = "k\x00\x00\x00\x00\x00\x00"
pageReadCommand = "R%2o%2c"
burnCommand = "B"
pageActivate = "P"
pageValueWrite = "W%2o%v"
pageChunkWrite = "C%2o%2c%v"
crc32CheckCommand = "'k'%2o%2c"
retrieveConfigError = "e"
;communication settings
@ -76,7 +74,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 18 17:52:06 UTC 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Aug 19 02:38:16 UTC 2020
pageSize = 20000
page = 1

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.08.18.frankenso_na6.1428367246"
signature = "rusEFI 2020.08.19.frankenso_na6.3055070059"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.08.18.frankenso_na6.1428367246" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2020.08.19.frankenso_na6.3055070059" ; signature is expected to be 7 or more characters.
[Constants]
; new packet serial format with CRC
@ -46,16 +46,14 @@ enable2ndByteCanID = false
endianness = little
nPages = 1
pageIdentifier = "\x00\x00"
pageReadCommand = "R\x00\x00%2o%2c"
burnCommand = "B\x00\x00"
pageActivate = "P\x00\x00"
pageValueWrite = "W\x00\x00%2o%v"
pageChunkWrite = "C\x00\x00%2o%2c%v"
; todo: make this command shorter one day, no need to have all these zeros
crc32CheckCommand = "k\x00\x00\x00\x00\x00\x00"
pageReadCommand = "R%2o%2c"
burnCommand = "B"
pageActivate = "P"
pageValueWrite = "W%2o%v"
pageChunkWrite = "C%2o%2c%v"
crc32CheckCommand = "'k'%2o%2c"
retrieveConfigError = "e"
;communication settings
@ -76,7 +74,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 18 17:52:10 UTC 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Aug 19 02:38:28 UTC 2020
pageSize = 20000
page = 1

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.08.18.kin.2991286055"
signature = "rusEFI 2020.08.19.kin.1366354882"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.08.18.kin.2991286055" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2020.08.19.kin.1366354882" ; signature is expected to be 7 or more characters.
[Constants]
; new packet serial format with CRC
@ -46,16 +46,14 @@ enable2ndByteCanID = false
endianness = little
nPages = 1
pageIdentifier = "\x00\x00"
pageReadCommand = "R\x00\x00%2o%2c"
burnCommand = "B\x00\x00"
pageActivate = "P\x00\x00"
pageValueWrite = "W\x00\x00%2o%v"
pageChunkWrite = "C\x00\x00%2o%2c%v"
; todo: make this command shorter one day, no need to have all these zeros
crc32CheckCommand = "k\x00\x00\x00\x00\x00\x00"
pageReadCommand = "R%2o%2c"
burnCommand = "B"
pageActivate = "P"
pageValueWrite = "W%2o%v"
pageChunkWrite = "C%2o%2c%v"
crc32CheckCommand = "'k'%2o%2c"
retrieveConfigError = "e"
;communication settings
@ -76,7 +74,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Tue Aug 18 17:52:24 UTC 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Wed Aug 19 02:38:35 UTC 2020
pageSize = 20000
page = 1

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.08.18.mre_f4.1714534364"
signature = "rusEFI 2020.08.19.mre_f4.2232040249"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.08.18.mre_f4.1714534364" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2020.08.19.mre_f4.2232040249" ; signature is expected to be 7 or more characters.
[Constants]
; new packet serial format with CRC
@ -46,16 +46,14 @@ enable2ndByteCanID = false
endianness = little
nPages = 1
pageIdentifier = "\x00\x00"
pageReadCommand = "R\x00\x00%2o%2c"
burnCommand = "B\x00\x00"
pageActivate = "P\x00\x00"
pageValueWrite = "W\x00\x00%2o%v"
pageChunkWrite = "C\x00\x00%2o%2c%v"
; todo: make this command shorter one day, no need to have all these zeros
crc32CheckCommand = "k\x00\x00\x00\x00\x00\x00"
pageReadCommand = "R%2o%2c"
burnCommand = "B"
pageActivate = "P"
pageValueWrite = "W%2o%v"
pageChunkWrite = "C%2o%2c%v"
crc32CheckCommand = "'k'%2o%2c"
retrieveConfigError = "e"
;communication settings
@ -76,7 +74,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 18 17:52:09 UTC 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Aug 19 02:38:27 UTC 2020
pageSize = 20000
page = 1

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.08.18.mre_f7.1714534364"
signature = "rusEFI 2020.08.19.mre_f7.2232040249"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.08.18.mre_f7.1714534364" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2020.08.19.mre_f7.2232040249" ; signature is expected to be 7 or more characters.
[Constants]
; new packet serial format with CRC
@ -46,16 +46,14 @@ enable2ndByteCanID = false
endianness = little
nPages = 1
pageIdentifier = "\x00\x00"
pageReadCommand = "R\x00\x00%2o%2c"
burnCommand = "B\x00\x00"
pageActivate = "P\x00\x00"
pageValueWrite = "W\x00\x00%2o%v"
pageChunkWrite = "C\x00\x00%2o%2c%v"
; todo: make this command shorter one day, no need to have all these zeros
crc32CheckCommand = "k\x00\x00\x00\x00\x00\x00"
pageReadCommand = "R%2o%2c"
burnCommand = "B"
pageActivate = "P"
pageValueWrite = "W%2o%v"
pageChunkWrite = "C%2o%2c%v"
crc32CheckCommand = "'k'%2o%2c"
retrieveConfigError = "e"
;communication settings
@ -76,7 +74,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 18 17:52:08 UTC 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Aug 19 02:38:18 UTC 2020
pageSize = 20000
page = 1

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.08.18.prometheus_405.2322162489"
signature = "rusEFI 2020.08.19.prometheus_405.1767043036"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.08.18.prometheus_405.2322162489" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2020.08.19.prometheus_405.1767043036" ; signature is expected to be 7 or more characters.
[Constants]
; new packet serial format with CRC
@ -46,16 +46,14 @@ enable2ndByteCanID = false
endianness = little
nPages = 1
pageIdentifier = "\x00\x00"
pageReadCommand = "R\x00\x00%2o%2c"
burnCommand = "B\x00\x00"
pageActivate = "P\x00\x00"
pageValueWrite = "W\x00\x00%2o%v"
pageChunkWrite = "C\x00\x00%2o%2c%v"
; todo: make this command shorter one day, no need to have all these zeros
crc32CheckCommand = "k\x00\x00\x00\x00\x00\x00"
pageReadCommand = "R%2o%2c"
burnCommand = "B"
pageActivate = "P"
pageValueWrite = "W%2o%v"
pageChunkWrite = "C%2o%2c%v"
crc32CheckCommand = "'k'%2o%2c"
retrieveConfigError = "e"
;communication settings
@ -76,7 +74,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 18 17:52:12 UTC 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Aug 19 02:38:31 UTC 2020
pageSize = 20000
page = 1

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.08.18.prometheus_469.2322162489"
signature = "rusEFI 2020.08.19.prometheus_469.1767043036"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.08.18.prometheus_469.2322162489" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2020.08.19.prometheus_469.1767043036" ; signature is expected to be 7 or more characters.
[Constants]
; new packet serial format with CRC
@ -46,16 +46,14 @@ enable2ndByteCanID = false
endianness = little
nPages = 1
pageIdentifier = "\x00\x00"
pageReadCommand = "R\x00\x00%2o%2c"
burnCommand = "B\x00\x00"
pageActivate = "P\x00\x00"
pageValueWrite = "W\x00\x00%2o%v"
pageChunkWrite = "C\x00\x00%2o%2c%v"
; todo: make this command shorter one day, no need to have all these zeros
crc32CheckCommand = "k\x00\x00\x00\x00\x00\x00"
pageReadCommand = "R%2o%2c"
burnCommand = "B"
pageActivate = "P"
pageValueWrite = "W%2o%v"
pageChunkWrite = "C%2o%2c%v"
crc32CheckCommand = "'k'%2o%2c"
retrieveConfigError = "e"
;communication settings
@ -76,7 +74,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 18 17:52:11 UTC 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Aug 19 02:38:30 UTC 2020
pageSize = 20000
page = 1

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.08.18.proteus_f4.2084502748"
signature = "rusEFI 2020.08.19.proteus_f4.2667933753"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.08.18.proteus_f4.2084502748" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2020.08.19.proteus_f4.2667933753" ; signature is expected to be 7 or more characters.
[Constants]
; new packet serial format with CRC
@ -46,16 +46,14 @@ enable2ndByteCanID = false
endianness = little
nPages = 1
pageIdentifier = "\x00\x00"
pageReadCommand = "R\x00\x00%2o%2c"
burnCommand = "B\x00\x00"
pageActivate = "P\x00\x00"
pageValueWrite = "W\x00\x00%2o%v"
pageChunkWrite = "C\x00\x00%2o%2c%v"
; todo: make this command shorter one day, no need to have all these zeros
crc32CheckCommand = "k\x00\x00\x00\x00\x00\x00"
pageReadCommand = "R%2o%2c"
burnCommand = "B"
pageActivate = "P"
pageValueWrite = "W%2o%v"
pageChunkWrite = "C%2o%2c%v"
crc32CheckCommand = "'k'%2o%2c"
retrieveConfigError = "e"
;communication settings
@ -76,7 +74,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 18 17:52:15 UTC 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Aug 19 02:38:34 UTC 2020
pageSize = 20000
page = 1

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2020.08.18.proteus_f7.2084502748"
signature = "rusEFI 2020.08.19.proteus_f7.2667933753"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2020.08.18.proteus_f7.2084502748" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2020.08.19.proteus_f7.2667933753" ; signature is expected to be 7 or more characters.
[Constants]
; new packet serial format with CRC
@ -46,16 +46,14 @@ enable2ndByteCanID = false
endianness = little
nPages = 1
pageIdentifier = "\x00\x00"
pageReadCommand = "R\x00\x00%2o%2c"
burnCommand = "B\x00\x00"
pageActivate = "P\x00\x00"
pageValueWrite = "W\x00\x00%2o%v"
pageChunkWrite = "C\x00\x00%2o%2c%v"
; todo: make this command shorter one day, no need to have all these zeros
crc32CheckCommand = "k\x00\x00\x00\x00\x00\x00"
pageReadCommand = "R%2o%2c"
burnCommand = "B"
pageActivate = "P"
pageValueWrite = "W%2o%v"
pageChunkWrite = "C%2o%2c%v"
crc32CheckCommand = "'k'%2o%2c"
retrieveConfigError = "e"
;communication settings
@ -76,7 +74,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Aug 18 17:52:14 UTC 2020
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Aug 19 02:38:33 UTC 2020
pageSize = 20000
page = 1