forked from rusefi/fw-custom-example
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathboard.mk
More file actions
21 lines (14 loc) · 710 Bytes
/
Copy pathboard.mk
File metadata and controls
21 lines (14 loc) · 710 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
include $(BOARD_DIR)/firmware/firmware.mk
BOARDINC += $(BOARD_DIR)/generated/controllers/generated
# defines SHORT_BOARD_NAME
include $(BOARD_DIR)/meta-info.env
# this would save some flash while being unable to update WBO controller firmware
DDEFS += -DEFI_WIDEBAND_FIRMWARE_UPDATE=FALSE
# assign critical LED to a non-existent pin if you do not have it on your board
# good old PD14 is still the default value
# DDEFS += -DLED_CRITICAL_ERROR_BRAIN_PIN=Gpio::I15
# EGT chip
#un-comment to enable
#DDEFS += -DEFI_MAX_31855=TRUE
#see main repo for details on this any many other optional subsystems. We have too many, one has to choose what fits into his choice of stm32
#DDEFS += -DEFI_ONBOARD_MEMS=TRUE