esp-idf/docs/api
Ivan Grokhotkov 48c4a10827 Merge branch 'feature/gpio_intr_function' into 'master'
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
2016-12-29 12:36:04 +08:00
..
bt.rst
bt_common.rst
bt_le.rst
deep_sleep.rst deep sleep: add documentation 2016-12-16 14:31:29 +08:00
esp_bt_defs.rst
esp_bt_main.rst
esp_eth.rst
esp_gap_ble.rst
esp_gatt_defs.rst component/bt : add some macro , so redo the doxygen 2016-12-15 14:02:48 +08:00
esp_gattc.rst
esp_gatts.rst
esp_smartconfig.rst esp32: refactor to sniffer 2016-12-15 18:20:00 +08:00
esp_wifi.rst
gpio.rst gpio_driver: add per-pin interrupt handlers 2016-12-29 11:16:32 +08:00
intr_alloc.rst Fix example code, add chapter to docs about interrupts and multicore issues 2016-12-08 14:42:00 +08:00
ledc.rst
log.rst
mem_alloc.rst Add testcase, fix executable memory allocated in shared dram/iram region 2016-12-15 15:03:22 +08:00
nvs_flash.rst docs: fix some warnings 2016-12-16 14:31:29 +08:00
ota.rst
pcnt.rst docs: fix some warnings 2016-12-16 14:31:29 +08:00
rmt.rst
sigmadelta.rst driver: sigma-delta 2016-12-18 17:20:17 +08:00
spi_flash.rst
template.rst Clarification on documenting examples 2016-12-27 12:32:40 +01:00
timer.rst
uart.rst driver: uart 2016-12-21 11:55:53 +08:00
ulp.rst
vfs.rst
vhci.rst
wdts.rst