Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion tools/CmBacktrace/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
5 changes: 5 additions & 0 deletions tools/CmBacktrace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading