]> granicus.if.org Git - esp-idf/commitdiff
Merge branch 'bugfix/freertos_event_groups' into 'master'
authorIvan Grokhotkov <ivan@espressif.com>
Fri, 3 Mar 2017 03:45:59 +0000 (11:45 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Fri, 3 Mar 2017 03:45:59 +0000 (11:45 +0800)
FreeRTOS: Fix cross-core event group sync

As above

Also includes fixes which allowed removing some semi-hacky bits from the event group unit tests - specifically, higher priority tasks will always be started immediately even if they run on the opposite core.

See merge request !535


Trivial merge