]> granicus.if.org Git - esp-idf/commit
Merge branch 'bugfix/yield_other_core_prio_check_fix' into 'master'
authorJeroen Domburg <jeroen@espressif.com>
Wed, 8 Feb 2017 04:19:34 +0000 (12:19 +0800)
committerJeroen Domburg <jeroen@espressif.com>
Wed, 8 Feb 2017 04:19:34 +0000 (12:19 +0800)
commitc61fdff7293c68142d052376eace1a3a9f6a2312
tree45ace28ea0b6b13ac21b441bcb213762ef1d8bed
parent89fea85a4597d7cf039b85117660707c4fe05d69
parentd07a149e2cc32ecb9b5d933ff88e3e1613ce3fc7
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