18 lines
462 B
Makefile
18 lines
462 B
Makefile
BOARDCPPSRC = $(BOARD_DIR)/board_configuration.cpp \
|
|
$(BOARD_DIR)/default_tune.cpp \
|
|
|
|
|
|
BOARDINC += $(BOARD_DIR)/generated/controllers/generated
|
|
|
|
# defines SHORT_BOARD_NAME
|
|
include $(BOARD_DIR)/meta-info.env
|
|
|
|
# reduce memory usage monitoring
|
|
DDEFS += -DRAM_UNUSED_SIZE=100
|
|
|
|
# this is usually used by Bluetooth
|
|
DDEFS += $(PRIMARY_COMMUNICATION_PORT_USART2)
|
|
|
|
# this includes knock and mux control settings
|
|
include $(BOARDS_DIR)/hellen/hellen-common-mega144.mk
|