Skip to content

Enable PIO USB Host on RP2350#9514

Merged
dhalbert merged 1 commit intoadafruit:mainfrom
tannewt:rp2350_usb_host
Aug 14, 2024
Merged

Enable PIO USB Host on RP2350#9514
dhalbert merged 1 commit intoadafruit:mainfrom
tannewt:rp2350_usb_host

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
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