To “kick the can down the road” became, in the rhetoric of some lawmakers, a colorful and mildly critical new way of referring to putting off work on an issue for a later date.

This commit is contained in:
rusefi 2024-07-30 20:52:21 -04:00
parent 971f510ee0
commit 7aa50185f9
2 changed files with 9 additions and 5 deletions

View File

@ -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

View File

@ -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