From: Jeroen Domburg Date: Wed, 8 Feb 2017 04:19:34 +0000 (+0800) Subject: Merge branch 'bugfix/yield_other_core_prio_check_fix' into 'master' X-Git-Tag: v2.0-rc2~66 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c61fdff7293c68142d052376eace1a3a9f6a2312;p=esp-idf Merge branch 'bugfix/yield_other_core_prio_check_fix' into 'master' Fix interrupting task on other CPU that has lower prio than current task on current CPU Fix for a very subtle bug introduced somewhere in december. This bug would cause a cross-core interrupt to only be sent if the activated task has a higher priority than the task currently running on *this* cpu, instead of on the other CPU. See merge request !475 --- c61fdff7293c68142d052376eace1a3a9f6a2312