mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
15 lines
313 B
Makefile
15 lines
313 B
Makefile
BOARD ?= iotlab-m3
|
|
include ../Makefile.tests_common
|
|
|
|
FEATURES_REQUIRED += periph_flashpage
|
|
FEATURES_OPTIONAL += periph_flashpage_pagewise
|
|
FEATURES_OPTIONAL += periph_flashpage_rwee
|
|
|
|
USEMODULE += od
|
|
USEMODULE += shell
|
|
|
|
# avoid running Kconfig by default
|
|
SHOULD_RUN_KCONFIG ?=
|
|
|
|
include $(RIOTBASE)/Makefile.include
|