| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| trazer_v3.1 | 2019-08-05 | ||
| trazer_v3.0 | 2017-08-03 | ||
| trazer_v2.4 | 2016-05-04 | ||
| trazer_v2.3 | 2014-08-11 | ||
| trazer_v2.2 | 2013-07-15 | ||
| trazer_v2.1 | 2013-05-03 | ||
| trazer_v2.0 | 2013-02-06 | ||
| trazer_v1.3 | 2012-08-13 | ||
| trazer_v1.0 | 2012-08-13 | ||
| README.txt | 2019-08-05 | 3.1 kB | |
| README | 2017-08-03 | 3.0 kB | |
| Totals: 11 Items | 6.1 kB | 0 | |
/**
\page rev_page_trazer Trazer revision history
\tableofcontents
\section trazer_3_1 Version 3.1
\releasedate 2018-06-29
\new
- Enlarge stream buffers
- Fix User Trace parser.
\todo
\section trazer_3_0 Version 3.0
\releasedate 2017-03-08
\new
- 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.
\todo
- 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.
<HR>
\section trazer_2_4 Version 2.4
\releasedate 2016-28-04
\new
- Compatibility with RKH V2.4.05
- Sequence diagram online generation in msc lenguage
compatible with MSC-generator-v4.5.
- UnitTrazer. TDD harness framework with RKH and Trazer.
<HR>
\section trazer_2_3 Version 2.3
\releasedate 2014-07-07
\new
- 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.
- 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.
<HR>
\section trazerVer_2_2 Version 2.2
\releasedate 2013-06-02
\new
- Compatibility with RKH V2.4.03
- If enabled, show sender information on post fifo/lifo trace events.
- Seqdiag file generation is now supported.
<HR>
\section trazerVer_2_1 Version 2.1
\releasedate 2013-03-18
\new
- Removeed '&' prefix from symbols objects visualization.
<HR>
\section trazerVer_2_0 Version 2.0
\releasedate 2013-02-01
\new
- Compatibility with RKH V2.3
- Set default RKH configuration when no config file found.
- Accepted configuration transmited by the target aplication.
- Supported user trace events.
\par Deprecated features
- Removed event format definition file. From this version Event Trace
format is wired to RKH implementation.
\ports
- Added Linux port.
<HR>
\section trazerVer_1_0 Version 1.0
\releasedate 2012-04-07
\new
- This is the intial release of the Trazer visualization tool.
- This version is compatible to use with RKH V2.0
*/