hellen64 scripts and pinout #2565
This commit is contained in:
parent
ca37f4909f
commit
5aca0dec1a
|
@ -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 Thu Apr 15 05:22:15 UTC 2021
|
||||
// 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 Sun Apr 18 10:16:41 EDT 2021
|
||||
// see also gen_config_and_enums.bat
|
||||
|
||||
|
||||
|
@ -875,6 +875,8 @@ case GY6_139QMB:
|
|||
return "GY6_139QMB";
|
||||
case HELLEN72_ETB:
|
||||
return "HELLEN72_ETB";
|
||||
case HELLEN_NA6:
|
||||
return "HELLEN_NA6";
|
||||
case HELLEN_NB2:
|
||||
return "HELLEN_NB2";
|
||||
case HONDA_600:
|
||||
|
@ -981,8 +983,6 @@ case TOYOTA_2JZ_GTE_VVTi:
|
|||
return "TOYOTA_2JZ_GTE_VVTi";
|
||||
case TOYOTA_JZS147:
|
||||
return "TOYOTA_JZS147";
|
||||
case UNUSED_34:
|
||||
return "UNUSED_34";
|
||||
case UNUSED_36:
|
||||
return "UNUSED_36";
|
||||
case VAG_18_TURBO:
|
||||
|
|
|
@ -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 Thu Apr 15 05:22:15 UTC 2021
|
||||
// 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 Sun Apr 18 10:16:41 EDT 2021
|
||||
// see also gen_config_and_enums.bat
|
||||
|
||||
|
||||
|
@ -671,6 +671,8 @@ case GY6_139QMB:
|
|||
return "GY6_139QMB";
|
||||
case HELLEN72_ETB:
|
||||
return "HELLEN72_ETB";
|
||||
case HELLEN_NA6:
|
||||
return "HELLEN_NA6";
|
||||
case HELLEN_NB2:
|
||||
return "HELLEN_NB2";
|
||||
case HONDA_600:
|
||||
|
@ -777,8 +779,6 @@ case TOYOTA_2JZ_GTE_VVTi:
|
|||
return "TOYOTA_2JZ_GTE_VVTi";
|
||||
case TOYOTA_JZS147:
|
||||
return "TOYOTA_JZS147";
|
||||
case UNUSED_34:
|
||||
return "UNUSED_34";
|
||||
case UNUSED_36:
|
||||
return "UNUSED_36";
|
||||
case VAG_18_TURBO:
|
||||
|
|
|
@ -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 Thu Apr 15 05:22:16 UTC 2021
|
||||
// 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 Sun Apr 18 10:16:42 EDT 2021
|
||||
// see also gen_config_and_enums.bat
|
||||
|
||||
|
||||
|
@ -871,6 +871,8 @@ case GY6_139QMB:
|
|||
return "GY6_139QMB";
|
||||
case HELLEN72_ETB:
|
||||
return "HELLEN72_ETB";
|
||||
case HELLEN_NA6:
|
||||
return "HELLEN_NA6";
|
||||
case HELLEN_NB2:
|
||||
return "HELLEN_NB2";
|
||||
case HONDA_600:
|
||||
|
@ -977,8 +979,6 @@ case TOYOTA_2JZ_GTE_VVTi:
|
|||
return "TOYOTA_2JZ_GTE_VVTi";
|
||||
case TOYOTA_JZS147:
|
||||
return "TOYOTA_JZS147";
|
||||
case UNUSED_34:
|
||||
return "UNUSED_34";
|
||||
case UNUSED_36:
|
||||
return "UNUSED_36";
|
||||
case VAG_18_TURBO:
|
||||
|
|
|
@ -470,3 +470,6 @@ void setMiata94_MAP_MRE(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
|
|||
|
||||
}
|
||||
|
||||
void setHellenNA6(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
|
||||
|
||||
}
|
||||
|
|
|
@ -26,3 +26,9 @@ void setMiataNA6_MAP_MRE(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
|||
* set engine_type 20
|
||||
*/
|
||||
void setMiata94_MAP_MRE(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
||||
|
||||
|
||||
/**
|
||||
* set engine_type 34
|
||||
*/
|
||||
void setHellenNA6(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
||||
|
|
|
@ -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 Thu Apr 15 05:22:14 UTC 2021
|
||||
// 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 Sun Apr 18 10:16:41 EDT 2021
|
||||
// see also gen_config_and_enums.bat
|
||||
|
||||
|
||||
|
@ -847,6 +847,8 @@ case GY6_139QMB:
|
|||
return "GY6_139QMB";
|
||||
case HELLEN72_ETB:
|
||||
return "HELLEN72_ETB";
|
||||
case HELLEN_NA6:
|
||||
return "HELLEN_NA6";
|
||||
case HELLEN_NB2:
|
||||
return "HELLEN_NB2";
|
||||
case HONDA_600:
|
||||
|
@ -953,8 +955,6 @@ case TOYOTA_2JZ_GTE_VVTi:
|
|||
return "TOYOTA_2JZ_GTE_VVTi";
|
||||
case TOYOTA_JZS147:
|
||||
return "TOYOTA_JZS147";
|
||||
case UNUSED_34:
|
||||
return "UNUSED_34";
|
||||
case UNUSED_36:
|
||||
return "UNUSED_36";
|
||||
case VAG_18_TURBO:
|
||||
|
|
|
@ -1330,6 +1330,9 @@ void resetConfigurationExt(Logging * logger, configuration_callback_t boardCallb
|
|||
case HELLEN72_ETB:
|
||||
setHellen72etb(PASS_CONFIG_PARAMETER_SIGNATURE);
|
||||
break;
|
||||
case HELLEN_NA6:
|
||||
setHellenNA6(PASS_CONFIG_PARAMETER_SIGNATURE);
|
||||
break;
|
||||
#endif // HW_HELLEN
|
||||
#if HW_FRANKENSO
|
||||
case DEFAULT_FRANKENSO:
|
||||
|
|
|
@ -108,7 +108,7 @@ typedef enum {
|
|||
|
||||
HELLEN72_ETB = 33,
|
||||
|
||||
UNUSED_34 = 34,
|
||||
HELLEN_NA6 = 34,
|
||||
|
||||
CAMARO_4 = ET_CAMARO,
|
||||
|
||||
|
|
Loading…
Reference in New Issue