kopia lustrzana https://github.com/espressif/esp-idf
659ec67967
Previously, Task Snapshot could be conditionally built based on the CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT option. However, there is no overhead with always enabling Task Snapshot functions, as the linker will remove any functions if they are not called. This commit... - removes all ESP-IDF dependencies on the CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT option so that Task Snapshot functions are always available. - Makes CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT a hidden option to maintain compatibility with user code. - adds documentation regarding Task Snapshot. |
||
---|---|---|
.. | ||
Doxyfile | ||
Doxyfile_esp32 | ||
Doxyfile_esp32c2 | ||
Doxyfile_esp32c3 | ||
Doxyfile_esp32c6 | ||
Doxyfile_esp32h2 | ||
Doxyfile_esp32p4 | ||
Doxyfile_esp32s2 | ||
Doxyfile_esp32s3 |