mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
3f1d947237
The ICC-1-A modules use GPIO PF3 to enable the NOR flash. It is enabled by default (the older ICC-1 modules are less common nowadays).
8 lines
146 B
Makefile
8 lines
146 B
Makefile
ifneq (,$(filter saul_default,$(USEMODULE)))
|
|
USEMODULE += saul_gpio
|
|
endif
|
|
|
|
ifneq (,$(filter mtd,$(USEMODULE)))
|
|
USEMODULE += mtd_spi_nor
|
|
endif
|