diff --git a/.github/workflows/build-firmware.yaml b/.github/workflows/build-firmware.yaml index 76ebf17557..82742f39e4 100644 --- a/.github/workflows/build-firmware.yaml +++ b/.github/workflows/build-firmware.yaml @@ -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 diff --git a/firmware/config/boards/hellen/!compile_cypress.bat b/firmware/config/boards/hellen/!compile_cypress.bat deleted file mode 100644 index 4d58da5df9..0000000000 --- a/firmware/config/boards/hellen/!compile_cypress.bat +++ /dev/null @@ -1,3 +0,0 @@ -@echo off - -bash compile_cypress.sh diff --git a/firmware/config/boards/hellen/compile_cypress.sh b/firmware/config/boards/hellen/compile_cypress.sh deleted file mode 100755 index ef33bf1999..0000000000 --- a/firmware/config/boards/hellen/compile_cypress.sh +++ /dev/null @@ -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