app_trace/sysview: fixed freertos tracing calling plus sync apptrace component with the master branch version

docs: remove reference to backported features in freertos 10 api-reference.
This commit is contained in:
Felipe Neves
2020-05-19 13:32:31 -03:00
committed by bot
parent d8ed9be1d4
commit f3783ba258
15 changed files with 303 additions and 241 deletions

View File

@@ -7,7 +7,7 @@ Overview
This section contains documentation of FreeRTOS types, functions, and macros. It is automatically generated from FreeRTOS header files.
.. note::
ESP-IDF FreeRTOS is based on the Xtensa port of FreeRTOS v8.2.0, however some functions of FreeRTOS v9.0.0 have been backported. See the :ref:`backported-features` for more information.
ESP-IDF FreeRTOS is based on the Xtensa port of FreeRTOS v10.2.0,
For more information about FreeRTOS features specific to ESP-IDF, see :doc:`ESP-IDF FreeRTOS SMP Changes<../../api-guides/freertos-smp>`
and :doc:`ESP-IDF FreeRTOS Additions<freertos_additions>`.