1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-15 21:52:46 +01:00
RIOT/tests/stm32_bootloader/Makefile

11 lines
209 B
Makefile

BOARD ?= nucleo-f411re
include ../Makefile.tests_common
FEATURES_REQUIRED = bootloader_stm32
USEMODULE += shell
USEMODULE += shell_commands
USEMODULE += usb_board_reset
include $(RIOTBASE)/Makefile.include