mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
2b357071f1
This commit deprecates the `#include "freertos/task_snapshot.h" include path: - Adds compatibility header with compile time warning - Removes hints related to `task_snapshot.h` - Adds entry to migration guide
14 lines
369 B
ReStructuredText
14 lines
369 B
ReStructuredText
System
|
|
======
|
|
|
|
:link_to_translation:`zh_CN:[中文]`
|
|
|
|
FreeRTOS
|
|
--------
|
|
|
|
Task Snapshot
|
|
^^^^^^^^^^^^^
|
|
|
|
The Task Snapshot API has been made private due to a lack of a practical way for the API to be used from user code (the scheduler must be halted before the API can be called).
|
|
|
|
As a result, the ``#include "freertos/task_snapshot.h"`` include path has been deprecated. |