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

Add in isr to hcd int hanlder #2269

Merged
merged 4 commits into from
Sep 27, 2023
Merged

Add in isr to hcd int hanlder #2269

merged 4 commits into from
Sep 27, 2023

Conversation

hathach
Copy link
Owner

@hathach hathach commented Sep 27, 2023

Describe the PR

  • Change signature of hcd_int_handler from (uint8_t rhport) to (uint8_t rhport, bool in_isr)
  • for backward-compatible tuh_int_handler() is update to take optional arugment
    • tuh_int_handler(rhport) --> hcd_int_handler(rhport, true)
    • tuh_int_handler(rhport, in_isr) --> hcd_int_handler(rhport, in_isr)

@hathach hathach merged commit e405817 into master Sep 27, 2023
82 checks passed
@hathach hathach deleted the add-in_isr-to-hcd_int_hanlder branch September 27, 2023 10:40
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

1 participant