-
Notifications
You must be signed in to change notification settings - Fork 668
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: armink <[email protected]>
- Loading branch information
Showing
3 changed files
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
The MIT License (MIT) | ||
|
||
Copyright (c) 2016-2017 Armink ([email protected]) | ||
Copyright (c) 2016-2018 Armink ([email protected]) | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining | ||
a copy of this software and associated documentation files (the | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* This file is part of the CmBacktrace Library. | ||
* | ||
* Copyright (c) 2016-2017, Armink, <[email protected]> | ||
* Copyright (c) 2016-2018, Armink, <[email protected]> | ||
* | ||
* 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 <stdlib.h> | ||
|
||
/* 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 <ucos_ii.h> | ||
#elif (CMB_OS_PLATFORM_TYPE == CMB_OS_PLATFORM_UCOSIII) | ||
#include <os.h> | ||
//TODO ´ý²âÊÔ | ||
#elif (CMB_OS_PLATFORM_TYPE == CMB_OS_PLATFORM_FREERTOS) | ||
#include <FreeRTOS.h> | ||
extern uint32_t *vTaskStackAddr(void);/* need to modify the FreeRTOS/tasks source code */ | ||
|