esp-idf/components/esp32s2/test
Jakob Hasse aca9ec28b3 NVS: using esp_partition API
* partition api changed from spi_flash* API to
  esp_partition* API and is abstracted as a C++
  interface.
* The old nvs encryption is still possible
* changed default unit test app partition table
* Partitions coming from esp_partition API are
  checked for generic flash encryption. If yes,
  an error is returned since generic flash
  encryption isn't compatible with nvs
  encryption
* esp32, esp32s2 tests don't require nvs_flash
  but mbedtls now

Closes IDF-1340
Closes IDF-858
2020-09-14 10:34:34 +08:00
..
CMakeLists.txt NVS: using esp_partition API 2020-09-14 10:34:34 +08:00
component.mk global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
digital_signature_test_cases.h Digital Signature HW: adding S2 support 2020-04-01 13:47:13 +08:00
gen_digital_signature_tests.py Digital Signature HW: adding S2 support 2020-04-01 13:47:13 +08:00
test_cp_dma.c esp32s2: add CP_DMA driver 2020-08-04 15:28:32 +08:00
test_ds.c esp_rom: extract common efuse apis into esp_rom_efuse.h 2020-07-15 10:40:50 +08:00
test_hmac.c esp_rom: extract common efuse apis into esp_rom_efuse.h 2020-07-15 10:40:50 +08:00
test_intr_alloc.c esp_rom: extract common ets apis into esp_rom_sys.h 2020-07-27 15:27:01 +08:00
test_random.c esp32s2: add more unit test for esp32s2 2020-06-03 13:16:13 +08:00
test_sha.c esp32s2 sha test: update "Test esp_sha" to use cache compensated timer for performance measuring 2020-04-06 06:37:28 +00:00
test_spiram_cache_flush.c global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
test_stack_check_cxx.cpp global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
test_stack_check.c global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00