summaryrefslogtreecommitdiff
path: root/Kconfig.rttpkg
diff options
context:
space:
mode:
authorsakumisu <[email protected]>2025-08-07 21:11:19 +0800
committersakumisu <[email protected]>2025-08-07 21:49:51 +0800
commit4d6b12c704b7acfbc6b473d98c1829f0befe4bc4 (patch)
treea8909a584b1d5cf5ec6003853500141d62317d76 /Kconfig.rttpkg
parent5d2a7ca6bc635afc925ddcb0b35f44a660a29535 (diff)
docs: release v1.5.2v1.5.2
Signed-off-by: sakumisu <[email protected]>
Diffstat (limited to 'Kconfig.rttpkg')
-rw-r--r--Kconfig.rttpkg5
1 files changed, 4 insertions, 1 deletions
diff --git a/Kconfig.rttpkg b/Kconfig.rttpkg
index 7f7862ba..e5a0e430 100644
--- a/Kconfig.rttpkg
+++ b/Kconfig.rttpkg
@@ -465,12 +465,14 @@ if PKG_USING_CHERRYUSB
choice
prompt "Version"
- default PKG_USING_CHERRYUSB_V010500
+ default PKG_USING_CHERRYUSB_V010502
help
Select the package version
config PKG_USING_CHERRYUSB_LATEST_VERSION
bool "latest"
+ config PKG_USING_CHERRYUSB_V010502
+ bool "v1.5.2"
config PKG_USING_CHERRYUSB_V010501
bool "v1.5.1"
config PKG_USING_CHERRYUSB_V010500
@@ -488,6 +490,7 @@ if PKG_USING_CHERRYUSB
config PKG_CHERRYUSB_VER
string
default "latest" if PKG_USING_CHERRYUSB_LATEST_VERSION
+ default "v1.5.2" if PKG_USING_CHERRYUSB_V010502
default "v1.5.1" if PKG_USING_CHERRYUSB_V010501
default "v1.5.0" if PKG_USING_CHERRYUSB_V010500
default "v1.4.3" if PKG_USING_CHERRYUSB_V010403