@@ -1,6 +1,6 @@
|
|||||||
# CmBacktrace: ARM Cortex-M 系列 MCU 错误追踪库
|
# CmBacktrace: ARM Cortex-M 系列 MCU 错误追踪库
|
||||||
|
|
||||||
[](https://github.com/armink/CmBacktrace/releases/latest) [](https://github.com/armink/CmBacktrace/compare/0.2.0...master) [](https://raw.githubusercontent.com/armink/CmBacktrace/master/LICENSE)
|
[](https://github.com/armink/CmBacktrace/releases/latest) [](https://github.com/armink/CmBacktrace/compare/1.0.0...master) [](https://raw.githubusercontent.com/armink/CmBacktrace/master/LICENSE)
|
||||||
|
|
||||||
## 0、CmBacktrace 是什么
|
## 0、CmBacktrace 是什么
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
- 支持 裸机 及以下操作系统平台:
|
- 支持 裸机 及以下操作系统平台:
|
||||||
- [RT-Thread](http://www.rt-thread.org/)
|
- [RT-Thread](http://www.rt-thread.org/)
|
||||||
- UCOS
|
- UCOS
|
||||||
- FreeRTOS
|
- FreeRTOS(需修改源码)
|
||||||
- 根据错误现场状态,输出对应的 线程栈 或 C 主栈;
|
- 根据错误现场状态,输出对应的 线程栈 或 C 主栈;
|
||||||
- 故障诊断信息支持多国语言(目前:简体中文、英文);
|
- 故障诊断信息支持多国语言(目前:简体中文、英文);
|
||||||
- 适配 Cortex-M0/M3/M4/M7 MCU;
|
- 适配 Cortex-M0/M3/M4/M7 MCU;
|
||||||
|
|||||||
@@ -34,7 +34,7 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
/* library software version number */
|
/* 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_M0 0
|
||||||
#define CMB_CPU_ARM_CORTEX_M3 1
|
#define CMB_CPU_ARM_CORTEX_M3 1
|
||||||
|
|||||||
Reference in New Issue
Block a user