-
Notifications
You must be signed in to change notification settings - Fork 1.3k
update for release 0.19.0 #3276
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates TinyUSB to version 0.19.0 by updating version numbers across multiple configuration files and adding comprehensive release notes documenting the new features, API changes, and bug fixes included in this release.
- Updates version from 0.18.0 to 0.19.0 across all configuration files
- Adds extensive changelog documentation for 0.19.0 with detailed feature additions and improvements
- Updates dependency documentation to reflect new STM32U0 support
Reviewed Changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tools/make_release.py | Updates version variable from 0.18.0 to 0.19.0 |
| src/tusb_option.h | Updates TUSB_VERSION_MINOR from 18 to 19 |
| repository.yml | Adds 0.19.0 version entry and updates "0-latest" pointer |
| library.json | Updates version field from 0.18.0 to 0.19.0 |
| docs/reference/dependencies.rst | Adds STM32U0 dependencies and updates table formatting |
| docs/info/changelog.rst | Adds comprehensive changelog for version 0.19.0 |
| CLAUDE.md | Documents the release process for future reference |
docs/info/changelog.rst
Outdated
|
|
||
| - Chipidea/NXP | ||
| - Fix race condition with spinlock | ||
| - Add async I/O support for MSC |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting Copilot put async IO here...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, right. I miss this one, This changelog is generated by claude code, which I think work much better than copilot. It saves quite a lot of time, specially with these non-code thing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
claude code, which I think work much better than copilot
Yeah I agree, even on complexe tasks like generate UAC1 definition header from spec the output is not bad.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
though claude cost also increased pretty fast. This changelog cost 5$ to generate, including me doing other setup and testing. I am back to codex and copilot to do boring works :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a lot, I use it in vscode, the free-tier limit is enough for me, last month I've only used 10% quota with Sonnet 4.
ea58a72 to
8832d22
Compare
No description provided.