2023-12-20 07:02:52 -08:00
|
|
|
BOARDINC += $(BOARD_DIR)/generated/controllers/generated
|
|
|
|
|
2024-03-10 11:35:29 -07:00
|
|
|
BOARDCPPSRC = $(BOARD_DIR)/board_configuration.cpp \
|
|
|
|
$(BOARD_DIR)/default_tune.cpp \
|
|
|
|
|
|
|
|
|
2023-12-04 06:47:45 -08:00
|
|
|
|
2024-01-23 15:05:02 -08:00
|
|
|
# defines SHORT_BOARD_NAME
|
|
|
|
include $(BOARD_DIR)/meta-info.env
|
2023-12-04 06:47:45 -08:00
|
|
|
|
2024-02-21 08:43:44 -08:00
|
|
|
# one day when we are grown ups and can coordinate a real life test we shall revisit https://github.com/rusefi/rusefi/issues/6008
|
|
|
|
DDEFS += -DDISABLE_PIN_STATE_VALIDATION=TRUE
|
|
|
|
|
2024-01-01 14:15:18 -08:00
|
|
|
# reduce memory usage monitoring
|
|
|
|
DDEFS += -DRAM_UNUSED_SIZE=100
|
|
|
|
|
2023-05-23 11:17:45 -07:00
|
|
|
# assign critical LED to a non-existent pin
|
|
|
|
DDEFS += -DLED_CRITICAL_ERROR_BRAIN_PIN=Gpio::I15
|
2023-12-09 18:33:38 -08:00
|
|
|
|
|
|
|
# MAJOR HACK? SOMETHING IS FUNNY HERE?!
|
|
|
|
DDEFS += -DDISABLE_PIN_STATE_VALIDATION=TRUE
|
2024-07-30 20:15:45 -07:00
|
|
|
|
|
|
|
# temporary or not? (pps noise stuff)
|
|
|
|
DDEFS += -DETB_INTERMITTENT_LIMIT=60001
|
2024-08-03 14:49:52 -07:00
|
|
|
|
|
|
|
DDEFS += -DSTM32_ADC_USE_ADC3=TRUE
|
|
|
|
# todo: make knock pin software-selectable?
|
|
|
|
# todo: DDEFS += -DEFI_SOFTWARE_KNOCK=TRUE
|
|
|
|
|
|
|
|
DDEFS += -DEFI_SOFTWARE_KNOCK=TRUE -DSTM32_ADC_USE_ADC3=TRUE
|