esp-idf/components/fatfs/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 Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
fatfs.img FATFS support without wear levelling 2018-06-16 16:02:35 +08:00
test_fatfs_common.c fatfs: fix incorrect mtime returned for files created during DST 2022-06-09 19:50:00 +00:00
test_fatfs_common.h fatfs: fix incorrect mtime returned for files created during DST 2022-06-09 19:50:00 +00:00
test_fatfs_rawflash.c ci: partially enable ut tests for esp32c2 2022-06-02 14:23:35 +08:00
test_fatfs_sdmmc.c fatfs: add esp_vfs_fat_info() + unit tests 2022-04-15 20:49:53 +02:00
test_fatfs_spiflash.c esp_hw_support: Remove compare_set.h API 2022-07-22 00:06:06 +08:00