Merged
Conversation
|
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR bumps the TinyUSB version from 0.19.0 to 0.20.0 in preparation for a new release. The changes update version numbers across configuration files, consolidate agent documentation, add new board presets, and document all changes in the release changelog.
- Version number updated from 0.19.0 to 0.20.0 across all configuration files
- Documentation consolidated from
.github/copilot-instructions.mdintoAGENTS.mdwith enhanced release instructions - New board presets added and Nordic board names standardized (pca10xxx → nrf52xxx/nrf53xxx naming)
Reviewed Changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| tools/make_release.py | Updated version to 0.20.0, added gen_presets import/call, fixed regex pattern for sonar properties |
| src/tusb_option.h | Bumped TUSB_VERSION_MINOR from 19 to 20 |
| sonar-project.properties | Updated SonarQube project version to 0.20.0 |
| repository.yml | Added version 0.20.0 and updated 0-latest pointer |
| library.json | Updated PlatformIO library version to 0.20.0 |
| hw/bsp/BoardPresets.json | Added new board presets and renamed Nordic boards to standardized names |
| docs/info/changelog.rst | Added comprehensive 0.20.0 release notes with categorized changes |
| AGENTS.md | Consolidated and enhanced agent instructions with release process documentation |
| .github/copilot-instructions.md | Removed entire file (content moved to AGENTS.md) |
| .github/workflows/ci_set_matrix.py | Split stm32h7 and stm32h7rs into separate CI matrix entries |
| # gen presets | ||
| gen_presets.main() | ||
|
|
||
| ##################(ver# |
There was a problem hiding this comment.
Malformed comment contains extraneous characters '(ver#'. Should be '##########' to match the comment style used elsewhere in the file.
Suggested change
| ##################(ver# | |
| ################### |
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.



No description provided.