Skip to content

Releases: vortexmakes/Trazer

RC_3.2: RKHV2.4.05 Compatibility

24 May 17:39
b15c16c
Compare
Choose a tag to compare
Pre-release

-s option for load symbols binary file

3.1: RKHV2.4.05 Compatibility 29/06/2018

24 May 17:27
Compare
Choose a tag to compare
  • Enlarge stream buffers
  • Fix User Trace parser.

3.0: RKHV2.4.05 Compatibility 08/03/2017

24 May 17:24
Compare
Choose a tag to compare
  • Refactoring for unity test of tzparser.
  • unitrazer.lib library for embedd trazer parser on any RKH project, instead of use it as a external tool.
  • Add event identification number (sequence number), to track post and dispatch instance, on responce time calculation.
  • Replace RKH_TE_SMA_DCH by RKH_TE_SMA_GET for responce time calculation.
  • Add pool id list of symbol (symbols adds with RKH_TE_FWK_EPOOL trace evt), for implement id by symbol replacement on events that sends poolid as argument. symilar to symboltbl but instead of obj address, with the poolid.

2.5: RKHV2.4.05 Compatibility 28/04/2016

24 May 17:00
Compare
Choose a tag to compare
  • Sequence diagram online generation in msc lenguage compatible with MSC-generator-v4.5.
  • UnitTrazer. TDD harness framework with RKH and Trazer.
  • Changes in trace config event (RKH_TR_FWK_TCFG) format.
  • Timestamp and sequence number visibility according to current configuration.
  • Sync with lates RKH trace events ordering.
  • Signal Responce Time measurement functionality Added.
  • To run properly, RKH Application must:
    define in rkhcfg.h:
    RKH_CFG_TRC_TSTAMP_EN
    RKH_ENABLED
    RKH_CFG_TRC_SMA_EN
    RKH_ENABLED
    RKH_CFG_TRC_SM_DCH_EN
    RKH_ENABLED

if RKH_CFG_TRC_RTFIL_EN are RKH_ENABLED, set to OFF filters: RKH_FILTER_OFF_EVENT( RKH_TE_SMA_LIFO );

RKH_FILTER_OFF_EVENT( RKH_TE_SMA_FIFO ); RKH_FILTER_OFF_EVENT( RKH_TE_SMA_DCH );

If enabled, show sender information on post fifo/lifo trace events.

  • Support of Seqdiag file generation.

2.3: -Compatibility with RKH V2.4.04

24 May 16:58
Compare
Choose a tag to compare
-Changes in trace config event (RKH_TR_FWK_TCFG) format.
-Timestamp and sequence number visibility according 
 to current configuration.
-Sync with lates RKH trace events ordering.
-Add Signal Responce Time measurement functionality.
  To run properly, RKH Application must:
  - define in rkhcfg.h:
                        RKH_CFG_TRC_TSTAMP_EN	RKH_ENABLED
                        RKH_CFG_TRC_SMA_EN		RKH_ENABLED
                        RKH_CFG_TRC_SM_DCH_EN   RKH_ENABLED

  - if RKH_CFG_TRC_RTFIL_EN are RKH_ENABLED, set to OFF filters:
                        RKH_FILTER_OFF_EVENT( RKH_TE_SMA_LIFO );
                        RKH_FILTER_OFF_EVENT( RKH_TE_SMA_FIFO );
                        RKH_FILTER_OFF_EVENT( RKH_TE_SMA_DCH );

trazer_2_2 Version 2.2 Release date: Jul 02, 2013

24 May 16:56
Compare
Choose a tag to compare
-Compatibility with RKH V2.4.03
-If enabled, show sender information on post fifo/lifo
 trace events.
-seqdiag file generation.