esp-idf/components/spi_flash/test
Darian Leung 781d06af73 esp_hw_support: Remove compare_set.h API
This function removes the following legacy atomic CAS functions:

From compare_set.h (file removed):
- compare_and_set_native()
- compare_and_set_extram()

From portmacro.h
- uxPortCompareSet()
- uxPortCompareSetExtram()

Users should call esp_cpu_compare_and_set() instead as this function hides the details
of atomic CAS on internal and external RAM addresses.

Due to the removal of compare_set.h, some missing header includes are also fixed in this commit.
2022-07-22 00:06:06 +08:00
..
CMakeLists.txt spi_flash: Remove legacy spi_flash drivers 2022-07-01 11:01:34 +08:00
test_cache_disabled.c esp_hw_support: Remove compare_set.h API 2022-07-22 00:06:06 +08:00
test_esp_flash.c spi: move spi_common_internal to esp_private 2022-06-24 19:12:13 +08:00
test_large_flash_writes.c spi_flash: Remove legacy spi_flash drivers 2022-07-01 11:01:34 +08:00
test_mmap.c spi_flash: Remove legacy spi_flash drivers 2022-07-01 11:01:34 +08:00
test_out_of_bounds_write.c spi_flash: Remove legacy spi_flash drivers 2022-07-01 11:01:34 +08:00
test_partition_ext.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
test_partitions.c spi_flash: Remove legacy spi_flash drivers 2022-07-01 11:01:34 +08:00
test_read_write.c spi_flash: Remove legacy spi_flash drivers 2022-07-01 11:01:34 +08:00
test_spi_flash.c spi_flash: Remove legacy spi_flash drivers 2022-07-01 11:01:34 +08:00