【优化】函数调用栈回溯功能。由于 thumb 指令下状态下,PC 地址都是奇数,所以去除可能为偶数的脏数据。

This commit is contained in:
armink
2018-05-29 10:57:10 +08:00
parent 2dc2d0bfd9
commit 10b5653da9
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
#include <stdlib.h>
/* library software version number */
#define CMB_SW_VERSION "1.2.0"
#define CMB_SW_VERSION "1.2.1"
#define CMB_CPU_ARM_CORTEX_M0 0
#define CMB_CPU_ARM_CORTEX_M3 1