mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
04df8cd387
Testing the correct calculation of flash page indices without assuming the `periph_flashpage` feature and enabling the `periph_flashpage` module makes no sense. On ESP32x SoCs for example, the space in the flash is only reserved and `FLASHPAGE_NUMOF` is greater than 0 if `periph_flashpage` is used.
12 lines
220 B
Makefile
12 lines
220 B
Makefile
include ../Makefile.tests_common
|
|
|
|
FEATURES_REQUIRED += periph_flashpage
|
|
|
|
USEMODULE += embunit
|
|
USEMODULE += periph_flashpage
|
|
|
|
# avoid running Kconfig by default
|
|
SHOULD_RUN_KCONFIG ?=
|
|
|
|
include $(RIOTBASE)/Makefile.include
|