2023-05-10 11:58:26 +02:00
|
|
|
include ../Makefile.drivers_common
|
2018-03-13 14:11:57 +01:00
|
|
|
|
|
|
|
USEMODULE += mtd_flashpage
|
2023-02-09 14:29:58 +01:00
|
|
|
USEMODULE += mtd_write_page
|
2018-03-13 14:11:57 +01:00
|
|
|
USEMODULE += embunit
|
|
|
|
|
2022-09-18 15:50:23 +02:00
|
|
|
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
|