Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion system/CherryUSB/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -498,12 +498,14 @@ if PKG_USING_CHERRYUSB

choice
prompt "Version"
default PKG_USING_CHERRYUSB_V010503
default PKG_USING_CHERRYUSB_V010601
help
Select the package version

config PKG_USING_CHERRYUSB_LATEST_VERSION
bool "latest"
config PKG_USING_CHERRYUSB_V010601
bool "v1.6.1"
config PKG_USING_CHERRYUSB_V010600
bool "v1.6.0"
config PKG_USING_CHERRYUSB_V010503
Expand All @@ -525,6 +527,7 @@ if PKG_USING_CHERRYUSB
config PKG_CHERRYUSB_VER
string
default "latest" if PKG_USING_CHERRYUSB_LATEST_VERSION
default "v1.6.1" if PKG_USING_CHERRYUSB_V010601
default "v1.6.0" if PKG_USING_CHERRYUSB_V010600
default "v1.5.3.99" if PKG_USING_CHERRYUSB_V010503
default "v1.5.2" if PKG_USING_CHERRYUSB_V010502
Expand Down
5 changes: 5 additions & 0 deletions system/CherryUSB/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
"filename": "Null for git package",
"VER_SHA": "master"
},
{
"version": "v1.6.1",
"URL": "https://github.com/cherry-embedded/CherryUSB/archive/refs/tags/v1.6.1.zip",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

这个链接失效了

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

还未更新

"filename": "CherryUSB-1.6.1.zip"
},
{
"version": "v1.6.0",
"URL": "https://github.com/cherry-embedded/CherryUSB/archive/refs/tags/v1.6.0.zip",
Expand Down
Loading