]> granicus.if.org Git - esp-idf/commit
Merge branch 'bugfix/app_tasks_start_on_wrong_cpu' into 'master'
authorJeroen Domburg <jeroen@espressif.com>
Thu, 23 Feb 2017 03:19:37 +0000 (11:19 +0800)
committerJeroen Domburg <jeroen@espressif.com>
Thu, 23 Feb 2017 03:19:37 +0000 (11:19 +0800)
commit7dfb1c2e971b01f7c8e01307b6bed0a27e5bbdc7
tree95c2e4093e3277f9c9b33504f80175a6bf716b2d
parentc057f067c722701946f6a92108749443a66be8db
parentce7d0a70150a7b0caf0df026c5ef0305ec39f435
Merge branch 'bugfix/app_tasks_start_on_wrong_cpu' into 'master'

Fix a scheduling bug

Fixes:
- Trivial bug where in some special cases a task could be started on the wrong core (and would run there for max 1 tick)
- More major bug causing a yield to be done with a mux held.

See merge request !523