]> granicus.if.org Git - esp-idf/commitdiff
Merge branch 'feature/gpio_intr_function' into 'master'
authorIvan Grokhotkov <ivan@espressif.com>
Thu, 29 Dec 2016 04:36:04 +0000 (12:36 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Thu, 29 Dec 2016 04:36:04 +0000 (12:36 +0800)
GPIO driver: add per-pin interrupt handlers

1. add ISR handler apis so that users of different layers can hook their own isr handler on different GPIO.
    Audio project has different software layers, they need different gpio isr handler for layer instead of processing all GPIO interrupts in one handler.
    If this kind of calling a handler from isr is not proper, please kindly point out.
2. add gpio example code.
3. update gpio doc.

See merge request !345


Trivial merge