esp-idf/components/freertos/FreeRTOS-Kernel
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
..
include/freertos freertos: Fix xTaskIncrementTick() 2022-07-20 11:31:50 +08:00
portable esp_hw_support: Remove compare_set.h API 2022-07-22 00:06:06 +08:00
croutine.c freertos: Add SPDX license identifiers and update xtensa port files 2022-02-03 17:08:14 +08:00
event_groups.c freertos: Fix event group task list race condition 2022-06-30 20:12:26 +08:00
GitHub-FreeRTOS-Kernel-Home.url freertos: update freertos folder structure to match upstream 2021-10-29 12:05:13 +08:00
History.txt freertos: update freertos folder structure to match upstream 2021-10-29 12:05:13 +08:00
LICENSE.md freertos: update freertos folder structure to match upstream 2021-10-29 12:05:13 +08:00
list.c freertos: Add SPDX license identifiers and update xtensa port files 2022-02-03 17:08:14 +08:00
queue.c freertos: Add SPDX license identifiers and update xtensa port files 2022-02-03 17:08:14 +08:00
Quick_Start_Guide.url freertos: update freertos folder structure to match upstream 2021-10-29 12:05:13 +08:00
stream_buffer.c freertos: Add SPDX license identifiers and update xtensa port files 2022-02-03 17:08:14 +08:00
tasks.c freertos: Fix vTaskSuspendAll() and xTaskResumeAll() 2022-07-20 11:32:10 +08:00
timers.c freertos: Fixed a bug where xTimerIsTimerActive incorrectly returns pdTRUE from callback 2022-07-19 10:42:09 +02:00