esp-idf/components/fatfs
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
..
diskio Merge branch 'fix/ff_sdmmc_status_check_optional' into 'master' 2022-06-13 14:42:12 +08:00
fatfs_utils fatfs: enable long file names for fatfsparse.py 2022-06-09 15:51:03 +02:00
port Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
src fatfs: Disable UTF-16 filename encoding 2022-05-20 15:15:01 +02:00
test esp_hw_support: Remove compare_set.h API 2022-07-22 00:06:06 +08:00
test_fatfs_host spi_flash: Remove legacy spi_flash drivers 2022-07-01 11:01:34 +08:00
test_fatfsgen fatfs: enable long file names for fatfsparse.py 2022-06-09 15:51:03 +02:00
vfs fatfs: Fix undefined ssize member of FATFS struct 2022-06-27 08:57:58 +00:00
CMakeLists.txt esp_netif/lwip: Fix deps cycles to "lwip -> esp_netif -> phy-drivers" 2022-07-20 14:59:07 +02:00
fatfsgen.py fatfs: enable long file names for fatfsparse.py 2022-06-09 15:51:03 +02:00
fatfsparse.py fatfs: enable long file names for fatfsparse.py 2022-06-09 15:51:03 +02:00
Kconfig fatfs: Disable UTF-16 filename encoding 2022-05-20 15:15:01 +02:00
project_include.cmake fatfsgen.py: enabled date and time for fatfs 2022-04-07 15:01:28 +02:00
wl_fatfsgen.py fatfsparse.py: add cluster chaining support to enable reading longer-than-sector files 2022-05-25 15:49:24 +02:00