Merge branch 'bugfix/freertos_include_coreid' into 'master'

freertos: Fix include coreid regression, add new UT configs

See merge request espressif/esp-idf!10864
This commit is contained in:
Angus Gratton
2020-10-22 16:58:51 +08:00
11 changed files with 219 additions and 27 deletions

View File

@@ -506,6 +506,9 @@ and ``vApplicationTickHook()`` can only be defined once. However, the ESP32 is d
in nature, therefore same Idle Hook and Tick Hook are used for both cores (in other words,
the hooks are symmetrical for both cores).
In a dual core system, ``vApplicationTickHook()`` must be located in IRAM (for example
by adding the IRAM_ATTR attribute).
ESP-IDF Idle and Tick Hooks
^^^^^^^^^^^^^^^^^^^^^^^^^^^
Due to the the dual core nature of the ESP32, it may be necessary for some