]> granicus.if.org Git - esp-idf/commit
soc: Fix check_long_hold_gpio and move def to soc
authorKonstantin Kondrashov <konstantin@espressif.com>
Wed, 13 Jun 2018 04:52:44 +0000 (09:52 +0500)
committerKonstantin Kondrashov <konstantin@espressif.com>
Fri, 22 Jun 2018 04:20:27 +0000 (09:20 +0500)
commit32da455384d8e46b27d644305c830363d7260264
tree831c7ae9230641abe84892037c5d065cfadb6179
parent9d1cc00e5429eec35f6bad6f4391cdffc21dfe17
soc: Fix check_long_hold_gpio and move def to soc

Fix factory_reset_pin init as input
Move definition a structure rtc_gpio_desc to soc

Closes https://github.com/espressif/esp-idf/issues/2030
12 files changed:
components/bootloader_support/src/bootloader_common.c
components/driver/gpio.c
components/driver/include/driver/gpio.h
components/driver/include/driver/rtc_io.h
components/driver/rtc_module.c
components/driver/test/test_spi_master.c
components/esp32/include/rom/gpio.h
components/soc/esp32/gpio_periph.c [new file with mode: 0644]
components/soc/esp32/include/soc/gpio_pins.h [new file with mode: 0644]
components/soc/esp32/rtc_periph.c [new file with mode: 0644]
components/soc/include/soc/gpio_periph.h [new file with mode: 0644]
components/soc/include/soc/rtc_periph.h [new file with mode: 0644]