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 Icmp: get tos parameter in icmp reply 2022-07-05 11:37:41 +08:00
include Icmp: get tos parameter in icmp reply 2022-07-05 11:37:41 +08:00
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 ci: partially enable ut tests for esp32c2 2022-06-02 14:23:35 +08:00
test_afl_host docs: changes docs supported targets tables 2022-07-14 08:26:32 +08:00
weekend_test style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
CMakeLists.txt esp_netif/lwip: Fix deps cycles to "lwip -> esp_netif -> phy-drivers" 2022-07-20 14:59:07 +02:00
Kconfig esp_netif: added support for LwIP bridge 2022-06-14 15:29:44 +02:00
linker.lf esp_netif/lwip: Fix deps cycles to "lwip -> esp_netif -> phy-drivers" 2022-07-20 14:59:07 +02:00
sdkconfig.rename lwip: Fix minor lwip dependency issue 2022-01-14 16:41:38 +01:00