]> granicus.if.org Git - esp-idf/commit
gpio: Attach gpio intr to the isr_server on the right core.
authorJan Schmidt <jan@centricular.com>
Thu, 19 Jan 2017 12:46:41 +0000 (23:46 +1100)
committerAngus Gratton <angus@espressif.com>
Fri, 20 Jan 2017 03:56:59 +0000 (14:56 +1100)
commitac412feb69abad798d6b989d23293d61092f6eaa
treef739ee52d0cb10581c5fa5e7237f52734985114c
parentb022232e8415f1362ada131df253cc4e07b53ce9
gpio: Attach gpio intr to the isr_server on the right core.

Make sure GPIO interrupts get attached to the core that
the ISR service routine is running on, otherwise they
don't arrive.
components/driver/gpio.c