reducing inconsistency between gen scripts: moving cypress
This commit is contained in:
parent
ebfd16bf22
commit
04d5b7c32e
|
@ -127,7 +127,7 @@ jobs:
|
|||
ini-file: rusefi_hellen154hyundai.ini
|
||||
|
||||
- build-target: cypress
|
||||
folder: hellen
|
||||
folder: cypress
|
||||
ini-file: rusefi_cypress.ini
|
||||
|
||||
- build-target: frankenso_na6
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
@echo off
|
||||
|
||||
bash compile_cypress.sh
|
|
@ -1,20 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo "Compiling for Cypress FM4 S6E2CxAH"
|
||||
# TODO: somehow this -DDUMMY is helping us to not mess up the parameters, why?!
|
||||
# https://github.com/rusefi/rusefi/issues/684
|
||||
export EXTRA_PARAMS="-DDUMMY -D__USE_CMSIS\
|
||||
-DEFI_ENABLE_ASSERTS=FALSE \
|
||||
-DCH_DBG_ENABLE_CHECKS=FALSE \
|
||||
-DCH_DBG_ENABLE_ASSERTS=FALSE \
|
||||
-DCH_DBG_ENABLE_STACK_CHECK=FALSE \
|
||||
-DCH_DBG_FILL_THREADS=FALSE \
|
||||
-DCH_DBG_THREADS_PROFILING=FALSE\
|
||||
"
|
||||
|
||||
export BUILDDIR="build"
|
||||
export USE_FATFS="no"
|
||||
export USE_BOOTLOADER="no"
|
||||
export DEBUG_LEVEL_OPT="-O2"
|
||||
|
||||
bash ../common_make.sh cypress cypress
|
Loading…
Reference in New Issue