source: rtems-tools/linkers/test-trace.ini @ b6d7f5f

4.104.115
Last change on this file since b6d7f5f was b6d7f5f, checked in by Chris Johns <chrisj@…>, on 08/03/14 at 23:19:55

rtems-tld: Add trace configuration support.

Extend the configuration support to provide the needed configuration
required to generate the C stub support.

  • Property mode set to 100644
File size: 710 bytes
Line 
1;
2; RTEMS Trace Linker Test Configuration.
3;
4; We must provide a top level trace section.
5;
6[tracer]
7;
8; Name of the trace.
9;
10name = RTEMS Trace Linker Test
11;
12; The BSP.
13;
14bsp = sis
15;
16; Functions to trace.
17;
18trace = test-trace, test-trace-funcs, rtems-api-task
19;
20; Define the wrapper.
21;
22wrapper = test-trace, rtems-api
23;
24; Include RTEMS Trace support.
25;
26include = rtems.ini
27
28;
29; User application trace example.
30;
31[test-trace-funcs]
32trace = test_trace_1, test_trace_2
33
34[test-trace]
35trace = test_trace_3
36header = '#include "test-trace.h"'
37define = "#define TEST_TRACE 1"
38signature = test-signatures
39
40[test-signatures]
41test_trace_1 = void, int
42test_trace_2 = test_type_2, test_type_1
43test_trace_3 = float, float*
Note: See TracBrowser for help on using the repository browser.