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

target: family: psoc6: remove unnecessary sleep during reset. #1562

Merged
merged 1 commit into from
May 23, 2023

Conversation

te-johan
Copy link
Contributor

self.reset() have a 0.5 second sleep when using hw reset and other reset types should not require any additional sleep.
by removing this sleep it is possible to aquire targets where the application disable the swd port.

self.reset() have a 0.5 second sleep when using hw reset.
other reset types should not require any additional sleep.
by removing this sleep it is possible to aquire targets where
the application disable the swd port.
@flit
Copy link
Member

flit commented May 23, 2023

Ah, that's where that sleep was!

@flit flit merged commit 574359c into pyocd:main May 23, 2023
21 checks passed
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.

None yet

2 participants