# MCU name MCU = STM32F411 # Linker script to use # - it should exist either in /os/common/ports/ARMCMx/compilers/GCC/ld/ # or /ld/ MCU_LDSCRIPT = noah_boot # Board: it should exist either in /os/hal/boards/ # or /boards BOARD = ST_NUCLEO64_F411RE # Bootloader selection BOOTLOADER = custom WS2812_DRIVER_REQUIRED = yes CUSTOM_MATRIX = yes # project specific files SRC += matrix.c