diff options
| author | sakumisu <[email protected]> | 2026-04-27 21:25:43 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2026-04-28 16:32:28 +0800 |
| commit | c9625ffa773ad10b8824d1b5361bca2ccc1f3d1e (patch) | |
| tree | 6a9e0183c1364f7852eeba104b1c6916b901435b /Kconfig.rttpkg | |
| parent | 1a885c76b85d7d40955bc8e88a522a3dd0eb3183 (diff) | |
docs: release v1.6.1v1.6.1release/v1.6
Signed-off-by: sakumisu <[email protected]>
Diffstat (limited to 'Kconfig.rttpkg')
| -rw-r--r-- | Kconfig.rttpkg | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Kconfig.rttpkg b/Kconfig.rttpkg index 4fa34158..12e3f2e0 100644 --- a/Kconfig.rttpkg +++ b/Kconfig.rttpkg @@ -516,12 +516,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 @@ -543,6 +545,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 |
