From b69d491cd140e85f37e2e15b93f21a88c7d4135b Mon Sep 17 00:00:00 2001 From: CYFS <2805686936@qq.com> Date: Fri, 22 May 2026 11:13:25 +0800 Subject: [PATCH] update CmBacktrace versions --- tools/CmBacktrace/Kconfig | 5 ++++- tools/CmBacktrace/package.json | 5 +++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/tools/CmBacktrace/Kconfig b/tools/CmBacktrace/Kconfig index a7f9f20cdd..3a009b5936 100644 --- a/tools/CmBacktrace/Kconfig +++ b/tools/CmBacktrace/Kconfig @@ -88,10 +88,13 @@ if PKG_USING_CMBACKTRACE choice prompt "Version" - default PKG_USING_CMBACKTRACE_V10401 + default PKG_USING_CMBACKTRACE_V10500 help Select the this package version + config PKG_USING_CMBACKTRACE_V10500 + bool "v1.5.0" + config PKG_USING_CMBACKTRACE_V10401 bool "v1.4.1" diff --git a/tools/CmBacktrace/package.json b/tools/CmBacktrace/package.json index afbf5c7d08..3eab4af071 100644 --- a/tools/CmBacktrace/package.json +++ b/tools/CmBacktrace/package.json @@ -23,6 +23,11 @@ "doc": "https://www.rt-thread.org/document/site/rtthread-application-note/debug/cmbacktrace/an0013-rtthread-debug-CmBacktrace/", "readme": "CmBacktrace (Cortex Microcontroller Backtrace) is an open source library for automatic analysis, positioning, and error analysis of error codes for ARM Cortex-M series MCUs.", "site": [ + { + "version": "v1.5.0", + "URL": "https://github.com/armink-rtt-pkgs/CmBacktrace/archive/1.5.0.zip", + "filename": "CmBacktrace-1.5.0.zip" + }, { "version": "v1.4.1", "URL": "https://github.com/armink-rtt-pkgs/CmBacktrace/archive/1.4.1.zip",