This commit is contained in:
rusefillc 2022-07-27 02:38:50 -04:00
commit daa24403d1
84 changed files with 216 additions and 157 deletions

View File

@ -24,7 +24,7 @@ jobs:
- name: Build Native Unit Tests as shared library
working-directory: ./unit_tests/
# we have a unit test of JNI thus we need to build shared library
run: make -j4
run: make -j4 SANITIZE=no build/lib_rusefi_test
- name: Build Android
env:

View File

@ -23,6 +23,7 @@ jobs:
hellen72,
hellen81,
hellen88bmw,
hellen88bmw_avr,
hellen-nb1,
hellen-gm-e67,
hellenNA8_96,
@ -82,6 +83,10 @@ jobs:
folder: hellen/hellen88bmw
ini-file: rusefi_hellen88bmw.ini
- build-target: hellen88bmw_avr
folder: hellen/hellen88bmw
ini-file: rusefi_hellen88bmw.ini
- build-target: hellen-nb1
folder: hellen/hellen-nb1
ini-file: rusefi_hellen-nb1.ini

View File

@ -31,8 +31,8 @@ jobs:
- name: Build Native Unit Tests as shared library
working-directory: ./unit_tests/
# we have a unit test of JNI thus we need to build shared library
run: make -j4
# we have a unit test of JNI thus we need to build shared library
run: make -j4 SANITIZE=no build/lib_rusefi_test
- name: Test console
# at the moment 'jar' task does not depend on tests?! maybe because tests take some time?

View File

@ -2490,7 +2490,7 @@
#define ts_show_vbatt true
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define TS_SIGNATURE "rusEFI 2022.07.26.hellen_cypress.2572707955"
#define TS_SIGNATURE "rusEFI 2022.07.27.hellen_cypress.2572707955"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'

View File

@ -231,6 +231,7 @@
#define EFI_INTERNAL_FAST_ADC_GPT &GPTD2
#define ADC_MAX_CHANNELS_COUNT 32
#define SLOW_ADC_CHANNEL_COUNT 32
#define EFI_FASTER_UNIFORM_ADC TRUE
#define ADC_BUF_NUM_AVG 4

View File

@ -17,7 +17,6 @@ DDEFS += -DTS_NO_PRIMARY=1
# Add them all together
DDEFS += -DFIRMWARE_ID=\"hellen88bmw\" $(VAR_DEF_ENGINE_TYPE)
DDEFS += -DEFI_SOFTWARE_KNOCK=TRUE -DSTM32_ADC_USE_ADC3=TRUE
DDEFS += -DSHORT_BOARD_NAME=hellen88bmw

View File

@ -1,4 +1,9 @@
#!/bin/bash
cd ..
export EXTRA_PARAMS="-DDUMMY \
-DEFI_SOFTWARE_KNOCK=TRUE -DSTM32_ADC_USE_ADC3=TRUE \
"
bash ../common_make.sh hellen/hellen88bmw ARCH_STM32F4

View File

@ -0,0 +1,12 @@
#!/bin/bash
cd ..
export EXTRA_PARAMS="-DDUMMY \
-DEFI_SOFTWARE_KNOCK=FALSE \
-DHAL_TRIGGER_USE_ADC=TRUE \
-DSTM32_ADC_USE_ADC3=TRUE \
"
bash ../common_make.sh hellen/hellen88bmw ARCH_STM32F4

View File

@ -2476,7 +2476,7 @@
#define ts_show_vbatt true
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define TS_SIGNATURE "rusEFI 2022.07.26.kin.3340439550"
#define TS_SIGNATURE "rusEFI 2022.07.27.kin.3340439550"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'

View File

@ -2457,7 +2457,7 @@
#define ts_show_vbatt true
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define TS_SIGNATURE "rusEFI 2022.07.26.subaru_eg33_f7.3613777867"
#define TS_SIGNATURE "rusEFI 2022.07.27.subaru_eg33_f7.3613777867"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'

View File

@ -1,2 +1,2 @@
#pragma once
#define VCS_DATE 20220726
#define VCS_DATE 20220727

