mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-18 06:35:35 +03:00
Merge branch 'feature/freertos_get_static_buffers_v5.1' into 'release/v5.1'
FreeRTOS: Add GetStaticBuffer and CreateWithCaps functions (v5.1) See merge request espressif/esp-idf!23381
This commit is contained in:
@@ -430,6 +430,12 @@ When implementing TLSP callbacks, users should note the following:
|
||||
- The callback **must never attempt to block or yield** and critical sections should be kept as short as possible
|
||||
- The callback is called shortly before a deleted task's memory is freed. Thus, the callback can either be called from :cpp:func:`vTaskDelete` itself, or from the idle task.
|
||||
|
||||
.. ----------------------------------------------- IDF Additional API --------------------------------------------------
|
||||
|
||||
IDF Additional API
|
||||
------------------
|
||||
|
||||
The :component_file:`freertos/esp_additions/include/freertos/idf_additions.h` header contains FreeRTOS related helper functions added by ESP-IDF. Users can include this header via ``#include "freertos/idf_additions.h"``.
|
||||
|
||||
.. ------------------------------------------ Component Specific Properties --------------------------------------------
|
||||
|
||||
@@ -455,3 +461,8 @@ Hooks API
|
||||
^^^^^^^^^
|
||||
|
||||
.. include-build-file:: inc/esp_freertos_hooks.inc
|
||||
|
||||
Additional API
|
||||
^^^^^^^^^^^^^^
|
||||
|
||||
.. include-build-file:: inc/idf_additions.inc
|
||||
|
||||
Reference in New Issue
Block a user