fw-custom-mega/board.mk

14 lines
399 B
Makefile
Raw Normal View History

2023-12-04 06:47:45 -08:00
BOARDCPPSRC = $(BOARD_DIR)/board_configuration.cpp
2023-12-20 06:25:54 -08:00
BOARDINC += $(BOARD_DIR)/generated/controllers/generated
2024-01-10 09:59:30 -08:00
# todo: use meta-info.txt
2023-12-04 06:47:45 -08:00
SHORT_BOARD_NAME=XXX
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
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
2023-12-16 17:18:00 -08:00
# DDEFS += -DLED_CRITICAL_ERROR_BRAIN_PIN=Gpio::I15