mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
tests/mtd_raw: enable SD card erase
This commit is contained in:
parent
91ca757b9a
commit
0b4d5d7f91
@ -7,6 +7,9 @@ USEMODULE += od
|
|||||||
USEMODULE += mtd
|
USEMODULE += mtd
|
||||||
USEMODULE += mtd_write_page
|
USEMODULE += mtd_write_page
|
||||||
|
|
||||||
|
# enable true erase if MTD is an SD card
|
||||||
|
CFLAGS += -DCONFIG_MTD_SDCARD_ERASE=1
|
||||||
|
|
||||||
# Sometimes fails. See #16130.
|
# Sometimes fails. See #16130.
|
||||||
TEST_ON_CI_BLACKLIST += esp32-wroom-32
|
TEST_ON_CI_BLACKLIST += esp32-wroom-32
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user