Skip to content

fix rp2040 with new shared irq usb handler #2

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

Merged
merged 1 commit into from
Mar 13, 2023

Conversation

hathach
Copy link

@hathach hathach commented Mar 13, 2023

due to hathach/tinyusb#1519, rp2040 irq handler is now shared one, unlike exclusive one, we cannot get and remove shared handler declared static by tinyusb. We could simply

  • add new shared irq to schedule usb background
  • skip calling tud/tuh_int_handler with rp2040.

@dhalbert

Copy link
Owner

@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 7bfe186 into dhalbert:tinyusb-update Mar 13, 2023
dhalbert pushed a commit that referenced this pull request Jan 9, 2024
Update changes of the last month for new hardware models
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.

2 participants