only:small-can-board
This commit is contained in:
parent
74bbabffe7
commit
b4e0b730b8
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue