Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix double tap issue #181

Merged
merged 1 commit into from
Jan 5, 2022
Merged

fix double tap issue #181

merged 1 commit into from
Jan 5, 2022

Conversation

hathach
Copy link
Member

@hathach hathach commented Jan 5, 2022

fix double tap issue, fix #176 . Root cause: gpio_ll_set_level() is used in version 0.7.0 since S3 gpio rom does not have gpio_output_set_high(), unlike rom API, gpio_ll needs to explicitly enable output first.

@ladyada while working on this issue, I figured out that esp_rom_gpio_pad_select_gpio() can also be used to get JTAG pin working as double tap pin. Therefore there is no restriction on JTAG pin after this got merged. Please skip 0.7.0 for new S2 board, 0.8.0 will be released as soon as this is merged.

@hathach hathach merged commit 053e850 into master Jan 5, 2022
@hathach hathach deleted the fix-double-tap branch January 5, 2022 15:50
@ladyada
Copy link
Member

ladyada commented Jan 5, 2022

ok great work!

@UnexpectedMaker
Copy link
Contributor

UnexpectedMaker commented Jan 5, 2022

Well done!!!! Can you wait on 0.8.0 for 10 mins while I do a PR for my new S3 boards please?
Oh, just saw 0.8.0 is out... bummer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PIN_DOUBLE_RESET_RC on ESP32-S3 - using IO47 not working
3 participants