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
..
2022-07-20 14:59:50 +08:00
2022-07-21 15:52:39 +08:00
2022-07-21 15:52:39 +08:00
2022-01-18 10:06:08 +08:00
2022-06-10 18:38:42 +08:00
2022-04-14 08:15:14 +00:00
2022-07-20 14:59:50 +08:00
2022-05-19 11:31:53 +08:00
2021-05-25 17:43:57 +02:00
2021-05-25 17:43:57 +02:00
2022-06-12 20:07:27 +00:00