mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
f2ebb5178a
The board comes with a 16 MiB SPI-NOR flash (N25Q128). Provide the needed MTD definitions to support it.
13 lines
253 B
Makefile
13 lines
253 B
Makefile
include $(RIOTBOARD)/common/iotlab/Makefile.dep
|
|
|
|
ifneq (,$(filter saul_default,$(USEMODULE)))
|
|
USEMODULE += isl29020
|
|
USEMODULE += lps331ap
|
|
endif
|
|
|
|
ifneq (,$(filter mtd,$(USEMODULE)))
|
|
USEMODULE += mtd_spi_nor
|
|
endif
|
|
|
|
USEMODULE += boards_common_iotlab
|