File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments