plain SPI external calibrations config #2

This commit is contained in:
rusefi 2024-04-28 10:47:41 -04:00
parent 490a5d3d5f
commit 97a8006f0b
2 changed files with 12 additions and 0 deletions

View File

@ -1,4 +1,5 @@
BOARDCPPSRC = $(BOARD_DIR)/board_configuration.cpp \ BOARDCPPSRC = $(BOARD_DIR)/board_configuration.cpp \
$(BOARD_DIR)/board_storage.cpp \
$(BOARD_DIR)/default_tune.cpp \ $(BOARD_DIR)/default_tune.cpp \
@ -14,3 +15,9 @@ DDEFS += -DRAM_UNUSED_SIZE=100
# good old PD14 is still the default value # good old PD14 is still the default value
# todo https://github.com/rusefi/fw-custom-mega/issues/1 # todo https://github.com/rusefi/fw-custom-mega/issues/1
# DDEFS += -DLED_CRITICAL_ERROR_BRAIN_PIN=Gpio::I15 # DDEFS += -DLED_CRITICAL_ERROR_BRAIN_PIN=Gpio::I15
# USE_OPT += -Wl,--defsym=FLASH_SIZE=768k
#Serial flash support
#include $(PROJECT_DIR)/hw_layer/drivers/flash/sst26f_jedec.mk

5
board_storage.cpp Normal file
View File

@ -0,0 +1,5 @@
#include "pch.h"
void boardInitMfs() {
}