Skip to content

Commit 2dc2d0b

Browse files
committed
【更新】软件版本号至 1.2.0 。
Signed-off-by: armink <armink.ztl@gmail.com>
1 parent f7ca5df commit 2dc2d0b

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016-2017 Armink (armink.ztl@gmail.com)
3+
Copyright (c) 2016-2018 Armink (armink.ztl@gmail.com)
44

55
Permission is hereby granted, free of charge, to any person obtaining
66
a copy of this software and associated documentation files (the

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CmBacktrace: ARM Cortex-M 系列 MCU 错误追踪库
22

3-
[![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)
3+
[![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.2.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)
44

55
## 0、CmBacktrace 是什么
66

cm_backtrace/cmb_def.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of the CmBacktrace Library.
33
*
4-
* Copyright (c) 2016-2017, Armink, <armink.ztl@gmail.com>
4+
* Copyright (c) 2016-2018, Armink, <armink.ztl@gmail.com>
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining
77
* a copy of this software and associated documentation files (the
@@ -34,7 +34,7 @@
3434
#include <stdlib.h>
3535

3636
/* library software version number */
37-
#define CMB_SW_VERSION "1.1.2"
37+
#define CMB_SW_VERSION "1.2.0"
3838

3939
#define CMB_CPU_ARM_CORTEX_M0 0
4040
#define CMB_CPU_ARM_CORTEX_M3 1
@@ -301,7 +301,6 @@ if (!(EXPR)) \
301301
#include <ucos_ii.h>
302302
#elif (CMB_OS_PLATFORM_TYPE == CMB_OS_PLATFORM_UCOSIII)
303303
#include <os.h>
304-
//TODO ´ý²âÊÔ
305304
#elif (CMB_OS_PLATFORM_TYPE == CMB_OS_PLATFORM_FREERTOS)
306305
#include <FreeRTOS.h>
307306
extern uint32_t *vTaskStackAddr(void);/* need to modify the FreeRTOS/tasks source code */

0 commit comments

Comments
 (0)