]> granicus.if.org Git - esp-idf/commit
freertos: fix dual core issue
authorLiu Zhi Fu <liuzhifu@espressif.com>
Thu, 22 Dec 2016 02:17:39 +0000 (10:17 +0800)
committerLiu Zhi Fu <liuzhifu@espressif.com>
Thu, 22 Dec 2016 02:17:39 +0000 (10:17 +0800)
commit2cffaf9cc841cbc5d2b495a326a2ba8bd3930d1b
treec15ab770e014a7d5900ae83f8e5af8683fada9a9
parenta760eb3980d679f96cf95d1d47781790782adefd
freertos: fix dual core issue

This commit fixes:
1. xTaskGetCurrentTaskHandle may return wrong TCB when current task switch to a different core
2. Idle task may have problem when it terminate the task in both core
components/freertos/tasks.c