only:small-can-board

This commit is contained in:
rusefillc 2023-06-23 23:36:56 -04:00
parent 74bbabffe7
commit b4e0b730b8
2 changed files with 5 additions and 4 deletions

View File

@ -115,6 +115,7 @@ jobs:
include:
# Board configurations
# 'target' should match corresponding SHORT_BOARD_NAME
- build-target: hellen72
folder: config/boards/hellen/hellen72
ini-file: rusefi_hellen72.ini

View File

@ -1,13 +1,13 @@
BOARDCPPSRC = $(BOARD_DIR)/board_configuration.cpp
DDEFS += -DFIRMWARE_ID=\"small-can-board\"
DDEFS += -DSHORT_BOARD_NAME=small-can
DDEFS += -DFIRMWARE_ID=small-can-board
DDEFS += -DSHORT_BOARD_NAME=small-can-board
#DDEFS += -DEFI_SENT_SUPPORT=TRUE
#DDEFS += -DPERSISTENT_LOCATION_VALUE=\"__attribute__\(\(section\(\\\".ram1\\\"\)\)\)\"
#DDEFS += -DPERSISTENT_LOCATION_TODO
#DDEFS += -DEFI_SENSOR_CHART=FALSE
DDEFS += -DEFI_SENSOR_CHART=FALSE
# DDEFS += -DLUA_USER_HEAP=50000
DDEFS += -DEFI_MC33816=FALSE
#DDEFS += -DDL_OUTPUT_BUFFER=1000
@ -26,7 +26,7 @@ DDEFS += -DEFI_TOOTH_LOGGER=FALSE
DDEFS += -DRAM_UNUSED_SIZE=100
#Mass Storage
#DDEFS += -DEFI_EMBED_INI_MSD=FALSE
DDEFS += -DEFI_EMBED_INI_MSD=FALSE
#DDEFS += $(PRIMARY_COMMUNICATION_PORT_USART3)