diff --git a/peripherals/beep/Kconfig b/peripherals/beep/Kconfig index 0af3eeb1d6..a2ba1b24cf 100644 --- a/peripherals/beep/Kconfig +++ b/peripherals/beep/Kconfig @@ -69,10 +69,13 @@ if PKG_USING_BEEP choice prompt "Version" - default PKG_USING_BEEP_V110 + default PKG_USING_BEEP_V120 help Select the this package version + config PKG_USING_BEEP_V120 + bool "v1.2.0" + config PKG_USING_BEEP_V110 bool "v1.1.0" @@ -85,6 +88,7 @@ if PKG_USING_BEEP config PKG_BEEP_VER string + default "v1.2.0" if PKG_USING_BEEP_V120 default "v1.1.0" if PKG_USING_BEEP_V110 default "v1.0.0" if PKG_USING_BEEP_V100 default "latest" if PKG_USING_BEEP_LATEST_VERSION diff --git a/peripherals/beep/package.json b/peripherals/beep/package.json index c13002dd5f..a9d1b12d94 100644 --- a/peripherals/beep/package.json +++ b/peripherals/beep/package.json @@ -17,7 +17,7 @@ "license": "Apache-2.0", "repository": "https://github.com/Sunwancn/rtt-pkgs-beep", "icon": "unknown", - "homepage": "https://github.com/Sunwancn/rtt-pkgs-beep", + "homepage": "https://gitee.com/Sunwancn/rtt-pkgs-beep", "doc": "unknown", "site": [ { @@ -32,6 +32,12 @@ "filename": "rtt-pkgs-beep-1.1.0.zip", "VER_SHA": "NULL" }, + { + "version": "v1.2.0", + "URL": "https://github.com/Sunwancn/rtt-pkgs-beep/archive/refs/tags/v1.2.0.zip", + "filename": "rtt-pkgs-beep-1.2.0.zip", + "VER_SHA": "NULL" + }, { "version": "latest", "URL": "https://github.com/Sunwancn/rtt-pkgs-beep.git",