2017-02-14 14:21:58 +01:00
|
|
|
BOARD ?= iotlab-m3
|
2023-05-05 10:26:35 +02:00
|
|
|
include ../Makefile.periph_common
|
2016-04-20 10:23:48 +02:00
|
|
|
|
2017-11-09 01:59:02 +01:00
|
|
|
FEATURES_REQUIRED += periph_flashpage
|
2022-03-16 21:06:29 +01:00
|
|
|
FEATURES_OPTIONAL += periph_flashpage_in_address_space
|
2020-11-09 16:56:41 +01:00
|
|
|
FEATURES_OPTIONAL += periph_flashpage_pagewise
|
2019-01-27 11:29:35 +01:00
|
|
|
FEATURES_OPTIONAL += periph_flashpage_rwee
|
2016-04-20 10:23:48 +02:00
|
|
|
|
2020-08-25 18:11:54 +02:00
|
|
|
USEMODULE += od
|
2023-01-07 12:17:41 +01:00
|
|
|
USEMODULE += od_string
|
2016-04-20 10:23:48 +02:00
|
|
|
USEMODULE += shell
|
|
|
|
|
2020-09-24 15:44:52 +02:00
|
|
|
# avoid running Kconfig by default
|
|
|
|
SHOULD_RUN_KCONFIG ?=
|
|
|
|
|
2022-04-01 12:21:20 +02:00
|
|
|
# microbit qemu failing currently
|
|
|
|
TEST_ON_CI_BLACKLIST += microbit
|
|
|
|
|
2016-04-20 10:23:48 +02:00
|
|
|
include $(RIOTBASE)/Makefile.include
|