mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
9 lines
170 B
Makefile
9 lines
170 B
Makefile
BOARD ?= nucleo-f411re
|
|
|
|
include ../Makefile.sys_common
|
|
|
|
FEATURES_REQUIRED += puf_sram
|
|
DISABLE_MODULE += test_utils_interactive_sync
|
|
|
|
include $(RIOTBASE)/Makefile.include
|