1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 09:52:45 +01:00
RIOT/tests/drivers/mtd_flashpage/Makefile

15 lines
409 B
Makefile
Raw Normal View History

include ../Makefile.drivers_common
2018-03-13 14:11:57 +01:00
USEMODULE += mtd_flashpage
USEMODULE += mtd_write_page
2018-03-13 14:11:57 +01:00
USEMODULE += embunit
FEATURES_OPTIONAL += periph_flashpage_aux
# define an auxiliary slot on the internal flash
# NOTE: This should typically be set by the board as it can not be changed in the field.
# This is only defined here for the sake of the test.
SLOT_AUX_LEN := 0x8000
2018-03-13 14:11:57 +01:00
include $(RIOTBASE)/Makefile.include