source: rtems-tools/linkers/rtems.ini @ 149a8a6

4.104.115
Last change on this file since 149a8a6 was 0a21024, checked in by Chris Johns <chrisj@…>, on 08/03/14 at 23:50:56

rtems-tld: Add recursive parsing of headers and defines.

  • Property mode set to 100644
File size: 417 bytes
Line 
1;
2; RTEMS API Trace Configurations
3;
4[rtems-api]
5headers = rtems-api-headers
6defines = rtems-api-defines
7signatures = rtems-api-signatures
8
9[rtems-api-headers]
10header = "#include <rtems.h>"
11
12[rtems-api-defines]
13; Currently empty
14
15[rtems-api-task]
16trace = rtems_task_create
17
18[rtems-api-signatures]
19rtems_task_create = rtems_status_code, rtems_name, rtems_task_priority, size_t, rtems_mode, rtems_attribute, rtems_id*
20
Note: See TracBrowser for help on using the repository browser.