esp-idf/components/spi_flash/test
Jakob Hasse 2ac44f1e76 [spi_flash]: fixed test disabling
* MR 14212 accidentally disabled the test
  "spi_flash deadlock with high priority
  busy-waiting task"
  for all targets except S3 without legacy
  flash implementation. The test is now
  disabled for all targets, since
  the same issue appeared on other targets, too.
2021-07-05 11:25:15 +08:00
..
CMakeLists.txt Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
component.mk ut: Move tests back from "esp32" subfolder 2020-01-06 17:13:53 +08:00
test_cache_disabled.c util-test: The cache and spi_flash tests passed 2019-09-09 16:59:29 +08:00
test_esp_flash.c esp32h2: enable more components to support esp32h2 2021-07-01 19:53:11 +08:00
test_flash_encryption.c spi_flash: refactoring flash encryption into new api 2021-04-25 17:09:25 +08:00
test_large_flash_writes.c spi_flash: resume unit tests for ESP32-S2 2020-02-26 11:12:08 +08:00
test_mmap.c CI: minor testcases fixes and disable some cases that cant run on S3 2021-06-15 13:39:48 +08:00
test_out_of_bounds_write.c spi_flash: support working on differnt buses and frequency 2019-06-18 06:32:52 +00:00
test_partition_ext.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
test_partitions.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
test_read_write.c spi_flash: fix cs line setup to make the flash driver more stable 2021-06-01 16:41:41 +08:00
test_spi_flash.c [spi_flash]: fixed test disabling 2021-07-05 11:25:15 +08:00