mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
14 lines
292 B
Makefile
14 lines
292 B
Makefile
BOARD ?= iotlab-m3
|
|
include ../Makefile.tests_common
|
|
|
|
FEATURES_REQUIRED += periph_flashpage
|
|
FEATURES_OPTIONAL += periph_flashpage_raw
|
|
FEATURES_OPTIONAL += periph_flashpage_rwee
|
|
|
|
USEMODULE += shell
|
|
|
|
# avoid running Kconfig by default
|
|
SHOULD_RUN_KCONFIG ?=
|
|
|
|
include $(RIOTBASE)/Makefile.include
|