forked from deepjava/compiler
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path555ExampleProject.deep
More file actions
36 lines (29 loc) · 1.44 KB
/
555ExampleProject.deep
File metadata and controls
36 lines (29 loc) · 1.44 KB
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
#deep-1
meta {
version = "2013-09-25";
description = "Example project file";
}
project ExampleProjectMpc555 {
libpath = "../ch.ntb.inf.deep.trglib", "../ch.ntb.inf.junitTarget";
# libpath = "C:/Program Files/Java/jre6/lib/rt.jar","../ch.ntb.inf.deep.trglib";
# libpath = "../ch.ntb.inf.deep.trglib", "../ch.ntb.inf.junitTarget","C:/Program Files/Java/jre6/lib/rt.jar";
boardtype = ntbMpc555HB;
ostype = ntbSTS;
programmertype = ntbMpc555UsbBdi;
# rootclasses = "java/lang/Object";
# rootclasses = "test/Test1";
rootclasses = "ch/ntb/inf/deep/runtime/mpc555/test/BlinkerApplication","ch/ntb/inf/deep/runtime/mpc555/test/OutTest1";
# rootclasses = "ch/ntb/inf/deep/runtime/mpc555/demo/SystemOutDemo1";
# rootclasses = "ch/ntb/inf/deep/runtime/mpc555/test/OutTest1";
# rootclasses = "ch/ntb/inf/deep/runtime/mpc555/test/BlinkerApplication";
# rootclasses = "ch/ntb/inf/deep/runtime/mpc555/test/ActionableTest2";
# rootclasses = "ch/ntb/inf/deep/runtime/mpc555/test/ExceptionTest2";
# rootclasses = "ch.ntb.inf.deep.comp.targettest.various.VariousTest1";
# rootclasses = "ch.ntb.inf.deep.trglib.targettest.SystemTest";
# rootclasses = "ch/ntb/inf/deep/runtime/mpc555/test/HeapTest3";
rootclasses = "ch/ntb/inf/deep/runtime/mpc555/demo/SystemOutDemo1";
# rootclasses = "ch/ntb/inf/deep/runtime/mpc555/driver/ffs/FileTransfer";
# imgfile = "out/exampleProject.bin"
# imgformat = binary;
# tctfile = "tct/targetCommands.dtct";
}