Skip to content

Commit 7b522bd

Browse files
author
urs.graf
committed
Remove image file format
1 parent 0208179 commit 7b522bd

10 files changed

+11
-16
lines changed

5200ioExampleProject.deep

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ project ExampleProjectMpc5200B {
1212
programmertype = abatronBDI;
1313
programmeropts = bdi3000inf01;
1414
imgfile = "\\inf004\ftp\phycore_mpc5200b\deep\testIO.bin";
15-
imgformat = binary;
1615

1716
# tctfile = "tct/targetCommands.dtct";
1817
tctfile = default;

5200junitTarget.deep

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ project junitTargetTestProject {
1212
ostype = sts_ppc;
1313
programmertype = abatronBDI;
1414
programmeropts = bdi3000inf01;
15-
imgfile = "\\inf004\ftp\phycore_mpc5200b\deep\mpc5200Test.bin";
16-
imgformat = binary;
15+
imgfile = "\\inf004\ftp\phycore_mpc5200b\deep\mpc5200Test";
1716
tctfile = "...org.deepjava.junitTarget.tct.targetCommands.dtct";
1817

1918
# Tests for compiler test classes

5200tinyExampleProject.deep

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ project ExampleProjectMpc5200B {
1111
ostype = sts_ppc;
1212
programmertype = abatronBDI;
1313
programmeropts = bdi3000inf01;
14-
imgfile = "\\inf004\ftp\phycore_mpc5200b\deep\testTiny.bin";
15-
imgformat = binary;
14+
imgfile = "\\inf004\ftp\phycore_mpc5200b\deep\testTiny";
1615
# tctfile = "tct/targetCommands.dtct";
1716
tctfile = default;
1817

555ExampleProject.deep

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ project ExampleProjectMpc555 {
1212
boardtype = ntbMpc555HB;
1313
ostype = sts_ppc;
1414
programmertype = ntbMpc555UsbBdi;
15-
# imgfile = "out/exampleProject.bin"
16-
# imgformat = binary;
15+
# programmeropts = ;
16+
# imgfile = "out/exampleProject"
1717
# tctfile = "tct/targetCommands.dtct";
1818

1919
# rootclasses = "java.lang.Object";

555junitTarget.deep

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ project junitTargetTestProject {
1111
boardtype = ntbMpc555HB;
1212
ostype = sts_ppc;
1313
programmertype = ntbMpc555UsbBdi;
14+
# programmeropts = ;
1415

1516
# Target command table file
1617
tctfile = "../ch.ntb.inf.junitTarget/tct/targetCommands.dtct";

iMX6ExampleProject.deep

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ project ExampleProjectMpc555 {
1313
ostype = sts_arm;
1414
programmertype = abatronBDI;
1515
programmeropts = bdi3000inf02;
16-
imgfile = "\\inf004\ftp\pub\graf\ArmTest1.bin";
17-
imgformat = BIN;
16+
imgfile = "\\inf004\ftp\pub\graf\ArmTest1";
1817
# tctfile = "tct/targetCommands.dtct";
1918

2019
# rootclasses = "java.lang/Object";

microzedExampleProject.deep

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ project microzedExampleProject {
1313
ostype = sts_arm;
1414
programmertype = openOCD;
1515
programmeropts = localhost_4444;
16-
imgfile = "D:\Test1.bin";
17-
imgformat = BIN;
16+
imgfile = "C:\temp\Test1";
1817
# tctfile = "tct/targetCommands.dtct";
1918

2019
# rootclasses = "java.lang.Object";

microzedjunitTarget.deep

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ project junitTargetTestProject {
1212
ostype = sts_arm;
1313
programmertype = openOCD;
1414
programmeropts = localhost_4444;
15-
imgfile = "D:\Test1.bin";
16-
imgformat = BIN;
15+
imgfile = "C:\temp\Test1";
16+
1717
# Target command table file
1818
tctfile = "../ch.ntb.inf.junitTarget/tct/targetCommands.dtct";
1919

src/org/deepjava/eclipse/DeepPlugin.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public class DeepPlugin extends AbstractUIPlugin {
4949
public static final String OS = "sts_arm";
5050
public static final String PROGRAMMER = "openOCD";
5151
public static final String PROGRAMMER_OPTIONS = "localhost_4444";
52-
public static final String OPENOCD_PATH = "E:\\openocd-0.10.0\\";
52+
public static final String OPENOCD_PATH = "C:\\OpenOCD";
5353
public static final String OPENOCD_CMD = "bin-x64\\openocd -f microzedboard.cfg";
5454

5555
/**

zyboExampleProject.deep

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ project zyboExampleProject {
1313
ostype = sts_arm;
1414
programmertype = openOCD;
1515
programmeropts = localhost_4444;
16-
imgfile = "D:\Test1.bin";
17-
imgformat = BIN;
16+
imgfile = "C:\temp\Test1";
1817
# tctfile = "tct/targetCommands.dtct";
1918

2019
# rootclasses = "java.lang.Object";

0 commit comments

Comments
 (0)