Auto-generated configs and docs
This commit is contained in:
parent
eac2b179c7
commit
7b4c02eb6c
|
@ -1,7 +1,7 @@
|
|||
#include "global.h"
|
||||
#include "rusefi_enums.h"
|
||||
#include "rusefi_hw_enums.h"
|
||||
// was generated automatically by rusEfi tool from rusefi_hw_enums.h // was generated automatically by rusEfi tool from rusefi_enums.h // by enum2string.jar tool on Sat Oct 03 14:41:42 UTC 2020
|
||||
// was generated automatically by rusEfi tool from rusefi_hw_enums.h // was generated automatically by rusEfi tool from rusefi_enums.h // by enum2string.jar tool on Thu Oct 15 02:41:44 UTC 2020
|
||||
// see also gen_config_and_enums.bat
|
||||
|
||||
|
||||
|
@ -70,12 +70,12 @@ case EFI_ADC_8:
|
|||
return "EFI_ADC_8";
|
||||
case EFI_ADC_9:
|
||||
return "EFI_ADC_9";
|
||||
case EFI_ADC_TEMP_SENSOR:
|
||||
return "EFI_ADC_TEMP_SENSOR";
|
||||
case EFI_ADC_ERROR:
|
||||
return "EFI_ADC_ERROR";
|
||||
case EFI_ADC_NONE:
|
||||
return "EFI_ADC_NONE";
|
||||
case EFI_ADC_TEMP_SENSOR:
|
||||
return "EFI_ADC_TEMP_SENSOR";
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_BOARD frankenso_na6
|
||||
#define SIGNATURE_DATE 2020.10.11
|
||||
#define SIGNATURE_HASH 618859188
|
||||
#define TS_SIGNATURE "rusEFI 2020.10.11.frankenso_na6.618859188"
|
||||
#define SIGNATURE_DATE 2020.10.15
|
||||
#define SIGNATURE_HASH 912264321
|
||||
#define TS_SIGNATURE "rusEFI 2020.10.15.frankenso_na6.912264321"
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_BOARD mre_f4
|
||||
#define SIGNATURE_DATE 2020.10.11
|
||||
#define SIGNATURE_HASH 1948488472
|
||||
#define TS_SIGNATURE "rusEFI 2020.10.11.mre_f4.1948488472"
|
||||
#define SIGNATURE_DATE 2020.10.15
|
||||
#define SIGNATURE_HASH 2596085838
|
||||
#define TS_SIGNATURE "rusEFI 2020.10.15.mre_f4.2596085838"
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_BOARD mre_f7
|
||||
#define SIGNATURE_DATE 2020.10.11
|
||||
#define SIGNATURE_HASH 1948488472
|
||||
#define TS_SIGNATURE "rusEFI 2020.10.11.mre_f7.1948488472"
|
||||
#define SIGNATURE_DATE 2020.10.15
|
||||
#define SIGNATURE_HASH 2596085838
|
||||
#define TS_SIGNATURE "rusEFI 2020.10.15.mre_f7.2596085838"
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_BOARD prometheus_405
|
||||
#define SIGNATURE_DATE 2020.10.11
|
||||
#define SIGNATURE_HASH 911705596
|
||||
#define TS_SIGNATURE "rusEFI 2020.10.11.prometheus_405.911705596"
|
||||
#define SIGNATURE_DATE 2020.10.15
|
||||
#define SIGNATURE_HASH 1925279141
|
||||
#define TS_SIGNATURE "rusEFI 2020.10.15.prometheus_405.1925279141"
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_BOARD prometheus_469
|
||||
#define SIGNATURE_DATE 2020.10.11
|
||||
#define SIGNATURE_HASH 911705596
|
||||
#define TS_SIGNATURE "rusEFI 2020.10.11.prometheus_469.911705596"
|
||||
#define SIGNATURE_DATE 2020.10.15
|
||||
#define SIGNATURE_HASH 1925279141
|
||||
#define TS_SIGNATURE "rusEFI 2020.10.15.prometheus_469.1925279141"
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_BOARD proteus_f4
|
||||
#define SIGNATURE_DATE 2020.10.11
|
||||
#define SIGNATURE_HASH 990766549
|
||||
#define TS_SIGNATURE "rusEFI 2020.10.11.proteus_f4.990766549"
|
||||
#define SIGNATURE_DATE 2020.10.15
|
||||
#define SIGNATURE_HASH 1345656303
|
||||
#define TS_SIGNATURE "rusEFI 2020.10.15.proteus_f4.1345656303"
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_BOARD proteus_f7
|
||||
#define SIGNATURE_DATE 2020.10.11
|
||||
#define SIGNATURE_HASH 990766549
|
||||
#define TS_SIGNATURE "rusEFI 2020.10.11.proteus_f7.990766549"
|
||||
#define SIGNATURE_DATE 2020.10.15
|
||||
#define SIGNATURE_HASH 1345656303
|
||||
#define TS_SIGNATURE "rusEFI 2020.10.15.proteus_f7.1345656303"
|
||||
|
|
Loading…
Reference in New Issue