]> granicus.if.org Git - esp-idf/commit
add gpio driver code
authorWangjialin <wangjialin@espressif.com>
Mon, 19 Sep 2016 09:33:21 +0000 (17:33 +0800)
committerWangjialin <wangjialin@espressif.com>
Mon, 19 Sep 2016 09:33:21 +0000 (17:33 +0800)
commit2be163f6cc2a7a9e537cf71bf1db4c1ffca53c94
treea20e3aba2e673aeba8ffdb98bd865fa39996aaff
parentb1ac1448740186620533ce45e92616bb1a593daf
add gpio driver code
15 files changed:
components/driver/component.mk [new file with mode: 0644]
components/driver/gpio.c [new file with mode: 0644]
components/driver/include/driver/gpio.h [new file with mode: 0644]
components/esp32/include/soc/gpio_reg.h
components/esp32/include/soc/gpio_sd_struct.h
components/esp32/include/soc/gpio_struct.h
components/esp32/include/soc/i2c_struct.h
components/esp32/include/soc/i2s_struct.h
components/esp32/include/soc/ledc_struct.h
components/esp32/include/soc/pcnt_struct.h
components/esp32/include/soc/rmt_struct.h
components/esp32/include/soc/spi_struct.h
components/esp32/include/soc/timer_group_struct.h
components/esp32/include/soc/uart_struct.h
components/esp32/include/soc/uhci_struct.h