fw-custom-core8/board.mk

13 lines
413 B
Makefile
Raw Normal View History

2023-12-04 06:47:45 -08:00
BOARDCPPSRC = $(BOARD_DIR)/board_configuration.cpp
2024-01-23 14:49:53 -08:00
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
2023-12-04 06:47:45 -08:00
# assign critical LED to a non-existent pin if you do not have it on your board
2023-12-04 07:38:10 -08:00
# good old PD14 is still the default value
# DDEFS += -DLED_CRITICAL_ERROR_BRAIN_PIN=Gpio::I15