Skip to content

Gh action use replacement ruby#1444

Merged
hathach merged 2 commits intohathach:masterfrom
Firefishy:gh-action-use-replacement-ruby
Apr 25, 2022
Merged

Gh action use replacement ruby#1444
hathach merged 2 commits intohathach:masterfrom
Firefishy:gh-action-use-replacement-ruby

Conversation

@Firefishy
Copy link
Copy Markdown
Contributor

Replace retired github action actions/setup-ruby with supported replacement ruby/setup-ruby

Minor actions/checkout version bump.

@Firefishy
Copy link
Copy Markdown
Contributor Author

Copy link
Copy Markdown
Owner

@hathach hathach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you very much for the bump up

@hathach hathach merged commit 6ec5174 into hathach:master Apr 25, 2022
@Firefishy Firefishy deleted the gh-action-use-replacement-ruby branch April 25, 2022 18:14
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.
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