]> granicus.if.org Git - esp-idf/commit
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)
commitede25dbc179efa792646138e5ae1f185a29838b2
tree1283967ec80f3c79cd137e8be2670cb3e933218a
parent19db9ed87054151d37d5418d252bb57bed8fc0d5
parent2d393f05300b6050788561ba1dada185c27917f8
Merge branch 'feature/faster_task_switching' into 'master'

Optimize task switching

xPortGetCoreID to inline assembly: 32 to 25 uS

Spinlock optimizations: another 1.5uS.

See merge request !139