Releases: vortexmakes/Trazer
Releases · vortexmakes/Trazer
RC_3.2: RKHV2.4.05 Compatibility
-s option for load symbols binary file
3.1: RKHV2.4.05 Compatibility 29/06/2018
3.0: RKHV2.4.05 Compatibility 08/03/2017
- 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
- 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
-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
-Compatibility with RKH V2.4.03 -If enabled, show sender information on post fifo/lifo trace events. -seqdiag file generation.