forked from not404/radioblock-simplemesh-firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.lnt
63 lines (53 loc) · 1.16 KB
/
project.lnt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
-iarch
-icorenet
-idebug
-iframework
-isixlowpan
-itransportlayers
-i../verification/simulator
-i.
-i../../zip
-i../../../avr
-i../../rpl
-i../../../radio
-i../../../timer
//For Eclipse, we change output format of messages
-"format=LINT %t%(: %f:%l %) %n %m"
-width(0,0)
// This would allow you to use regexp parser for CDT with the following config:
//http://www.isystem.com/products/embedded-development-tools/eclipse-ide/regular-expression-error-parser-for-cdt.html
//info = 1, 2, 3:LINT Info: (.*?):([0-9]+) (.*)\n \
// 0, 0, 1:LINT Info (.*)\n
//warning = 1, 2, 3:LINT Warning: (.*?):([0-9]+) (.*)\n \
// 0, 0, 1:LINT Warning (.*)\n
//error = 1, 2, 3:LINT Error: (.*?):([0-9]+) (.*)\n \
// 0, 0, 1:LINT Error (.*)\n
//-passes(3)
//Stuff that is defined elsewhere
-esym(526,rpl_icmp6_process)
//Corenet Files
fip_icmp6.c
fip_if.c
fip_ip.c
fip_nd6_ds6.c
fip_nd6_generate.c
fip_nd6_process.c
fip_nd6.c
fip_route6.c
//debug Files
fip_console.c
fip_trace.c
//Framework files
fip_ds6.c
fip_ipUtils.c
fip_packet.c
fip_rand.c
fip_timer.c
//6lowpan files
fip_nd6_6lowpan.c
fip_sixlowpan_hc.c
fip_sixlowpan.c
//Transport layers
fip_udp.c
//Main Files
fip.c