From 8c0d9ecc30cf27d23ea92e2180d0fe2a9f7a7c90 Mon Sep 17 00:00:00 2001 From: Sunwancn Date: Fri, 16 Jan 2026 17:30:35 +0800 Subject: [PATCH] =?UTF-8?q?[beep]=E5=8F=91=E5=B8=83v1.2.0=E7=89=88?= =?UTF-8?q?=E5=8F=8A=E5=8F=98=E6=9B=B4git=E6=BA=90=E8=87=B3gitee?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- peripherals/beep/Kconfig | 6 +++++- peripherals/beep/package.json | 12 +++++++++--- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/peripherals/beep/Kconfig b/peripherals/beep/Kconfig index 0af3eeb1..a2ba1b24 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 c13002dd..7bb7e3cc 100644 --- a/peripherals/beep/package.json +++ b/peripherals/beep/package.json @@ -15,9 +15,9 @@ "github": "Sunwancn" }, "license": "Apache-2.0", - "repository": "https://github.com/Sunwancn/rtt-pkgs-beep", + "repository": "https://gitee.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,9 +32,15 @@ "filename": "rtt-pkgs-beep-1.1.0.zip", "VER_SHA": "NULL" }, + { + "version": "v1.2.0", + "URL": "https://gitee.com/sunwancn/rtt-pkgs-beep.git", + "filename": "rtt-pkgs-beep-1.2.0.zip", + "VER_SHA": "02bea853135b984408450f3fdb943a5a927101a8" + }, { "version": "latest", - "URL": "https://github.com/Sunwancn/rtt-pkgs-beep.git", + "URL": "https://gitee.com/Sunwancn/rtt-pkgs-beep.git", "filename": "Null for git package", "VER_SHA": "master" } -- Gitee