1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/drivers/mtd_raw/Makefile

20 lines
406 B
Makefile
Raw Normal View History

include ../Makefile.drivers_common
2020-11-01 17:52:46 +01:00
USEMODULE += shell
USEMODULE += shell_cmds_default
2020-11-01 17:52:46 +01:00
USEMODULE += od
USEMODULE += mtd
USEMODULE += mtd_write_page
2020-11-01 17:52:46 +01:00
2022-02-16 16:54:13 +01:00
# enable true erase if MTD is an SD card
CFLAGS += -DCONFIG_MTD_SDCARD_ERASE=1
# Sometimes fails. See #16130.
TEST_ON_CI_BLACKLIST += esp32-wroom-32
# microbit qemu failing currently
TEST_ON_CI_BLACKLIST += microbit
2020-11-01 17:52:46 +01:00
include $(RIOTBASE)/Makefile.include