Merge pull request #12890 from gschorcht/cpu/esp/fix_tests_spiffs

cpu/esp*: fixes for tests/pkg_spiffs and tests/pkg_littlefs
This commit is contained in:
Kaspar Schleiser 2019-12-06 12:42:14 +01:00 committed by GitHub
commit 855e249d8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 6 deletions

View File

@ -63,11 +63,11 @@ ifneq (,$(filter esp_eth,$(USEMODULE)))
endif
ifneq (,$(filter spiffs,$(USEMODULE)))
export RIOT_TEST_TIMEOUT = 300
export RIOT_TEST_TIMEOUT = 120
endif
ifneq (,$(filter littlefs,$(USEMODULE)))
export RIOT_TEST_TIMEOUT = 300
export RIOT_TEST_TIMEOUT = 120
endif
ifneq (,$(filter 4 5,$(LOG_LEVEL)))

View File

@ -101,8 +101,9 @@ SECTIONS
*esp_idf_spi_flash.a:*(.literal .text .literal.* .text.*)
/* parts of RIOT that should to run in IRAM */
*core.a:*(.literal .text .literal.* .text.*)
/* *spiffs_fs.a:*(.literal .text .literal.* .text.*) */
/* *spiffs.a:*(.literal .text .literal.* .text.*) */
*spiffs_fs.a:*(.literal .text .literal.* .text.*)
*spiffs.a:*(.literal .text .literal.* .text.*)
*vfs.a:*(.literal .text .literal.* .text.*)
/* part of RIOT ports that should run in IRAM */
*cpu.a:*(.literal .text .literal.* .text.*)

View File

@ -47,11 +47,11 @@ ifneq (, $(filter esp_gdbstub, $(USEMODULE)))
endif
ifneq (, $(filter spiffs, $(USEMODULE)))
export RIOT_TEST_TIMEOUT = 300
export RIOT_TEST_TIMEOUT = 200
endif
ifneq (, $(filter littlefs, $(USEMODULE)))
export RIOT_TEST_TIMEOUT = 300
export RIOT_TEST_TIMEOUT = 200
endif
# regular Makefile