forked from deepjava/compiler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path5200ioExampleProject.deep
32 lines (25 loc) · 1.08 KB
/
5200ioExampleProject.deep
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
#deep-1
meta {
version = "2013-09-25";
description = "Example project file";
}
project ExampleProjectMpc5200B {
libpath = "../ch.ntb.inf.deep.trglib";
boardtype = phyCoreMpc5200io;
ostype = ntbSTS;
programmertype = abatronBDI;
programmeropts = bdi3000inf01;
# rootclasses = "ch/ntb/inf/deep/runtime/mpc5200/Reset";
# rootclasses = "ch/ntb/inf/deep/runtime/mpc5200/demo/SimpleBlinkerDemo";
# rootclasses = "ch/ntb/inf/deep/runtime/mpc5200/demo/UART3Demo";
# rootclasses = "ch/ntb/inf/deep/runtime/mpc5200/demo/UART3InOutReflector";
rootclasses = "ch/ntb/inf/deep/runtime/mpc5200/demo/SimpleBlinkerDemo","ch/ntb/inf/deep/runtime/mpc5200/demo/UART3Demo";
# rootclasses = "ch/ntb/inf/deep/runtime/mpc5200/demo/DecrementerDemo";
# rootclasses = "ch/ntb/inf/deep/runtime/mpc5200/demo/EPOStest1";
# rootclasses = "ch/ntb/inf/deep/runtime/mpc5200/demo/CAN1Test";
# rootclasses = "ch/ntb/inf/deep/runtime/mpc5200/demo/SPIDemo";
imgfile = "\\inf04-server\ftp\pub\graf\mpc5200Test.bin";
imgformat = binary;
# tctfile = "tct/targetCommands.dtct";
tctfile = default;
}