From 135ef9061776215409d34f6258c8e29e088d9553 Mon Sep 17 00:00:00 2001 From: Sunwancn Date: Fri, 16 Jan 2026 17:30:35 +0800 Subject: [PATCH] =?UTF-8?q?[peripherals/beep]=E5=8F=91=E5=B8=831.2.0?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=94=AF=E6=8C=81V4/V5=E7=B3=BB=E7=BB=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- peripherals/beep/Kconfig | 6 +++++- peripherals/beep/package.json | 8 +++++++- 2 files changed, 12 insertions(+), 2 deletions(-) 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",