View File

@ -2490,7 +2490,7 @@
#define ts_show_vbatt true
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define TS_SIGNATURE "rusEFI 2022.07.26.all.3698599545"
#define TS_SIGNATURE "rusEFI 2022.07.27.all.3698599545"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 3411226166
#define TS_SIGNATURE "rusEFI 2022.07.26.48way.3411226166"
#define TS_SIGNATURE "rusEFI 2022.07.27.48way.3411226166"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 3698599545
#define TS_SIGNATURE "rusEFI 2022.07.26.all.3698599545"
#define TS_SIGNATURE "rusEFI 2022.07.27.all.3698599545"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 3999709973
#define TS_SIGNATURE "rusEFI 2022.07.26.alphax-2chan.3999709973"
#define TS_SIGNATURE "rusEFI 2022.07.27.alphax-2chan.3999709973"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 4294494522
#define TS_SIGNATURE "rusEFI 2022.07.26.alphax-4chan.4294494522"
#define TS_SIGNATURE "rusEFI 2022.07.27.alphax-4chan.4294494522"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 3233731422
#define TS_SIGNATURE "rusEFI 2022.07.26.atlas.3233731422"
#define TS_SIGNATURE "rusEFI 2022.07.27.atlas.3233731422"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 714635136
#define TS_SIGNATURE "rusEFI 2022.07.26.core8.714635136"
#define TS_SIGNATURE "rusEFI 2022.07.27.core8.714635136"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 3698599545
#define TS_SIGNATURE "rusEFI 2022.07.26.f407-discovery.3698599545"
#define TS_SIGNATURE "rusEFI 2022.07.27.f407-discovery.3698599545"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 3698599545
#define TS_SIGNATURE "rusEFI 2022.07.26.f429-discovery.3698599545"
#define TS_SIGNATURE "rusEFI 2022.07.27.f429-discovery.3698599545"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 2652428989
#define TS_SIGNATURE "rusEFI 2022.07.26.frankenso_na6.2652428989"
#define TS_SIGNATURE "rusEFI 2022.07.27.frankenso_na6.2652428989"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 2828564742
#define TS_SIGNATURE "rusEFI 2022.07.26.harley81.2828564742"
#define TS_SIGNATURE "rusEFI 2022.07.27.harley81.2828564742"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 4252710684
#define TS_SIGNATURE "rusEFI 2022.07.26.hellen-gm-e67.4252710684"
#define TS_SIGNATURE "rusEFI 2022.07.27.hellen-gm-e67.4252710684"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 100603829
#define TS_SIGNATURE "rusEFI 2022.07.26.hellen-nb1.100603829"
#define TS_SIGNATURE "rusEFI 2022.07.27.hellen-nb1.100603829"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 1420467859
#define TS_SIGNATURE "rusEFI 2022.07.26.hellen121nissan.1420467859"
#define TS_SIGNATURE "rusEFI 2022.07.27.hellen121nissan.1420467859"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 2891310339
#define TS_SIGNATURE "rusEFI 2022.07.26.hellen121vag.2891310339"
#define TS_SIGNATURE "rusEFI 2022.07.27.hellen121vag.2891310339"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 345361816
#define TS_SIGNATURE "rusEFI 2022.07.26.hellen128.345361816"
#define TS_SIGNATURE "rusEFI 2022.07.27.hellen128.345361816"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 1144739069
#define TS_SIGNATURE "rusEFI 2022.07.26.hellen154hyundai.1144739069"
#define TS_SIGNATURE "rusEFI 2022.07.27.hellen154hyundai.1144739069"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 776671101
#define TS_SIGNATURE "rusEFI 2022.07.26.hellen72.776671101"
#define TS_SIGNATURE "rusEFI 2022.07.27.hellen72.776671101"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 4274126451
#define TS_SIGNATURE "rusEFI 2022.07.26.hellen81.4274126451"
#define TS_SIGNATURE "rusEFI 2022.07.27.hellen81.4274126451"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 2816990124
#define TS_SIGNATURE "rusEFI 2022.07.26.hellen88bmw.2816990124"
#define TS_SIGNATURE "rusEFI 2022.07.27.hellen88bmw.2816990124"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 1593825049
#define TS_SIGNATURE "rusEFI 2022.07.26.hellenNA6.1593825049"
#define TS_SIGNATURE "rusEFI 2022.07.27.hellenNA6.1593825049"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 3738041417
#define TS_SIGNATURE "rusEFI 2022.07.26.hellenNA8_96.3738041417"
#define TS_SIGNATURE "rusEFI 2022.07.27.hellenNA8_96.3738041417"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 2572707955
#define TS_SIGNATURE "rusEFI 2022.07.26.hellen_cypress.2572707955"
#define TS_SIGNATURE "rusEFI 2022.07.27.hellen_cypress.2572707955"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 3340439550
#define TS_SIGNATURE "rusEFI 2022.07.26.kin.3340439550"
#define TS_SIGNATURE "rusEFI 2022.07.27.kin.3340439550"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 329427599
#define TS_SIGNATURE "rusEFI 2022.07.26.mre_f4.329427599"
#define TS_SIGNATURE "rusEFI 2022.07.27.mre_f4.329427599"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 329427599
#define TS_SIGNATURE "rusEFI 2022.07.26.mre_f7.329427599"
#define TS_SIGNATURE "rusEFI 2022.07.27.mre_f7.329427599"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 2359230367
#define TS_SIGNATURE "rusEFI 2022.07.26.prometheus_405.2359230367"
#define TS_SIGNATURE "rusEFI 2022.07.27.prometheus_405.2359230367"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 2359230367
#define TS_SIGNATURE "rusEFI 2022.07.26.prometheus_469.2359230367"
#define TS_SIGNATURE "rusEFI 2022.07.27.prometheus_469.2359230367"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 2042224911
#define TS_SIGNATURE "rusEFI 2022.07.26.proteus_f4.2042224911"
#define TS_SIGNATURE "rusEFI 2022.07.27.proteus_f4.2042224911"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 2042224911
#define TS_SIGNATURE "rusEFI 2022.07.26.proteus_f7.2042224911"
#define TS_SIGNATURE "rusEFI 2022.07.27.proteus_f7.2042224911"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 2042224911
#define TS_SIGNATURE "rusEFI 2022.07.26.proteus_h7.2042224911"
#define TS_SIGNATURE "rusEFI 2022.07.27.proteus_h7.2042224911"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 3613777867
#define TS_SIGNATURE "rusEFI 2022.07.26.subaru_eg33_f7.3613777867"
#define TS_SIGNATURE "rusEFI 2022.07.27.subaru_eg33_f7.3613777867"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 1987897389
#define TS_SIGNATURE "rusEFI 2022.07.26.tdg-pdm8.1987897389"
#define TS_SIGNATURE "rusEFI 2022.07.27.tdg-pdm8.1987897389"

