Hellen88bmw (#4378)
* progress * progress * progress Co-authored-by: rusefillc <sdfsdfqsf2334234234>
This commit is contained in:
parent
87df9d1718
commit
5d306bb851
|
@ -23,6 +23,7 @@ jobs:
|
||||||
hellen72,
|
hellen72,
|
||||||
hellen81,
|
hellen81,
|
||||||
hellen88bmw,
|
hellen88bmw,
|
||||||
|
hellen88bmw_avr,
|
||||||
hellen-nb1,
|
hellen-nb1,
|
||||||
hellen-gm-e67,
|
hellen-gm-e67,
|
||||||
hellenNA8_96,
|
hellenNA8_96,
|
||||||
|
@ -82,6 +83,10 @@ jobs:
|
||||||
folder: hellen/hellen88bmw
|
folder: hellen/hellen88bmw
|
||||||
ini-file: rusefi_hellen88bmw.ini
|
ini-file: rusefi_hellen88bmw.ini
|
||||||
|
|
||||||
|
- build-target: hellen88bmw_avr
|
||||||
|
folder: hellen/hellen88bmw
|
||||||
|
ini-file: rusefi_hellen88bmw.ini
|
||||||
|
|
||||||
- build-target: hellen-nb1
|
- build-target: hellen-nb1
|
||||||
folder: hellen/hellen-nb1
|
folder: hellen/hellen-nb1
|
||||||
ini-file: rusefi_hellen-nb1.ini
|
ini-file: rusefi_hellen-nb1.ini
|
||||||
|
|
|
@ -17,7 +17,6 @@ DDEFS += -DTS_NO_PRIMARY=1
|
||||||
|
|
||||||
# Add them all together
|
# Add them all together
|
||||||
DDEFS += -DFIRMWARE_ID=\"hellen88bmw\" $(VAR_DEF_ENGINE_TYPE)
|
DDEFS += -DFIRMWARE_ID=\"hellen88bmw\" $(VAR_DEF_ENGINE_TYPE)
|
||||||
DDEFS += -DEFI_SOFTWARE_KNOCK=TRUE -DSTM32_ADC_USE_ADC3=TRUE
|
|
||||||
|
|
||||||
DDEFS += -DSHORT_BOARD_NAME=hellen88bmw
|
DDEFS += -DSHORT_BOARD_NAME=hellen88bmw
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,9 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
export EXTRA_PARAMS="-DDUMMY \
|
||||||
|
-DEFI_SOFTWARE_KNOCK=TRUE -DSTM32_ADC_USE_ADC3=TRUE \
|
||||||
|
"
|
||||||
|
|
||||||
bash ../common_make.sh hellen/hellen88bmw ARCH_STM32F4
|
bash ../common_make.sh hellen/hellen88bmw ARCH_STM32F4
|
||||||
|
|
|
@ -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
|
Loading…
Reference in New Issue