]> granicus.if.org Git - esp-idf/commitdiff
Merge branch 'feature/faster_task_switching' into 'master'
authorJeroen Domburg <jeroen@espressif.com>
Thu, 20 Oct 2016 05:50:43 +0000 (13:50 +0800)
committerJeroen Domburg <jeroen@espressif.com>
Thu, 20 Oct 2016 05:50:43 +0000 (13:50 +0800)
Optimize task switching

xPortGetCoreID to inline assembly: 32 to 25 uS

Spinlock optimizations: another 1.5uS.

See merge request !139


Trivial merge