mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
10 lines
192 B
Makefile
10 lines
192 B
Makefile
BOARD ?= nucleo-f411re
|
|
include ../Makefile.cpu_common
|
|
|
|
FEATURES_REQUIRED = bootloader_stm32
|
|
|
|
USEMODULE += shell_cmds_default
|
|
USEMODULE += usb_board_reset
|
|
|
|
include $(RIOTBASE)/Makefile.include
|