2023-05-10 11:58:26 +02:00
|
|
|
include ../Makefile.drivers_common
|
2020-11-01 17:52:46 +01:00
|
|
|
|
|
|
|
USEMODULE += shell
|
2022-08-16 16:35:20 +02:00
|
|
|
USEMODULE += shell_cmds_default
|
2020-11-01 17:52:46 +01:00
|
|
|
|
|
|
|
USEMODULE += od
|
|
|
|
USEMODULE += mtd
|
2021-01-23 23:34:24 +01:00
|
|
|
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
|
|
|
|
|
2021-03-03 08:27:18 +01:00
|
|
|
# Sometimes fails. See #16130.
|
|
|
|
TEST_ON_CI_BLACKLIST += esp32-wroom-32
|
|
|
|
|
2022-04-01 12:21:20 +02:00
|
|
|
# microbit qemu failing currently
|
|
|
|
TEST_ON_CI_BLACKLIST += microbit
|
|
|
|
|
2020-11-01 17:52:46 +01:00
|
|
|
include $(RIOTBASE)/Makefile.include
|