1、【增加】堆栈溢出提前检查功能,避免在异常处理函数中访问不正确的数据地址。

Signed-off-by: armink <armink.ztl@gmail.com>
This commit is contained in:
armink
2017-08-31 16:53:26 +08:00
parent ad5792608f
commit 2b5627ba20
2 changed files with 142 additions and 127 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
#include <stdlib.h>
/* library software version number */
#define CMB_SW_VERSION "1.0.0"
#define CMB_SW_VERSION "1.0.1"
#define CMB_CPU_ARM_CORTEX_M0 0
#define CMB_CPU_ARM_CORTEX_M3 1