mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
20 lines
460 B
Makefile
20 lines
460 B
Makefile
BOARD ?= iotlab-m3
|
|
include ../Makefile.periph_common
|
|
|
|
FEATURES_REQUIRED += periph_flashpage
|
|
FEATURES_OPTIONAL += periph_flashpage_in_address_space
|
|
FEATURES_OPTIONAL += periph_flashpage_pagewise
|
|
FEATURES_OPTIONAL += periph_flashpage_rwee
|
|
|
|
USEMODULE += od
|
|
USEMODULE += od_string
|
|
USEMODULE += shell
|
|
|
|
# avoid running Kconfig by default
|
|
SHOULD_RUN_KCONFIG ?=
|
|
|
|
# microbit qemu failing currently
|
|
TEST_ON_CI_BLACKLIST += microbit
|
|
|
|
include $(RIOTBASE)/Makefile.include
|