2024-03-12 16:24:28 -07:00
|
|
|
BOARDCPPSRC = $(BOARD_DIR)/board_configuration.cpp \
|
|
|
|
$(BOARD_DIR)/default_tune.cpp \
|
|
|
|
|
2023-12-04 06:47:45 -08:00
|
|
|
|
2023-12-20 06:25:54 -08:00
|
|
|
BOARDINC += $(BOARD_DIR)/generated/controllers/generated
|
|
|
|
|
2024-01-15 12:00:23 -08:00
|
|
|
# defines SHORT_BOARD_NAME
|
|
|
|
include $(BOARD_DIR)/meta-info.env
|
2023-12-04 06:47:45 -08:00
|
|
|
|
2023-12-16 17:25:36 -08:00
|
|
|
# reduce memory usage monitoring
|
|
|
|
DDEFS += -DRAM_UNUSED_SIZE=100
|
2023-12-16 17:18:00 -08:00
|
|
|
|
2024-09-02 06:54:53 -07:00
|
|
|
# this is usually used by Bluetooth
|
|
|
|
DDEFS += $(PRIMARY_COMMUNICATION_PORT_USART2)
|
|
|
|
|
|
|
|
# this includes knock and mux control settings
|
2024-07-22 18:45:38 -07:00
|
|
|
include $(BOARDS_DIR)/hellen/hellen-common-mega144.mk
|