mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-17 10:33:49 +01:00
11 lines
213 B
Makefile
11 lines
213 B
Makefile
BOARD ?= nucleo-f411re
|
|
include ../Makefile.tests_common
|
|
|
|
FEATURES_REQUIRED = bootloader_stm32
|
|
|
|
USEMODULE += shell
|
|
USEMODULE += shell_cmds_default
|
|
USEMODULE += usb_board_reset
|
|
|
|
include $(RIOTBASE)/Makefile.include
|