Releases: PelionIoT/mbed-trace
v1.3.0 yotta release
See changes from: https://github.com/ARMmbed/mbed-trace/releases/tag/v1.3.0
Note:
Only changes with in this branch is that this ignore module test cases when compiling actual application.
v1.3.0 release
This release contains several fixes and improvements.
Note: API's are backward compatible with previous release.
Fixes
#71 fix dummydefine for mbed_trace_init
#65 Ensure tr_array doesn't print when len == 0
#52 Use temp variable in mutex release loop
#51 Fix race condition when unlocking mutex
#40 Changed dummy definitions to match the actual functions' return types
#39 FEA_TRACE_SUPPORT flag is always set when traces are enabled.
#45 Fix disabling traces through the YOTTA_CFG_MBED_TRACE flag.
Improvements
#66 output/ added to gitignore list
#63 Added include_directories(${CMAKE_CURRENT_SOURCE_DIR}/) include to re…
#61 Add CMakeLists.txt to support PAL Tools
#58 Fix header documentation
#57 Update README.md
#54 Provide environment-agnostic configuration macros.
#53 Flash size can be limited by defining MBED_TRACE_MAX_LEVEL
#50 Add instructions for enabling the library in mbed OS 5
#47 Editorial changes.
#46 Allow setting mutex locking/unlocking callbacks before trace init.
#44 Ipv6 helpers update
#43 Deprecate the misnamed YOTTA_CFG_MTRACE_TMP_LINE_LENGTH flag.
#68 Release v1.2.2 (there is no tag for this, was "hidden release")
v1.2.1 yotta release
Fix crash issue where application initialize trace prefix function and after that trace was called with parameters. Now there is unit test on place which covers this use-case also.
v1.2.1 release
Fix crash issue where application initialize trace prefix function and after that trace was called with parameters. Now there is unit test on place which covers this use-case also.
v1.1.3 fixed compiling issue
Published to yotta
- fix ipv6 related typo which causes compiling issue
v1.1.2 - small fixes
Published to yotta registry: http://yotta.mbed.com/#/module/mbed-trace/1.1.2
Changes:
- remove default TRACE_GROUP
- fix compiling without traces
Release v1.1.1
testDependecies removed
Release version of the trace library
Release version for mbed client release Q1
Release version of the trace library
Trace library will be released as part of mbed client Q1 release.