From 7aa50185f9e8ed44e634b74de94eff3e77181e5f Mon Sep 17 00:00:00 2001 From: rusefi Date: Tue, 30 Jul 2024 20:52:21 -0400 Subject: [PATCH] =?UTF-8?q?To=20=E2=80=9Ckick=20the=20can=20down=20the=20r?= =?UTF-8?q?oad=E2=80=9D=20became,=20in=20the=20rhetoric=20of=20some=20lawm?= =?UTF-8?q?akers,=20a=20colorful=20and=20mildly=20critical=20new=20way=20o?= =?UTF-8?q?f=20referring=20to=20putting=20off=20work=20on=20an=20issue=20f?= =?UTF-8?q?or=20a=20later=20date.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../meta-info-f407-discovery_debug.disabled_env | 9 +++++++++ .../f407-discovery/meta-info-f407-discovery_debug.env | 5 ----- 2 files changed, 9 insertions(+), 5 deletions(-) create mode 100644 firmware/config/boards/f407-discovery/meta-info-f407-discovery_debug.disabled_env delete mode 100644 firmware/config/boards/f407-discovery/meta-info-f407-discovery_debug.env diff --git a/firmware/config/boards/f407-discovery/meta-info-f407-discovery_debug.disabled_env b/firmware/config/boards/f407-discovery/meta-info-f407-discovery_debug.disabled_env new file mode 100644 index 0000000000..9eb8982c98 --- /dev/null +++ b/firmware/config/boards/f407-discovery/meta-info-f407-discovery_debug.disabled_env @@ -0,0 +1,9 @@ +SHORT_BOARD_NAME=f407-discovery +PROJECT_CPU=ARCH_STM32F4 +EXTRA_PARAMS= -DEFI_HPFP=FALSE -DEFI_ALTERNATOR_CONTROL=FALSE -DEFI_LOGIC_ANALYZER=FALSE -DEFI_TOOTH_LOGGER=FALSE -DEFI_LUA=FALSE -DRAMDISK_INVALID +! we are out of flash for debug - TODO figure out something +! not great option one: reduce some table dimensions for both debug and not debug (easier) +! not great option two: kill this configuration +! not great option: reduce some table dimensions only for debug (not sure how to do, complete split of configuration? +! DEBUG_LEVEL_OPT=-O0 -ggdb -g +INCLUDE_ELF=yes diff --git a/firmware/config/boards/f407-discovery/meta-info-f407-discovery_debug.env b/firmware/config/boards/f407-discovery/meta-info-f407-discovery_debug.env deleted file mode 100644 index cf7b225b8b..0000000000 --- a/firmware/config/boards/f407-discovery/meta-info-f407-discovery_debug.env +++ /dev/null @@ -1,5 +0,0 @@ -SHORT_BOARD_NAME=f407-discovery -PROJECT_CPU=ARCH_STM32F4 -EXTRA_PARAMS= -DEFI_HPFP=FALSE -DEFI_ALTERNATOR_CONTROL=FALSE -DEFI_LOGIC_ANALYZER=FALSE -DEFI_TOOTH_LOGGER=FALSE -DEFI_LUA=FALSE -DRAMDISK_INVALID -DEBUG_LEVEL_OPT=-O0 -ggdb -g -INCLUDE_ELF=yes