Skip to content

Commit d8cd912

Browse files
sakumisuRbb666
authored andcommitted
update(cherryusb): update to v1.5.2
Signed-off-by: sakumisu <[email protected]>
1 parent ffe6e3f commit d8cd912

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

system/CherryUSB/Kconfig

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,12 +465,14 @@ if PKG_USING_CHERRYUSB
465465

466466
choice
467467
prompt "Version"
468-
default PKG_USING_CHERRYUSB_V010500
468+
default PKG_USING_CHERRYUSB_V010502
469469
help
470470
Select the package version
471471

472472
config PKG_USING_CHERRYUSB_LATEST_VERSION
473473
bool "latest"
474+
config PKG_USING_CHERRYUSB_V010502
475+
bool "v1.5.2"
474476
config PKG_USING_CHERRYUSB_V010501
475477
bool "v1.5.1"
476478
config PKG_USING_CHERRYUSB_V010500
@@ -488,6 +490,7 @@ if PKG_USING_CHERRYUSB
488490
config PKG_CHERRYUSB_VER
489491
string
490492
default "latest" if PKG_USING_CHERRYUSB_LATEST_VERSION
493+
default "v1.5.2" if PKG_USING_CHERRYUSB_V010502
491494
default "v1.5.1" if PKG_USING_CHERRYUSB_V010501
492495
default "v1.5.0" if PKG_USING_CHERRYUSB_V010500
493496
default "v1.4.3" if PKG_USING_CHERRYUSB_V010403

system/CherryUSB/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
"filename": "Null for git package",
2626
"VER_SHA": "master"
2727
},
28+
{
29+
"version": "v1.5.2",
30+
"URL": "https://github.com/cherry-embedded/CherryUSB/archive/refs/tags/v1.5.2.zip",
31+
"filename": "CherryUSB-1.5.2.zip"
32+
},
2833
{
2934
"version": "v1.5.1",
3035
"URL": "https://github.com/cherry-embedded/CherryUSB/archive/refs/tags/v1.5.1.zip",

0 commit comments

Comments
 (0)