Releases: armink/CmBacktrace
Releases · armink/CmBacktrace
CmBacktrace Release 1.5.0
What's Changed
- 增加rtx5支持,修改字符格式化方式适应更多场合 by @pt2go in #63
- 添加THREADX系统支持 by @andeyqi in #84
- 更正demo语言设置拼写错误 by @JerrickRowe in #69
- using error code instead of the long desc strings; by @shiyj in #73
- 更正RTX5线程名获取方式 by @yangpengya in #74
- Create cmb_fault.s and modify compiler define to support ghs by @oldxukaiming in #78
- support user config by @clcconan in #80
- Fix not handling stack realignment by @ivq in #90
New Contributors
- @pt2go made their first contribution in #63
- @JerrickRowe made their first contribution in #69
- @shiyj made their first contribution in #73
- @yangpengya made their first contribution in #74
- @oldxukaiming made their first contribution in #78
- @clcconan made their first contribution in #80
- @andeyqi made their first contribution in #84
- @ivq made their first contribution in #90
Full Changelog: 1.4.1...1.5.0
CmBacktrace Release 1.4.1
- Fix armclang support
- Update the doc
CmBacktrace Release 1.4.0
- Improve the function call stack recognition strategy to improve recognition accuracy
CmBacktrace Release 1.3.0
- Add main stack configuration info check
- Improve the call stack accuracy
- Fix some typo
CmBacktrace Release 1.2.0
CmBacktrace Release 1.1.0
- Add stack overflow check feature. Enhance the software robustness.
CmBacktrace Release 1.0.0
- Add FreeRTOS support and demo by @xckhmf .
CmBacktrace Release 0.2.0
- Supported UCOSII
- Add UCOSII STM32 Cortex-M3 Demo
- Add RT-Thread STM32 Cortex-M4 Demo
- Add Bus fault's address and Memory fault's address
First version
- Toolchains: IAR & KEIL
- Demo:
- Non-os STM32F10x Cortex-M3, IAR & KEIL project
- Some documents