View File

@ -13,6 +13,14 @@
#define ADC_MAX_CHANNELS_COUNT 16
#endif /* ADC_MAX_CHANNELS_COUNT */
#ifndef SLOW_ADC_CHANNEL_COUNT
#ifdef ADC_MUX_PIN
#define SLOW_ADC_CHANNEL_COUNT 32
#else // not ADC_MUX_PIN
#define SLOW_ADC_CHANNEL_COUNT 16
#endif // def ADC_MUX_PIN
#endif // SLOW_ADC_CHANNEL_COUNT
// this structure contains one multi-channel ADC state snapshot
typedef struct {
volatile adcsample_t adc_data[ADC_MAX_CHANNELS_COUNT];

View File

@ -35,7 +35,7 @@
#define ADC_BUF_DEPTH_FAST 4
#endif
static NO_CACHE adcsample_t slowAdcSamples[ADC_MAX_CHANNELS_COUNT];
static NO_CACHE adcsample_t slowAdcSamples[SLOW_ADC_CHANNEL_COUNT];
static NO_CACHE adcsample_t fastAdcSampleBuf[ADC_BUF_DEPTH_FAST * ADC_MAX_CHANNELS_COUNT];
static adc_channel_mode_e adcHwChannelEnabled[HW_MAX_ADC_INDEX];

View File

@ -13,10 +13,18 @@
/* Depth of the conversion buffer, channels are sampled X times each.*/
#define SLOW_ADC_OVERSAMPLE 8
#ifdef ADC_MUX_PIN
static OutputPin muxControl;
#endif // ADC_MUX_PIN
void portInitAdc() {
// Init slow ADC
adcStart(&ADCD1, NULL);
#ifdef ADC_MUX_PIN
muxControl.initPin("ADC Mux", ADC_MUX_PIN);
#endif //ADC_MUX_PIN
#if EFI_USE_FAST_ADC
// Init fast ADC (MAP sensor)
adcStart(&ADCD2, NULL);
@ -108,14 +116,14 @@ float getMcuTemperature() {
#define ADC_SAMPLING_SLOW ADC_SAMPLE_56
#define ADC_SAMPLING_FAST ADC_SAMPLE_28
// Slow ADC has 16 channels we can sample
constexpr size_t slowChannelCount = 16;
// Slow ADC has 16 channels we can sample, or 32 if ADC mux mode is enabled.
constexpr size_t adcChannelCount = 16;
// Conversion group for slow channels
// This simply samples every channel in sequence
static constexpr ADCConversionGroup convGroupSlow = {
.circular = FALSE,
.num_channels = slowChannelCount,
.num_channels = adcChannelCount,
.end_cb = nullptr,
.error_cb = nullptr,
/* HW dependent part.*/
@ -148,9 +156,9 @@ static constexpr ADCConversionGroup convGroupSlow = {
.sqr3 = ADC_SQR3_SQ1_N(0) | ADC_SQR3_SQ2_N(1) | ADC_SQR3_SQ3_N(2) | ADC_SQR3_SQ4_N(3) | ADC_SQR3_SQ5_N(4) | ADC_SQR3_SQ6_N(5), // Conversion group sequence 1...6
};
static NO_CACHE adcsample_t slowSampleBuffer[SLOW_ADC_OVERSAMPLE * slowChannelCount];
static NO_CACHE adcsample_t slowSampleBuffer[SLOW_ADC_OVERSAMPLE * adcChannelCount];
bool readSlowAnalogInputs(adcsample_t* convertedSamples) {
bool readBatch(adcsample_t* convertedSamples, size_t start) {
msg_t result = adcConvert(&ADCD1, &convGroupSlow, slowSampleBuffer, SLOW_ADC_OVERSAMPLE);
// If something went wrong - try again later
@ -159,21 +167,36 @@ bool readSlowAnalogInputs(adcsample_t* convertedSamples) {
}
// Average samples to get some noise filtering and oversampling
for (size_t i = 0; i < slowChannelCount; i++) {
for (size_t i = 0; i < adcChannelCount; i++) {
uint32_t sum = 0;
size_t index = i;
for (size_t j = 0; j < SLOW_ADC_OVERSAMPLE; j++) {
sum += slowSampleBuffer[index];
index += slowChannelCount;
index += adcChannelCount;
}
adcsample_t value = static_cast<adcsample_t>(sum / SLOW_ADC_OVERSAMPLE);
convertedSamples[i] = value;
convertedSamples[start + i] = value;
}
return true;
}
bool readSlowAnalogInputs(adcsample_t* convertedSamples) {
bool result = true;
result &= readBatch(convertedSamples, 0);
#ifdef ADC_MUX_PIN
muxControl.setValue(1);
// read the second batch, starting where we left off
result &= readBatch(convertedSamples, adcChannelCount);
muxControl.setValue(0);
#endif
return result;
}
#if EFI_USE_FAST_ADC
#include "AdcConfiguration.h"

View File

@ -10,6 +10,10 @@
#include "mpu_util.h"
#include "map_averaging.h"
#ifdef ADC_MUX_PIN
#error "ADC mux not yet supported on STM32H7"
#endif
#ifndef H7_ADC_SPEED
#define H7_ADC_SPEED (10000)
#endif

View File

@ -1,12 +1,12 @@
// This file was generated by Version2Header
// Mon Jul 25 00:24:29 UTC 2022
// Wed Jul 27 00:25:27 UTC 2022
#ifndef GIT_HASH
#define GIT_HASH "17261ab981d67348600bb359b0e3bd5cec13383e"
#define GIT_HASH "026a28d651f4a76c70eff8ae2532510efa3f5b37"
#endif
#ifndef VCS_VERSION
#define VCS_VERSION "42745"
#define VCS_VERSION "42929"
#endif

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.26.all.3698599545"
signature = "rusEFI 2022.07.27.all.3698599545"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.26.all.3698599545" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.07.27.all.3698599545" ; 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
useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jul 26 08:24:12 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 27 06:32:53 UTC 2022
pageSize = 21300
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.26.48way.3411226166"
signature = "rusEFI 2022.07.27.48way.3411226166"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.26.48way.3411226166" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.07.27.48way.3411226166" ; 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
useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jul 26 08:23:53 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 27 06:32:35 UTC 2022
pageSize = 21300
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.26.alphax-2chan.3999709973"
signature = "rusEFI 2022.07.27.alphax-2chan.3999709973"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.26.alphax-2chan.3999709973" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.07.27.alphax-2chan.3999709973" ; 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
useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jul 26 08:23:22 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 27 06:32:08 UTC 2022
pageSize = 21300
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.26.alphax-4chan.4294494522"
signature = "rusEFI 2022.07.27.alphax-4chan.4294494522"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.26.alphax-4chan.4294494522" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.07.27.alphax-4chan.4294494522" ; 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
useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jul 26 08:23:24 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 27 06:32:10 UTC 2022
pageSize = 21300
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.26.atlas.3233731422"
signature = "rusEFI 2022.07.27.atlas.3233731422"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.26.atlas.3233731422" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.07.27.atlas.3233731422" ; 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
useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jul 26 08:24:09 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 27 06:32:50 UTC 2022
pageSize = 21300
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.26.core8.714635136"
signature = "rusEFI 2022.07.27.core8.714635136"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.26.core8.714635136" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.07.27.core8.714635136" ; 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
useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jul 26 08:23:51 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 27 06:32:34 UTC 2022
pageSize = 21300
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.26.f407-discovery.3698599545"
signature = "rusEFI 2022.07.27.f407-discovery.3698599545"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.26.f407-discovery.3698599545" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.07.27.f407-discovery.3698599545" ; 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
useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jul 26 08:24:05 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 27 06:32:47 UTC 2022
pageSize = 21300
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.26.f429-discovery.3698599545"
signature = "rusEFI 2022.07.27.f429-discovery.3698599545"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.26.f429-discovery.3698599545" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.07.27.f429-discovery.3698599545" ; 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
useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jul 26 08:24:07 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 27 06:32:48 UTC 2022
pageSize = 21300
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.26.frankenso_na6.2652428989"
signature = "rusEFI 2022.07.27.frankenso_na6.2652428989"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.26.frankenso_na6.2652428989" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.07.27.frankenso_na6.2652428989" ; 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
useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jul 26 08:23:54 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 27 06:32:37 UTC 2022
pageSize = 21300
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.26.harley81.2828564742"
signature = "rusEFI 2022.07.27.harley81.2828564742"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.26.harley81.2828564742" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.07.27.harley81.2828564742" ; 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
useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jul 26 08:23:26 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 27 06:32:11 UTC 2022
pageSize = 21300
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.26.hellen-gm-e67.4252710684"
signature = "rusEFI 2022.07.27.hellen-gm-e67.4252710684"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.26.hellen-gm-e67.4252710684" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.07.27.hellen-gm-e67.4252710684" ; 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
useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jul 26 08:23:42 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 27 06:32:26 UTC 2022
pageSize = 21300
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.26.hellen-nb1.100603829"
signature = "rusEFI 2022.07.27.hellen-nb1.100603829"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.26.hellen-nb1.100603829" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.07.27.hellen-nb1.100603829" ; 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
useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jul 26 08:23:40 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 27 06:32:24 UTC 2022
pageSize = 21300
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.26.hellen121nissan.1420467859"
signature = "rusEFI 2022.07.27.hellen121nissan.1420467859"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.26.hellen121nissan.1420467859" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.07.27.hellen121nissan.1420467859" ; 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
useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jul 26 08:23:31 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 27 06:32:16 UTC 2022
pageSize = 21300
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.26.hellen121vag.2891310339"
signature = "rusEFI 2022.07.27.hellen121vag.2891310339"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.26.hellen121vag.2891310339" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.07.27.hellen121vag.2891310339" ; 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
useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jul 26 08:23:30 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 27 06:32:14 UTC 2022
pageSize = 21300
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.26.hellen128.345361816"
signature = "rusEFI 2022.07.27.hellen128.345361816"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.26.hellen128.345361816" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.07.27.hellen128.345361816" ; 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
useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jul 26 08:23:28 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 27 06:32:13 UTC 2022
pageSize = 21300
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.26.hellen154hyundai.1144739069"
signature = "rusEFI 2022.07.27.hellen154hyundai.1144739069"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.26.hellen154hyundai.1144739069" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.07.27.hellen154hyundai.1144739069" ; 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
useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jul 26 08:23:33 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 27 06:32:18 UTC 2022
pageSize = 21300
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.26.hellen72.776671101"
signature = "rusEFI 2022.07.27.hellen72.776671101"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.26.hellen72.776671101" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.07.27.hellen72.776671101" ; 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
useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jul 26 08:23:37 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 27 06:32:21 UTC 2022
pageSize = 21300
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.26.hellen81.4274126451"
signature = "rusEFI 2022.07.27.hellen81.4274126451"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.26.hellen81.4274126451" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.07.27.hellen81.4274126451" ; 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
useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jul 26 08:23:39 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 27 06:32:23 UTC 2022
pageSize = 21300
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.26.hellen88bmw.2816990124"
signature = "rusEFI 2022.07.27.hellen88bmw.2816990124"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.26.hellen88bmw.2816990124" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.07.27.hellen88bmw.2816990124" ; 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
useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jul 26 08:23:35 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 27 06:32:19 UTC 2022
pageSize = 21300
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.26.hellenNA6.1593825049"
signature = "rusEFI 2022.07.27.hellenNA6.1593825049"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.26.hellenNA6.1593825049" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.07.27.hellenNA6.1593825049" ; 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
useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jul 26 08:23:44 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 27 06:32:27 UTC 2022
pageSize = 21300
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.26.hellenNA8_96.3738041417"
signature = "rusEFI 2022.07.27.hellenNA8_96.3738041417"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.26.hellenNA8_96.3738041417" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.07.27.hellenNA8_96.3738041417" ; 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
useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jul 26 08:23:46 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 27 06:32:29 UTC 2022
pageSize = 21300
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.26.hellen_cypress.2572707955"
signature = "rusEFI 2022.07.27.hellen_cypress.2572707955"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.26.hellen_cypress.2572707955" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.07.27.hellen_cypress.2572707955" ; 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
useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Tue Jul 26 08:24:15 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Wed Jul 27 06:32:56 UTC 2022
pageSize = 21300
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.26.kin.3340439550"
signature = "rusEFI 2022.07.27.kin.3340439550"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.26.kin.3340439550" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.07.27.kin.3340439550" ; 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
useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Tue Jul 26 08:24:14 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Wed Jul 27 06:32:55 UTC 2022
pageSize = 21272
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.26.mre_f4.329427599"
signature = "rusEFI 2022.07.27.mre_f4.329427599"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.26.mre_f4.329427599" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.07.27.mre_f4.329427599" ; 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
useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jul 26 08:23:49 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 27 06:32:32 UTC 2022
pageSize = 21300
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.26.mre_f7.329427599"
signature = "rusEFI 2022.07.27.mre_f7.329427599"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.26.mre_f7.329427599" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.07.27.mre_f7.329427599" ; 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
useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jul 26 08:23:47 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 27 06:32:31 UTC 2022
pageSize = 21300
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.26.prometheus_405.2359230367"
signature = "rusEFI 2022.07.27.prometheus_405.2359230367"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.26.prometheus_405.2359230367" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.07.27.prometheus_405.2359230367" ; 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
useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jul 26 08:23:58 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 27 06:32:40 UTC 2022
pageSize = 21300
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.26.prometheus_469.2359230367"
signature = "rusEFI 2022.07.27.prometheus_469.2359230367"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.26.prometheus_469.2359230367" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.07.27.prometheus_469.2359230367" ; 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
useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jul 26 08:23:56 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 27 06:32:39 UTC 2022
pageSize = 21300
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.26.proteus_f4.2042224911"
signature = "rusEFI 2022.07.27.proteus_f4.2042224911"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.26.proteus_f4.2042224911" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.07.27.proteus_f4.2042224911" ; 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
useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jul 26 08:24:02 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 27 06:32:43 UTC 2022
pageSize = 21300
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.26.proteus_f7.2042224911"
signature = "rusEFI 2022.07.27.proteus_f7.2042224911"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.26.proteus_f7.2042224911" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.07.27.proteus_f7.2042224911" ; 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
useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jul 26 08:24:00 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 27 06:32:42 UTC 2022
pageSize = 21300
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.26.proteus_h7.2042224911"
signature = "rusEFI 2022.07.27.proteus_h7.2042224911"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.26.proteus_h7.2042224911" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.07.27.proteus_h7.2042224911" ; 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
useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jul 26 08:24:03 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 27 06:32:45 UTC 2022
pageSize = 21300
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.26.subaru_eg33_f7.3613777867"
signature = "rusEFI 2022.07.27.subaru_eg33_f7.3613777867"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.26.subaru_eg33_f7.3613777867" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.07.27.subaru_eg33_f7.3613777867" ; 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
useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Tue Jul 26 08:24:17 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Wed Jul 27 06:32:57 UTC 2022
pageSize = 21300
page = 1

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.26.tdg-pdm8.1987897389"
signature = "rusEFI 2022.07.27.tdg-pdm8.1987897389"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.26.tdg-pdm8.1987897389" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.07.27.tdg-pdm8.1987897389" ; 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
useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jul 26 08:24:10 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 27 06:32:51 UTC 2022
pageSize = 21300
page = 1

View File

@ -1,6 +1,6 @@
package com.rusefi.config.generated;
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Jul 26 08:24:19 UTC 2022
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jul 27 06:32:59 UTC 2022
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -2372,7 +2372,7 @@ public class Fields {
public static final int TS_RESPONSE_UNDERRUN = 0x80;
public static final int TS_RESPONSE_UNRECOGNIZED_COMMAND = 0x83;
public static final char TS_SET_LOGGER_SWITCH = 'l';
public static final String TS_SIGNATURE = "rusEFI 2022.07.26.all.3698599545";
public static final String TS_SIGNATURE = "rusEFI 2022.07.27.all.3698599545";
public static final char TS_SINGLE_WRITE_COMMAND = 'W';
public static final char TS_TEST_COMMAND = 't';
public static final int TS_TOTAL_OUTPUT_SIZE = 1032;

View File

@ -89,7 +89,7 @@ VPATH = $(SRCPATHS)
# Makefile rules
#
all: $(OBJS) $(BINARY_OUTPUT) $(SHARED_OUTPUT) MAKE_ALL_RULE_HOOK
all: $(OBJS) $(BINARY_OUTPUT) MAKE_ALL_RULE_HOOK
MAKE_ALL_RULE_HOOK:

View File

@ -14,11 +14,13 @@ PCHSUB = unit_tests
include $(PROJECT_DIR)/rusefi_rules.mk
ifneq ($(OS),Windows_NT)
# at the moment lib asan breaks JNI library
SANITIZE = no
else
SANITIZE = no
# User may want to pass in a forced value for SANITIZE
ifeq ($(SANITIZE),)
ifneq ($(OS),Windows_NT)
SANITIZE = yes
else
SANITIZE = no
endif
endif
IS_MAC = no