esp-idf/docs/en
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
..
_templates doc: Add exact git version & target SoC to feedback form parameters 2020-03-27 11:29:59 +11:00
api-guides Merge branch 'docs/uninstall_idf' into 'master' 2023-08-23 05:03:51 +08:00
api-reference refactor(freertos): Remove option for Task Snapshot 2023-08-28 20:11:27 +08:00
contribute docs: add CN translation for contribute/esp-idf-tests-with-pytest.rst 2023-08-24 05:32:11 +08:00
get-started docs: Update CN translation for idf-tools.rst and get-started/index.rst 2023-08-21 15:34:26 +02:00
hw-reference docs: updated misc docs with H2 specific information. 2023-06-06 09:48:47 +08:00
libraries-and-frameworks Merge branch 'docs/add_Chinese_translation_for_several_short_docs1' into 'master' 2023-05-04 17:25:42 +08:00
migration-guides docs: update format issues for EN and CN under api-reference/protocols and migration-guides 2023-08-10 14:30:50 +08:00
security Merge branch 'fix/fix_host_based_security_workflow_documentation' into 'master' 2023-08-23 23:25:58 +08:00
third-party-tools docs: fix link_roles not linking correctly for certain files 2020-06-22 20:42:59 +08:00
404.rst docs: update format issues for EN and CN under api-reference/protocols and migration-guides 2023-08-10 14:30:50 +08:00
about.rst docs: update format issues for EN and CN under api-reference/protocols and migration-guides 2023-08-10 14:30:50 +08:00
conf.py docs: update copyright date for docs automatically 2022-01-10 15:05:33 +08:00
COPYRIGHT.rst change(esp_wifi): Update copyright info for wpa_supplicant 2023-08-02 18:51:37 +05:30
index.rst docs: update format issues for EN and CN under api-reference/protocols and migration-guides 2023-08-10 14:30:50 +08:00
languages.rst doc:updated cn translation for language.rst and version.rst to provide new layout for version/target select 2021-03-12 16:15:56 +08:00
resources.rst docs: update redirected links 2022-05-07 13:09:41 +08:00
versions.rst doc: add documentation for compatibility between IDF version and chip revision 2023-08-14 17:34:16 +08:00