From c3e4c9a25c2910d2d66d52215b3406b13d5b23d5 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Sun, 29 Jun 2014 12:34:32 +0300 Subject: Add more board models --- .../dk-tm4c129x/aes_cbc_decrypt/ccs/.ccsimportspec | 8 + boards/dk-tm4c129x/aes_cbc_decrypt/ccs/.ccsproject | 10 ++ boards/dk-tm4c129x/aes_cbc_decrypt/ccs/.cproject | 191 +++++++++++++++++++++ boards/dk-tm4c129x/aes_cbc_decrypt/ccs/.project | 70 ++++++++ .../ccs/.settings/org.eclipse.cdt.codan.core.prefs | 3 + .../aes_cbc_decrypt/ccs/Debug/aes_cbc_decrypt.bin | Bin 0 -> 31328 bytes .../aes_cbc_decrypt/ccs/Debug/aes_cbc_decrypt.out | Bin 0 -> 241401 bytes .../aes_cbc_decrypt/ccs/macros.ini_initial | 1 + .../aes_cbc_decrypt/ccs/target_config.ccxml | 13 ++ 9 files changed, 296 insertions(+) create mode 100644 boards/dk-tm4c129x/aes_cbc_decrypt/ccs/.ccsimportspec create mode 100644 boards/dk-tm4c129x/aes_cbc_decrypt/ccs/.ccsproject create mode 100644 boards/dk-tm4c129x/aes_cbc_decrypt/ccs/.cproject create mode 100644 boards/dk-tm4c129x/aes_cbc_decrypt/ccs/.project create mode 100644 boards/dk-tm4c129x/aes_cbc_decrypt/ccs/.settings/org.eclipse.cdt.codan.core.prefs create mode 100644 boards/dk-tm4c129x/aes_cbc_decrypt/ccs/Debug/aes_cbc_decrypt.bin create mode 100644 boards/dk-tm4c129x/aes_cbc_decrypt/ccs/Debug/aes_cbc_decrypt.out create mode 100644 boards/dk-tm4c129x/aes_cbc_decrypt/ccs/macros.ini_initial create mode 100644 boards/dk-tm4c129x/aes_cbc_decrypt/ccs/target_config.ccxml (limited to 'boards/dk-tm4c129x/aes_cbc_decrypt/ccs') diff --git a/boards/dk-tm4c129x/aes_cbc_decrypt/ccs/.ccsimportspec b/boards/dk-tm4c129x/aes_cbc_decrypt/ccs/.ccsimportspec new file mode 100644 index 0000000..3d917fc --- /dev/null +++ b/boards/dk-tm4c129x/aes_cbc_decrypt/ccs/.ccsimportspec @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/boards/dk-tm4c129x/aes_cbc_decrypt/ccs/.ccsproject b/boards/dk-tm4c129x/aes_cbc_decrypt/ccs/.ccsproject new file mode 100644 index 0000000..59a3400 --- /dev/null +++ b/boards/dk-tm4c129x/aes_cbc_decrypt/ccs/.ccsproject @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/boards/dk-tm4c129x/aes_cbc_decrypt/ccs/.cproject b/boards/dk-tm4c129x/aes_cbc_decrypt/ccs/.cproject new file mode 100644 index 0000000..84d4c02 --- /dev/null +++ b/boards/dk-tm4c129x/aes_cbc_decrypt/ccs/.cproject @@ -0,0 +1,191 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/boards/dk-tm4c129x/aes_cbc_decrypt/ccs/.project b/boards/dk-tm4c129x/aes_cbc_decrypt/ccs/.project new file mode 100644 index 0000000..766fee7 --- /dev/null +++ b/boards/dk-tm4c129x/aes_cbc_decrypt/ccs/.project @@ -0,0 +1,70 @@ + + + aes_cbc_decrypt + + + + + + org.eclipse.cdt.managedbuilder.core.genmakebuilder + + + + + org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder + full,incremental, + + + + + + com.ti.ccstudio.core.ccsNature + org.eclipse.cdt.core.cnature + org.eclipse.cdt.managedbuilder.core.managedBuildNature + org.eclipse.cdt.core.ccnature + org.eclipse.cdt.managedbuilder.core.ScannerConfigNature + + + + aes_cbc_decrypt.c + 1 + SW_ROOT/examples/boards/dk-tm4c129x/aes_cbc_decrypt/aes_cbc_decrypt.c + + + aes_cbc_decrypt_ccs.cmd + 1 + SW_ROOT/examples/boards/dk-tm4c129x/aes_cbc_decrypt/aes_cbc_decrypt_ccs.cmd + + + startup_ccs.c + 1 + SW_ROOT/examples/boards/dk-tm4c129x/aes_cbc_decrypt/startup_ccs.c + + + drivers/frame.c + 1 + SW_ROOT/examples/boards/dk-tm4c129x/drivers/frame.c + + + drivers/kentec320x240x16_ssd2119.c + 1 + SW_ROOT/examples/boards/dk-tm4c129x/drivers/kentec320x240x16_ssd2119.c + + + drivers/pinout.c + 1 + SW_ROOT/examples/boards/dk-tm4c129x/drivers/pinout.c + + + utils/uartstdio.c + 1 + SW_ROOT/utils/uartstdio.c + + + + + SW_ROOT + $%7BPARENT-5-PROJECT_LOC%7D + + + diff --git a/boards/dk-tm4c129x/aes_cbc_decrypt/ccs/.settings/org.eclipse.cdt.codan.core.prefs b/boards/dk-tm4c129x/aes_cbc_decrypt/ccs/.settings/org.eclipse.cdt.codan.core.prefs new file mode 100644 index 0000000..98b6350 --- /dev/null +++ b/boards/dk-tm4c129x/aes_cbc_decrypt/ccs/.settings/org.eclipse.cdt.codan.core.prefs @@ -0,0 +1,3 @@ +eclipse.preferences.version=1 +inEditor=false +onBuild=false diff --git a/boards/dk-tm4c129x/aes_cbc_decrypt/ccs/Debug/aes_cbc_decrypt.bin b/boards/dk-tm4c129x/aes_cbc_decrypt/ccs/Debug/aes_cbc_decrypt.bin new file mode 100644 index 0000000..5441f2e Binary files /dev/null and b/boards/dk-tm4c129x/aes_cbc_decrypt/ccs/Debug/aes_cbc_decrypt.bin differ diff --git a/boards/dk-tm4c129x/aes_cbc_decrypt/ccs/Debug/aes_cbc_decrypt.out b/boards/dk-tm4c129x/aes_cbc_decrypt/ccs/Debug/aes_cbc_decrypt.out new file mode 100644 index 0000000..2ef4b5c Binary files /dev/null and b/boards/dk-tm4c129x/aes_cbc_decrypt/ccs/Debug/aes_cbc_decrypt.out differ diff --git a/boards/dk-tm4c129x/aes_cbc_decrypt/ccs/macros.ini_initial b/boards/dk-tm4c129x/aes_cbc_decrypt/ccs/macros.ini_initial new file mode 100644 index 0000000..31214b5 --- /dev/null +++ b/boards/dk-tm4c129x/aes_cbc_decrypt/ccs/macros.ini_initial @@ -0,0 +1 @@ +SW_ROOT = ../../../../.. diff --git a/boards/dk-tm4c129x/aes_cbc_decrypt/ccs/target_config.ccxml b/boards/dk-tm4c129x/aes_cbc_decrypt/ccs/target_config.ccxml new file mode 100644 index 0000000..6e5ef45 --- /dev/null +++ b/boards/dk-tm4c129x/aes_cbc_decrypt/ccs/target_config.ccxml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + -- cgit v1.3.1