mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 22:53:02 +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
|