From af9ac2670ac1c24bdd3558f4ba4b751895bcaabd Mon Sep 17 00:00:00 2001 From: armink Date: Sun, 21 May 2017 14:06:29 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E3=80=90=E6=9B=B4=E6=96=B0=E3=80=91?= =?UTF-8?q?=E8=BD=AF=E4=BB=B6=E7=89=88=E6=9C=AC=E5=8F=B7=E4=B8=BA=20V1.0.0?= =?UTF-8?q?=20=E6=AD=A3=E5=BC=8F=E7=89=88=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: armink --- README.md | 4 ++-- cm_backtrace/cmb_def.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 70a00ef..c25924c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # CmBacktrace: ARM Cortex-M 系列 MCU 错误追踪库 -[![GitHub release](https://img.shields.io/github/release/armink/CmBacktrace.svg)](https://github.com/armink/CmBacktrace/releases/latest) [![GitHub commits](https://img.shields.io/github/commits-since/armink/CmBacktrace/0.2.0.svg)](https://github.com/armink/CmBacktrace/compare/0.2.0...master) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/armink/CmBacktrace/master/LICENSE) +[![GitHub release](https://img.shields.io/github/release/armink/CmBacktrace.svg)](https://github.com/armink/CmBacktrace/releases/latest) [![GitHub commits](https://img.shields.io/github/commits-since/armink/CmBacktrace/1.0.0.svg)](https://github.com/armink/CmBacktrace/compare/1.0.0...master) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/armink/CmBacktrace/master/LICENSE) ## 0、CmBacktrace 是什么 @@ -14,7 +14,7 @@ - 支持 裸机 及以下操作系统平台: - [RT-Thread](http://www.rt-thread.org/) - UCOS - - FreeRTOS + - FreeRTOS(需修改源码) - 根据错误现场状态,输出对应的 线程栈 或 C 主栈; - 故障诊断信息支持多国语言(目前:简体中文、英文); - 适配 Cortex-M0/M3/M4/M7 MCU; diff --git a/cm_backtrace/cmb_def.h b/cm_backtrace/cmb_def.h index a7bc9b0..84ed6f1 100644 --- a/cm_backtrace/cmb_def.h +++ b/cm_backtrace/cmb_def.h @@ -34,7 +34,7 @@ #include /* library software version number */ -#define CMB_SW_VERSION "0.2.1" +#define CMB_SW_VERSION "1.0.0" #define CMB_CPU_ARM_CORTEX_M0 0 #define CMB_CPU_ARM_CORTEX_M3 1