From e018ceebed74b8223482bc9d1ed0b31c938381da Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Mon, 29 Oct 2012 23:04:19 +0200 Subject: New example files --- .../ek-lm4f120xl/usb_dev_bulk/ccs/.ccsimportspec | 10 ++ boards/ek-lm4f120xl/usb_dev_bulk/ccs/.ccsproject | 12 ++ boards/ek-lm4f120xl/usb_dev_bulk/ccs/.cproject | 195 +++++++++++++++++++++ boards/ek-lm4f120xl/usb_dev_bulk/ccs/.project | 121 +++++++++++++ .../ccs/.settings/org.eclipse.cdt.codan.core.prefs | 3 + .../usb_dev_bulk/ccs/Debug/usb_dev_bulk.bin | Bin 0 -> 12144 bytes .../usb_dev_bulk/ccs/Debug/usb_dev_bulk.out | Bin 0 -> 290232 bytes .../usb_dev_bulk/ccs/macros.ini_initial | 1 + .../usb_dev_bulk/ccs/target_config.ccxml | 13 ++ 9 files changed, 355 insertions(+) create mode 100644 boards/ek-lm4f120xl/usb_dev_bulk/ccs/.ccsimportspec create mode 100644 boards/ek-lm4f120xl/usb_dev_bulk/ccs/.ccsproject create mode 100644 boards/ek-lm4f120xl/usb_dev_bulk/ccs/.cproject create mode 100644 boards/ek-lm4f120xl/usb_dev_bulk/ccs/.project create mode 100644 boards/ek-lm4f120xl/usb_dev_bulk/ccs/.settings/org.eclipse.cdt.codan.core.prefs create mode 100644 boards/ek-lm4f120xl/usb_dev_bulk/ccs/Debug/usb_dev_bulk.bin create mode 100644 boards/ek-lm4f120xl/usb_dev_bulk/ccs/Debug/usb_dev_bulk.out create mode 100644 boards/ek-lm4f120xl/usb_dev_bulk/ccs/macros.ini_initial create mode 100644 boards/ek-lm4f120xl/usb_dev_bulk/ccs/target_config.ccxml (limited to 'boards/ek-lm4f120xl/usb_dev_bulk/ccs') diff --git a/boards/ek-lm4f120xl/usb_dev_bulk/ccs/.ccsimportspec b/boards/ek-lm4f120xl/usb_dev_bulk/ccs/.ccsimportspec new file mode 100644 index 0000000..6c9f4a0 --- /dev/null +++ b/boards/ek-lm4f120xl/usb_dev_bulk/ccs/.ccsimportspec @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/boards/ek-lm4f120xl/usb_dev_bulk/ccs/.ccsproject b/boards/ek-lm4f120xl/usb_dev_bulk/ccs/.ccsproject new file mode 100644 index 0000000..56793f4 --- /dev/null +++ b/boards/ek-lm4f120xl/usb_dev_bulk/ccs/.ccsproject @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/boards/ek-lm4f120xl/usb_dev_bulk/ccs/.cproject b/boards/ek-lm4f120xl/usb_dev_bulk/ccs/.cproject new file mode 100644 index 0000000..8e52601 --- /dev/null +++ b/boards/ek-lm4f120xl/usb_dev_bulk/ccs/.cproject @@ -0,0 +1,195 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/boards/ek-lm4f120xl/usb_dev_bulk/ccs/.project b/boards/ek-lm4f120xl/usb_dev_bulk/ccs/.project new file mode 100644 index 0000000..82e32c3 --- /dev/null +++ b/boards/ek-lm4f120xl/usb_dev_bulk/ccs/.project @@ -0,0 +1,121 @@ + + + usb_dev_bulk + + + + + + org.eclipse.cdt.managedbuilder.core.genmakebuilder + + + ?name? + + + + org.eclipse.cdt.make.core.append_environment + true + + + org.eclipse.cdt.make.core.autoBuildTarget + all + + + org.eclipse.cdt.make.core.buildArguments + -k + + + org.eclipse.cdt.make.core.buildCommand + ${CCS_UTILS_DIR}/bin/gmake + + + org.eclipse.cdt.make.core.buildLocation + ${BuildDirectory} + + + org.eclipse.cdt.make.core.cleanBuildTarget + clean + + + org.eclipse.cdt.make.core.contents + org.eclipse.cdt.make.core.activeConfigSettings + + + org.eclipse.cdt.make.core.enableAutoBuild + true + + + org.eclipse.cdt.make.core.enableCleanBuild + true + + + org.eclipse.cdt.make.core.enableFullBuild + true + + + org.eclipse.cdt.make.core.fullBuildTarget + all + + + org.eclipse.cdt.make.core.stopOnError + false + + + org.eclipse.cdt.make.core.useDefaultBuildCmd + true + + + + + 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 + + + + startup_ccs.c + 1 + SW_ROOT/boards/ek-lm4f120xl/usb_dev_bulk/startup_ccs.c + + + usb_bulk_structs.c + 1 + SW_ROOT/boards/ek-lm4f120xl/usb_dev_bulk/usb_bulk_structs.c + + + usb_dev_bulk.c + 1 + SW_ROOT/boards/ek-lm4f120xl/usb_dev_bulk/usb_dev_bulk.c + + + usb_dev_bulk_ccs.cmd + 1 + SW_ROOT/boards/ek-lm4f120xl/usb_dev_bulk/usb_dev_bulk_ccs.cmd + + + utils/uartstdio.c + 1 + SW_ROOT/utils/uartstdio.c + + + utils/ustdlib.c + 1 + SW_ROOT/utils/ustdlib.c + + + + + SW_ROOT + $%7BPARENT-4-PROJECT_LOC%7D + + + diff --git a/boards/ek-lm4f120xl/usb_dev_bulk/ccs/.settings/org.eclipse.cdt.codan.core.prefs b/boards/ek-lm4f120xl/usb_dev_bulk/ccs/.settings/org.eclipse.cdt.codan.core.prefs new file mode 100644 index 0000000..98b6350 --- /dev/null +++ b/boards/ek-lm4f120xl/usb_dev_bulk/ccs/.settings/org.eclipse.cdt.codan.core.prefs @@ -0,0 +1,3 @@ +eclipse.preferences.version=1 +inEditor=false +onBuild=false diff --git a/boards/ek-lm4f120xl/usb_dev_bulk/ccs/Debug/usb_dev_bulk.bin b/boards/ek-lm4f120xl/usb_dev_bulk/ccs/Debug/usb_dev_bulk.bin new file mode 100644 index 0000000..9b2ce37 Binary files /dev/null and b/boards/ek-lm4f120xl/usb_dev_bulk/ccs/Debug/usb_dev_bulk.bin differ diff --git a/boards/ek-lm4f120xl/usb_dev_bulk/ccs/Debug/usb_dev_bulk.out b/boards/ek-lm4f120xl/usb_dev_bulk/ccs/Debug/usb_dev_bulk.out new file mode 100644 index 0000000..30ea958 Binary files /dev/null and b/boards/ek-lm4f120xl/usb_dev_bulk/ccs/Debug/usb_dev_bulk.out differ diff --git a/boards/ek-lm4f120xl/usb_dev_bulk/ccs/macros.ini_initial b/boards/ek-lm4f120xl/usb_dev_bulk/ccs/macros.ini_initial new file mode 100644 index 0000000..588017d --- /dev/null +++ b/boards/ek-lm4f120xl/usb_dev_bulk/ccs/macros.ini_initial @@ -0,0 +1 @@ +SW_ROOT = ../../../.. diff --git a/boards/ek-lm4f120xl/usb_dev_bulk/ccs/target_config.ccxml b/boards/ek-lm4f120xl/usb_dev_bulk/ccs/target_config.ccxml new file mode 100644 index 0000000..469eea0 --- /dev/null +++ b/boards/ek-lm4f120xl/usb_dev_bulk/ccs/target_config.ccxml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + -- cgit v1.3.1