19 lines
953 B
Plaintext
19 lines
953 B
Plaintext
; --------------------------------------------------------------------------------
|
|
; @Title: Use of ECA files
|
|
; @Description:
|
|
; This folder contains the scripts to create a code coverage report, which can
|
|
; be viewed in all major web browsers. ECA files contain additional
|
|
; information about the structure of source code files. The command line tool
|
|
; t32cast is used to create ECA files for C/C++ sources. To make the
|
|
; information of ECA files available in TRACE32 they have to be loaded.
|
|
; @Keywords: XML
|
|
; @Author: HLG, CSA
|
|
; @Copyright: (C) 1989-2018 Lauterbach GmbH, licensed for use with TRACE32(R) only
|
|
; --------------------------------------------------------------------------------
|
|
; $Id: readme.txt 13455 2018-11-08 09:05:38Z csax $
|
|
|
|
eca:
|
|
This folder eca contains an example for both ARM Cortex-R5 and MPC55xx/QorIQ that
|
|
show the use of ECA files for the measurement of complex code coverage metrics
|
|
like MC/DC.
|