]> granicus.if.org Git - esp-idf/commitdiff
Merge branch 'feature/per_cpu_interrupt_handlers' into 'master'
authorJeroen Domburg <jeroen@espressif.com>
Fri, 11 Nov 2016 06:50:29 +0000 (14:50 +0800)
committerJeroen Domburg <jeroen@espressif.com>
Fri, 11 Nov 2016 06:50:29 +0000 (14:50 +0800)
Per-CPU interrupt handlers and args

Up to now, the interrupt handlers and args were shared between CPUs, that is, if you set an interrupt handler on CPU0, CPU1 would invoke the same interrupt handler on that interrupt. This code gives every CPU its own space for interrupt handlers.

See merge request !192


Trivial merge