fix(esp_driver_gpio): manage lp_io module clock by driver

Closes https://github.com/espressif/esp-idf/issues/13683
This commit is contained in:
wuzhenghui
2024-05-20 20:18:25 +08:00
parent 78c40fd19a
commit cca222948a
14 changed files with 153 additions and 80 deletions
@@ -14,6 +14,8 @@
#include "soc/rtc_io_channel.h"
#endif
#include "soc/io_mux_reg.h"
#ifdef __cplusplus
extern "C"
{