Skip to content

docs: clarify ESP32 GPIO deep-sleep hold availability. - #19624

Open
Josverl wants to merge 1 commit into
micropython:masterfrom
Josverl:copilot/fix-esp32-gpio-deep-sleep-hold
Open

docs: clarify ESP32 GPIO deep-sleep hold availability.#19624
Josverl wants to merge 1 commit into
micropython:masterfrom
Josverl:copilot/fix-esp32-gpio-deep-sleep-hold

Conversation

@Josverl

@Josverl Josverl commented Aug 15, 2026

Copy link
Copy Markdown
Contributor

Summary

esp32.gpio_deep_sleep_hold() is absent on ESP32-C6 and several other ESP32 hardware variant because the underlying GPIO hold capability is not supported.
This PR document its supported targets: ESP32, ESP32-C3, ESP32-S2, and ESP32-S3.

Testing

Reviewed the existing ESP32 capability guard and validated the RST change.
Documentation built locally.

Generative AI

I used generative AI tools when creating this PR, but a human has checked the
code and is responsible for the code and the description above.

@Josverl Josverl added the docs label Aug 15, 2026
@Josverl
Josverl force-pushed the copilot/fix-esp32-gpio-deep-sleep-hold branch from ed21524 to dab96ff Compare August 15, 2026 14:38
@agatti

agatti commented Aug 15, 2026

Copy link
Copy Markdown
Contributor

You've missed the ESP32C2 :)

Signed-off-by: Jos Verlinde <Jos_Verlinde@hotmail.com>
@Josverl
Josverl force-pushed the copilot/fix-esp32-gpio-deep-sleep-hold branch from dab96ff to dbaa152 Compare August 15, 2026 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

esp32.gpio_deep_sleep_hold not defined for esp32c6

2 participants