esp-idf/docs/doxygen
Darian Leung 659ec67967 refactor(freertos): Remove option for Task Snapshot
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.
2023-08-28 20:11:27 +08:00
..
Doxyfile refactor(freertos): Remove option for Task Snapshot 2023-08-28 20:11:27 +08:00
Doxyfile_esp32 driver: pack peripherals 2023-02-02 18:19:58 +08:00
Doxyfile_esp32c2 docs: cleanup target specific doxygen files 2022-10-18 14:18:48 +08:00
Doxyfile_esp32c3 docs: Fix Doxyfile after esp_ds.h is merged 2022-11-24 16:03:30 +05:30
Doxyfile_esp32c6 docs: Fix Doxyfile after esp_ds.h is merged 2022-11-24 16:03:30 +05:30
Doxyfile_esp32h2 docs: add support for building H2 docs 2023-01-17 10:04:26 +08:00
Doxyfile_esp32p4 docs(esp32p4): added building docs for ESP32-P4 2023-08-16 10:13:47 +08:00
Doxyfile_esp32s2 driver: pack peripherals 2023-02-02 18:19:58 +08:00
Doxyfile_esp32s3 driver: pack peripherals 2023-02-02 18:19:58 +08:00