1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-15 17:43:51 +01:00
2023-05-12 10:39:28 +02:00

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