mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
feat(gpio): add a dump API to dump IO configurations
Closes https://github.com/espressif/esp-idf/issues/12176
This commit is contained in:
@@ -83,6 +83,7 @@ INPUT = \
|
||||
$(PROJECT_PATH)/components/driver/gpio/include/driver/gpio.h \
|
||||
$(PROJECT_PATH)/components/driver/gpio/include/driver/gpio_etm.h \
|
||||
$(PROJECT_PATH)/components/driver/gpio/include/driver/gpio_filter.h \
|
||||
$(PROJECT_PATH)/components/driver/gpio/include/driver/lp_io.h \
|
||||
$(PROJECT_PATH)/components/driver/gpio/include/driver/rtc_io.h \
|
||||
$(PROJECT_PATH)/components/driver/gptimer/include/driver/gptimer.h \
|
||||
$(PROJECT_PATH)/components/driver/gptimer/include/driver/gptimer_etm.h \
|
||||
|
Reference in New Issue
Block a user