v12
This commit is contained in:
parent
6c012ba0e4
commit
f249a12163
|
@ -0,0 +1,17 @@
|
|||
|
||||
cd ../../..
|
||||
|
||||
set LDSCRIPT = config/boards/NUCLEO_F767/STM32F76xxI.ld
|
||||
|
||||
set PROJECT_BOARD=microrusefi
|
||||
set PROJECT_CPU=ARCH_STM32F7
|
||||
set EXTRA_PARAMS=-DDUMMY ^
|
||||
-DEFI_COMMUNICATION_PIN=GPIOB_7 ^
|
||||
-DEFI_FATAL_ERROR_PIN=GPIOB_14 ^
|
||||
-DDEFAULT_ENGINE_TYPE=BMW_M73_F
|
||||
|
||||
rem -DDEFAULT_ENGINE_TYPE=MRE_BOARD_TEST
|
||||
|
||||
call config/boards/common_make.bat
|
||||
|
||||
call config/boards/clean_env_variables.bat
|
|
@ -52,8 +52,10 @@
|
|||
* ECU pic 6: OUT BLK coil signal, low-side
|
||||
* ECU pic 9: OUT BLK coil signal, low-side
|
||||
*
|
||||
* Frankenso
|
||||
* set engine_type 40
|
||||
*
|
||||
* Manhattan
|
||||
* set engine_type 24
|
||||
*
|
||||
* @date Nov 1, 2019
|
||||
* @author Andrey Belomutskiy, (c) 2012-2019
|
||||
|
@ -119,6 +121,7 @@ void setEngineBMW_M73_Frankenso(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
|
|||
boardConfiguration->injectionPins[11] = GPIOD_7;
|
||||
}
|
||||
|
||||
// BMW_M73_M
|
||||
void setEngineBMW_M73_Manhattan(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
|
||||
m73engine(PASS_CONFIG_PARAMETER_SIGNATURE);
|
||||
|
||||
|
|
Loading…
Reference in New Issue