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

Enable PIO USB Host on RP2350 #9514

Merged
merged 1 commit into from
Aug 14, 2024
Merged

Conversation

tannewt
Copy link
Member

@tannewt tannewt commented Aug 12, 2024

It was crashing due to memcpy being left on the flash. Core 1 can't use code from flash because it may run during a flash operation that core 0 is doing.

Fixes #9493

It was crashing due to memcpy being left on the flash. Core 1 can't
use code from flash because it may run during a flash operation that
core 0 is doing.

Fixes micropython#9493
@tannewt tannewt requested a review from dhalbert August 14, 2024 16:56
Copy link
Collaborator

@dhalbert dhalbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@dhalbert dhalbert merged commit 2991c48 into adafruit:main Aug 14, 2024
538 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.

Fix USB Host on RP2350
2 participants