esp-idf/components/lwip
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
..
apps
include
lwip@3f5a04bc63 lwip: Fix on-demand timers to update internal system touts 2022-07-14 05:09:53 +00:00
port/esp32 esp_hw_support: Remove compare_set.h API 2022-07-22 00:06:06 +08:00
test
test_afl_host docs: changes docs supported targets tables 2022-07-14 08:26:32 +08:00
weekend_test
CMakeLists.txt esp_netif/lwip: Fix deps cycles to "lwip -> esp_netif -> phy-drivers" 2022-07-20 14:59:07 +02:00
Kconfig
linker.lf esp_netif/lwip: Fix deps cycles to "lwip -> esp_netif -> phy-drivers" 2022-07-20 14:59:07 +02:00
sdkconfig.rename