Skip to content

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
@hathach hathach deleted the add-in_isr-to-hcd_int_hanlder branch September 27, 2023 10:40
7FM pushed a commit to 7FM/tinyusb that referenced this pull request Aug 23, 2025
* This includes an FMA issue fix that broke several math functions.
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