Song Ruo Jing
|
8f74c54a8a
|
refactor(gpio): simplified gpio_reset_pin function to not call gpio_configure
Closes https://github.com/espressif/esp-idf/pull/15569
|
2025-03-20 14:56:16 +08:00 |
|
Song Ruo Jing
|
a6ac2bb322
|
refactor(gpio): improve gpio_get_io_config API
|
2025-02-10 21:44:51 +08:00 |
|
Song Ruo Jing
|
3a8d065908
|
refactor(gpio): improve gpio_iomux_in/out API
|
2025-02-10 21:44:07 +08:00 |
|
Song Ruo Jing
|
c749ec66f6
|
fix(gpio): fix pu, pd, drv value incorrect from gpio_dump_io_configuration on esp32
Closes https://github.com/espressif/esp-idf/issues/14931
|
2024-12-18 22:38:25 +08:00 |
|
Ihor Nehrutsa
|
4d9d164541
|
feat(gpio): Add gpio_get_io_config()
Signed-off-by: IhorNehrutsa <Ihor.Nehrutsa@gmail.com>
|
2024-12-18 22:38:25 +08:00 |
|
Song Ruo Jing
|
e1d3d830ce
|
refactor(gpio): public some IO configuration functions
This allows different peripheral drivers to act on the same IO.
|
2024-09-11 18:07:46 +08:00 |
|
Song Ruo Jing
|
706935f468
|
fix(gpio): esp32p4 IOs cannot keep being held in the entire deep sleep process
|
2024-08-15 21:54:21 +08:00 |
|
wuzhenghui
|
66fa61f353
|
docs(gpio): update gpio_deep_sleep_hold_en API usage notes
|
2024-08-01 10:37:23 +08:00 |
|
morris
|
c0289ee6eb
|
fix(drivers): fix typos found by codespell
codespell components/esp_driver*
|
2024-03-28 10:01:27 +08:00 |
|
wuzhenghui
|
d688492fe9
|
docs(gpio): add description for gpio_force_hold_all & gpio_force_unhold_all
Closes https://github.com/espressif/esp-idf/issues/13186
|
2024-02-21 16:21:03 +08:00 |
|
wuzhenghui
|
cfd8c6fb94
|
docs(esp_pm): Adding notes on configuring GPIOs when using PD_TOP sleep
Closes https://github.com/espressif/esp-idf/issues/13143
|
2024-02-21 16:20:59 +08:00 |
|
Song Ruo Jing
|
9461993ec5
|
refactor(gpio): make gpio driver as component, and fix astyle
|
2023-11-03 15:42:23 +08:00 |
|