File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11The 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
55Permission is hereby granted, free of charge, to any person obtaining
66a copy of this software and associated documentation files (the
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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 */
You can’t perform that action at this time.
0 commit comments