removing least useful engine configurations
This commit is contained in:
parent
f8a3d900dc
commit
a56c8320b7
|
@ -1,15 +0,0 @@
|
|||
/**
|
||||
* @file MiniCooperR50.cpp
|
||||
*
|
||||
* MINI_COOPER_R50 = 13
|
||||
*
|
||||
* @date Apr 9, 2014
|
||||
* @author Andrey Belomutskiy, (c) 2012-2018
|
||||
*/
|
||||
|
||||
#include "MiniCooperR50.h"
|
||||
|
||||
void setMiniCooperR50(engine_configuration_s *engineConfiguration) {
|
||||
engineConfiguration->trigger.type = TT_MINI_COOPER_R50;
|
||||
|
||||
}
|
|
@ -1,16 +0,0 @@
|
|||
/*
|
||||
* @file MiniCooperR50.h
|
||||
*
|
||||
* @date Apr 9, 2014
|
||||
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||
*/
|
||||
|
||||
#ifndef MINICOOPERR50_H_
|
||||
#define MINICOOPERR50_H_
|
||||
|
||||
#include "global.h"
|
||||
#include "engine_configuration.h"
|
||||
|
||||
void setMiniCooperR50(engine_configuration_s *engineConfiguration);
|
||||
|
||||
#endif /* MINICOOPERR50_H_ */
|
|
@ -1,21 +0,0 @@
|
|||
/**
|
||||
* @file acura_rsx.cpp
|
||||
*
|
||||
* set engine_type 27
|
||||
*
|
||||
* @date Jan 16, 2015
|
||||
* @author Andrey Belomutskiy, (c) 2012-2018
|
||||
*/
|
||||
|
||||
#include "acura_rsx.h"
|
||||
|
||||
EXTERN_CONFIG;
|
||||
|
||||
void setAcuraRSX(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
|
||||
|
||||
// http://injectordynamics.com/injectors/id1300-2/
|
||||
engineConfiguration->injector.flow = 1300;
|
||||
|
||||
engineConfiguration->specs.cylindersCount = 4;
|
||||
}
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
/**
|
||||
* @file acura_rsx.h
|
||||
*
|
||||
* @date Jan 16, 2015
|
||||
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||
*/
|
||||
#ifndef CONFIG_ENGINES_ACURA_RSX_H_
|
||||
#define CONFIG_ENGINES_ACURA_RSX_H_
|
||||
|
||||
#include "engine_configuration.h"
|
||||
|
||||
void setAcuraRSX(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
||||
|
||||
#endif /* CONFIG_ENGINES_ACURA_RSX_H_ */
|
|
@ -1,41 +0,0 @@
|
|||
/**
|
||||
* @file audi_aan.cpp
|
||||
* @brief Audo AAN default engine configuration
|
||||
*
|
||||
* @date Nov 24, 2013
|
||||
* @author Andrey Belomutskiy, (c) 2012-2018
|
||||
*
|
||||
* This file is part of rusEfi - see http://rusefi.com
|
||||
*
|
||||
* rusEfi is free software; you can redistribute it and/or modify it under the terms of
|
||||
* the GNU General Public License as published by the Free Software Foundation; either
|
||||
* version 3 of the License, or (at your option) any later version.
|
||||
*
|
||||
* rusEfi is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
||||
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with this program.
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*/
|
||||
|
||||
#include "global.h"
|
||||
|
||||
#if EFI_ENGINE_AUDI_AAN
|
||||
|
||||
#include "engine_controller.h"
|
||||
|
||||
static void configureShaftPositionEmulatorShapeWhat(PwmConfig *state) {
|
||||
/**
|
||||
* One signal per cam shaft revolution
|
||||
*/
|
||||
const int pinStates0[] = { 1, 0 };
|
||||
float switchTimes[] = { 0.8, 1 };
|
||||
|
||||
int *pinStates[2] = { pinStates0 };
|
||||
|
||||
weComplexInit("distributor", state, 0, 2, switchTimes, 1, pinStates);
|
||||
}
|
||||
|
||||
#endif /* EFI_ENGINE_AUDI_AAN */
|
|
@ -1,14 +0,0 @@
|
|||
/**
|
||||
* @file audi_aan.h
|
||||
* @brief Audo AAN default engine configuration
|
||||
*
|
||||
* @date Nov 24, 2013
|
||||
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||
*/
|
||||
|
||||
#ifndef AUDI_AAN_H_
|
||||
#define AUDI_AAN_H_
|
||||
|
||||
#include "global.h"
|
||||
|
||||
#endif /* AUDI_AAN_H_ */
|
|
@ -3,9 +3,6 @@ ENGINES_SRC =
|
|||
|
||||
ENGINES_SRC_CPP = $(PROJECT_DIR)/config/engines/ford_aspire.cpp \
|
||||
$(PROJECT_DIR)/config/engines/custom_engine.cpp \
|
||||
$(PROJECT_DIR)/config/engines/MiniCooperR50.cpp \
|
||||
$(PROJECT_DIR)/config/engines/acura_rsx.cpp \
|
||||
$(PROJECT_DIR)/config/engines/audi_aan.cpp \
|
||||
$(PROJECT_DIR)/config/engines/bmw_e34.cpp \
|
||||
$(PROJECT_DIR)/config/engines/mazda_miata.cpp \
|
||||
$(PROJECT_DIR)/config/engines/mazda_miata_base_maps.cpp \
|
||||
|
@ -20,17 +17,14 @@ ENGINES_SRC_CPP = $(PROJECT_DIR)/config/engines/ford_aspire.cpp \
|
|||
$(PROJECT_DIR)/config/engines/mazda_miata_nb.cpp \
|
||||
$(PROJECT_DIR)/config/engines/honda_accord.cpp \
|
||||
$(PROJECT_DIR)/config/engines/subaru.cpp \
|
||||
$(PROJECT_DIR)/config/engines/snow_blower.cpp \
|
||||
$(PROJECT_DIR)/config/engines/GY6_139QMB.cpp \
|
||||
$(PROJECT_DIR)/config/engines/rover_v8.cpp \
|
||||
$(PROJECT_DIR)/config/engines/mazda_323.cpp \
|
||||
$(PROJECT_DIR)/config/engines/mazda_626.cpp \
|
||||
$(PROJECT_DIR)/config/engines/prometheus.cpp \
|
||||
$(PROJECT_DIR)/config/engines/saturn_ion.cpp \
|
||||
$(PROJECT_DIR)/config/engines/sachs.cpp \
|
||||
$(PROJECT_DIR)/config/engines/test_engine.cpp \
|
||||
$(PROJECT_DIR)/config/engines/mitsubishi.cpp \
|
||||
$(PROJECT_DIR)/config/engines/gm_2_2.cpp \
|
||||
$(PROJECT_DIR)/config/engines/dodge_ram.cpp \
|
||||
$(PROJECT_DIR)/config/engines/vw.cpp \
|
||||
$(PROJECT_DIR)/config/engines/dodge_stratus.cpp \
|
||||
|
|
|
@ -1,21 +0,0 @@
|
|||
/*
|
||||
* @file gm_2_2.cpp
|
||||
*
|
||||
* set engine_type 30
|
||||
*
|
||||
* @date Apr 9, 2015
|
||||
* @author Andrey Belomutskiy, (c) 2012-2018
|
||||
*/
|
||||
|
||||
#include "global.h"
|
||||
#include "gm_2_2.h"
|
||||
|
||||
EXTERN_CONFIG;
|
||||
|
||||
void setGm2_2(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
|
||||
setOperationMode(engineConfiguration, FOUR_STROKE_CAM_SENSOR);
|
||||
engineConfiguration->trigger.type = TT_ONE_PLUS_TOOTHED_WHEEL_60_2;
|
||||
|
||||
boardConfiguration->triggerInputPins[0] = GPIOC_6;
|
||||
boardConfiguration->triggerInputPins[1] = GPIOA_8;
|
||||
}
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* @file gm_2_2.h
|
||||
*
|
||||
* @date Apr 9, 2015
|
||||
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||
*/
|
||||
|
||||
#ifndef CONFIG_ENGINES_GM_2_2_H_
|
||||
#define CONFIG_ENGINES_GM_2_2_H_
|
||||
|
||||
#include "engine_configuration.h"
|
||||
|
||||
void setGm2_2(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
||||
|
||||
#endif /* CONFIG_ENGINES_GM_2_2_H_ */
|
|
@ -1,16 +0,0 @@
|
|||
/**
|
||||
* @file saturn_ion.cpp
|
||||
*
|
||||
* SATURN_ION_2004 = 12
|
||||
*
|
||||
* 7x GM DIS trigger
|
||||
*
|
||||
* @date Mar 28, 2014
|
||||
* @author Andrey Belomutskiy, (c) 2012-2018
|
||||
*/
|
||||
|
||||
#include "saturn_ion.h"
|
||||
|
||||
void setSaturnIonEngineConfiguration(engine_configuration_s *engineConfiguration) {
|
||||
engineConfiguration->trigger.type = TT_GM_7X;
|
||||
}
|
|
@ -1,25 +0,0 @@
|
|||
/**
|
||||
* @file saturn_ion.h
|
||||
*
|
||||
* @date Mar 28, 2014
|
||||
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||
*/
|
||||
|
||||
#ifndef SATURN_ION_H_
|
||||
#define SATURN_ION_H_
|
||||
|
||||
#include "engine_configuration.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
#endif /* __cplusplus */
|
||||
|
||||
void setSaturnIonEngineConfiguration(engine_configuration_s *engineConfiguration);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
#endif /* SATURN_ION_H_ */
|
|
@ -1,9 +0,0 @@
|
|||
/**
|
||||
* @file snow_blower.cpp
|
||||
* @brief Default configuration of a single-cylinder engine
|
||||
*
|
||||
* @date Sep 9, 2013
|
||||
* @author Andrey Belomutskiy, (c) 2012-2018
|
||||
*/
|
||||
|
||||
#include "global.h"
|
Loading…
Reference in New Issue