Gh action use replacement ruby#1444
Merged
hathach merged 2 commits intohathach:masterfrom Apr 25, 2022
Merged
Conversation
Contributor
Author
hathach
approved these changes
Apr 25, 2022
Owner
hathach
left a comment
There was a problem hiding this comment.
thank you very much for the bump up
7FM
pushed a commit
to 7FM/tinyusb
that referenced
this pull request
Aug 23, 2025
* USB descriptor string length. Implement a mechanism to set the maximum string length used in tud_descriptor_string_cb() by defining USBD_DESC_STR_MAX. If USBD_DESC_STR_MAX is not defined, the behavior remains unchanged and the previous default value of 20 is used. A compile time error is produced if USBD_DESC_STR_MAX is higher than 127 since the length of the string plus header is returned in a single byte as (2 * len + 2). Similarly, a compile time error is generated if the length is defined as less than 17 in order to ensure that there is enough room for the 16-character serial number plus header. * Fix spelling mistake. Renamed irq_hander_chain_free_slot_head to irq_handler_chain_free_slot_head (added missing l). * Add documentation for gpio_add_raw_irq_handler functions. Added a note that irq_add_shared_handler() is used internally and that the function will assert if the maximum number of shared handlers would be exceeded.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replace retired github action actions/setup-ruby with supported replacement ruby/setup-ruby
Minor actions/checkout version bump.