OVMS3-idf/components/freertos/include/freertos
Darian Leung c1d101dd41 freertos/backport and test v9.0.0 functions
This commit backports the following features from FreeRTOS v9.0.0
- uxSemaphoreGetCount()
- vTimerSetTimerId(), xTimerGetPeriod(), xTimerGetExpiryTime()
- xTimerCreateStatic()
- xEventGroupCreateStatic()
- uxSemaphoreGetCount()

Functions backported previously
- xTaskCreateStatic()
- xQueueCreateStatic()
- xSemaphoreCreateBinaryStatic(), xSemaphoreCreateCountingStatic()
- xSemaphoreCreateMutexStatic(), xSemaphoreCreateRecursiveMutexStatic()
- pcQueueGetName()
- vTaskSetThreadLocalStoragePointer()
- pvTaskGetThreadLocalStoragePointer()

Unit tests were also written for the functions above (except for pcQueueGetName
which is tested in a separate Queue Registry MR). The original tlsp and del cb test case
was deleted and integrated into the test cases of this MR.
2017-11-23 14:18:09 +08:00
..
croutine.h Initial public version 2016-08-17 23:08:22 +08:00
deprecated_definitions.h Initial public version 2016-08-17 23:08:22 +08:00
event_groups.h freertos/backport and test v9.0.0 functions 2017-11-23 14:18:09 +08:00
FreeRTOS.h freertos/backport and test v9.0.0 functions 2017-11-23 14:18:09 +08:00
FreeRTOSConfig.h FreeRTOS/make Queue Registry and Run Time Stats configurable 2017-11-14 15:50:31 +08:00
list.h FreeRTOS: Use C11 _Static_assert to verify static "dummy" structs at compile time 2016-11-23 10:22:19 +11:00
mpu_wrappers.h Initial public version 2016-08-17 23:08:22 +08:00
portable.h Heap tracing support 2017-09-07 16:32:05 +10:00
portbenchmark.h Initial public version 2016-08-17 23:08:22 +08:00
portmacro.h FreeRTOS/make Queue Registry and Run Time Stats configurable 2017-11-14 15:50:31 +08:00
porttrace.h Initial public version 2016-08-17 23:08:22 +08:00
projdefs.h Initial public version 2016-08-17 23:08:22 +08:00
queue.h freertos: minor issue in documentation snippet of queue. 2017-11-17 10:44:19 +11:00
ringbuf.h Add bytebuffer support to ringbuf.c 2016-10-24 21:18:02 +08:00
semphr.h freertos/backport and test v9.0.0 functions 2017-11-23 14:18:09 +08:00
StackMacros.h Initial public version 2016-08-17 23:08:22 +08:00
task.h New Task Watchdog API (Revert of Revert) 2017-11-02 16:47:51 +08:00
timers.h freertos/backport and test v9.0.0 functions 2017-11-23 14:18:09 +08:00
xtensa_api.h esp32: SEGGER SystemView Tracing Support 2017-06-27 20:52:43 +03:00
xtensa_config.h Initial public version 2016-08-17 23:08:22 +08:00
xtensa_context.h freertos: Update comments in "port" section (portMUX/etc) 2017-10-20 11:17:44 +08:00
xtensa_rtos.h freertos: fix error when including xtensa-timer.h from other components 2017-10-18 14:37:22 +08:00
xtensa_timer.h freertos: fix error when including xtensa-timer.h from other components 2017-10-18 14:37:22 +08:00