Skip to content

Releases: PelionIoT/mbed-trace

v1.3.0 yotta release

05 Jul 06:13
Compare
Choose a tag to compare

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

05 Jul 06:08
Compare
Choose a tag to compare

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

09 Jun 17:07
Compare
Choose a tag to compare

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

09 Jun 17:07
Compare
Choose a tag to compare

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

28 Apr 06:31
Compare
Choose a tag to compare

Published to yotta

  • fix ipv6 related typo which causes compiling issue

v1.1.2 - small fixes

27 Apr 06:42
Compare
Choose a tag to compare

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

04 Apr 10:57
Compare
Choose a tag to compare

testDependecies removed

Release version of the trace library

23 Mar 11:59
Compare
Choose a tag to compare

Release version for mbed client release Q1

Release version of the trace library

23 Mar 11:13
Compare
Choose a tag to compare

Trace library will be released as part of mbed client Q1 release.

v0.2.2

16 Mar 06:52
Compare
Choose a tag to compare

Several small tweaks and fixes

  • remove nsdynmemLIB.h usage case
  • default TRACE_GROUP specification
  • add NULL check