From 2dc2d0bfd919291b402b5ca0801dc2f35ff98dca Mon Sep 17 00:00:00 2001 From: armink Date: Sun, 8 Apr 2018 22:09:56 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=9B=B4=E6=96=B0=E3=80=91=E8=BD=AF?= =?UTF-8?q?=E4=BB=B6=E7=89=88=E6=9C=AC=E5=8F=B7=E8=87=B3=201.2.0=20?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: armink --- LICENSE | 2 +- README.md | 2 +- cm_backtrace/cmb_def.h | 5 ++--- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index f956e16..14b9746 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016-2017 Armink (armink.ztl@gmail.com) +Copyright (c) 2016-2018 Armink (armink.ztl@gmail.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/README.md b/README.md index 01b0efc..83052b3 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/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) +[![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) ## 0、CmBacktrace 是什么 diff --git a/cm_backtrace/cmb_def.h b/cm_backtrace/cmb_def.h index 580179e..41f0b82 100644 --- a/cm_backtrace/cmb_def.h +++ b/cm_backtrace/cmb_def.h @@ -1,7 +1,7 @@ /* * This file is part of the CmBacktrace Library. * - * Copyright (c) 2016-2017, Armink, + * Copyright (c) 2016-2018, Armink, * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the @@ -34,7 +34,7 @@ #include /* library software version number */ -#define CMB_SW_VERSION "1.1.2" +#define CMB_SW_VERSION "1.2.0" #define CMB_CPU_ARM_CORTEX_M0 0 #define CMB_CPU_ARM_CORTEX_M3 1 @@ -301,7 +301,6 @@ if (!(EXPR)) \ #include #elif (CMB_OS_PLATFORM_TYPE == CMB_OS_PLATFORM_UCOSIII) #include - //TODO #elif (CMB_OS_PLATFORM_TYPE == CMB_OS_PLATFORM_FREERTOS) #include extern uint32_t *vTaskStackAddr(void);/* need to modify the FreeRTOS/tasks source code */