esp-idf/components/freertos
Sudeep Mohanty 46d54990d8 freertos: remove xSemaphoreAltTake/Give macros from upstream files
xSemaphoreAltTake and xSemaphoreAltGive are Espressif defined macros and
are not being used. The respective definitions, xQueueAltGenericReceive
and xQueueAltGenericSend are also not part of current FreeRTOS source
(v10.4.3). Hence, removed xSemaphoreAltTake and xSemaphoreAltGive
definitions to align with upstream code.

Signed-off-by: Sudeep Mohanty <sudeep.mohanty@espressif.com>
2021-09-06 15:55:23 +05:30
..
esp_additions freertos: take tasks snapshot out of tasks.c source code 2021-08-16 10:29:36 +08:00
include freertos: remove xSemaphoreAltTake/Give macros from upstream files 2021-09-06 15:55:23 +05:30
port upgrade freertos version and history 2021-09-02 11:02:34 +08:00
test freertos: take tasks snapshot out of tasks.c source code 2021-08-16 10:29:36 +08:00
CMakeLists.txt freertos: take tasks snapshot out of tasks.c source code 2021-08-16 10:29:36 +08:00
component.mk freertos: take tasks snapshot out of tasks.c source code 2021-08-16 10:29:36 +08:00
croutine.c upgrade freertos version and history 2021-09-02 11:02:34 +08:00
event_groups.c Merge branch 'zim-marking-vtasksuspendall' into 'master' 2021-09-06 06:01:28 +00:00
freertos_v8_compat.c freertos: add xQueueGenericReceive for backward compatibility 2020-11-27 19:08:42 +05:30
FreeRTOS-openocd.c freertos: fix defining uxTopUsedPriority for esp32s2beta 2019-10-29 16:38:48 +01:00
GitHub-FreeRTOS-Kernel-Home.url freertos: upgrade to 10.4.3 - missing files from upstream 2021-09-06 14:39:48 +08:00
History.txt upgrade freertos version and history 2021-09-02 11:02:34 +08:00
Kconfig freertos: add kconfig options for task snapshot functions 2021-09-01 15:13:48 +08:00
LICENSE.md freertos: upgrade to 10.4.3 - missing files from upstream 2021-09-06 14:39:48 +08:00
linker.lf freertos: upgrade - indexed notifications 2021-09-06 12:46:14 +08:00
list.c freertos: cherrypicked code layout changes from freertos upgrade branch 2021-08-26 13:45:51 +08:00
queue.c Merge branch 'zim-marking-vtasksuspendall' into 'master' 2021-09-06 06:01:28 +00:00
Quick_Start_Guide.url freertos: upgrade to 10.4.3 - missing files from upstream 2021-09-06 14:39:48 +08:00
sdkconfig.rename freertos: always enable static allocation 2020-12-29 16:18:04 +01:00
stream_buffer.c marking vTaskSuspendAll and a few other small cleanups 2021-09-02 15:20:19 +08:00
tasks.c Merge branch 'zim-marking-vtasksuspendall' into 'master' 2021-09-06 06:01:28 +00:00
timers.c Merge branch 'zim-marking-vtasksuspendall' into 'master' 2021-09-06 06:01:28 +00:00