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 --- boards/ek-lm4f120xl/uart_echo/ccs/.ccsimportspec | 8 + boards/ek-lm4f120xl/uart_echo/ccs/.ccsproject | 12 ++ boards/ek-lm4f120xl/uart_echo/ccs/.cproject | 191 +++++++++++++++++++++ boards/ek-lm4f120xl/uart_echo/ccs/.project | 106 ++++++++++++ .../ccs/.settings/org.eclipse.cdt.codan.core.prefs | 3 + .../ek-lm4f120xl/uart_echo/ccs/Debug/uart_echo.bin | Bin 0 -> 2472 bytes .../ek-lm4f120xl/uart_echo/ccs/Debug/uart_echo.out | Bin 0 -> 40952 bytes .../ek-lm4f120xl/uart_echo/ccs/macros.ini_initial | 1 + .../ek-lm4f120xl/uart_echo/ccs/target_config.ccxml | 13 ++ 9 files changed, 334 insertions(+) create mode 100644 boards/ek-lm4f120xl/uart_echo/ccs/.ccsimportspec create mode 100644 boards/ek-lm4f120xl/uart_echo/ccs/.ccsproject create mode 100644 boards/ek-lm4f120xl/uart_echo/ccs/.cproject create mode 100644 boards/ek-lm4f120xl/uart_echo/ccs/.project create mode 100644 boards/ek-lm4f120xl/uart_echo/ccs/.settings/org.eclipse.cdt.codan.core.prefs create mode 100644 boards/ek-lm4f120xl/uart_echo/ccs/Debug/uart_echo.bin create mode 100644 boards/ek-lm4f120xl/uart_echo/ccs/Debug/uart_echo.out create mode 100644 boards/ek-lm4f120xl/uart_echo/ccs/macros.ini_initial create mode 100644 boards/ek-lm4f120xl/uart_echo/ccs/target_config.ccxml (limited to 'boards/ek-lm4f120xl/uart_echo/ccs') diff --git a/boards/ek-lm4f120xl/uart_echo/ccs/.ccsimportspec b/boards/ek-lm4f120xl/uart_echo/ccs/.ccsimportspec new file mode 100644 index 0000000..9a02fa9 --- /dev/null +++ b/boards/ek-lm4f120xl/uart_echo/ccs/.ccsimportspec @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/boards/ek-lm4f120xl/uart_echo/ccs/.ccsproject b/boards/ek-lm4f120xl/uart_echo/ccs/.ccsproject new file mode 100644 index 0000000..56793f4 --- /dev/null +++ b/boards/ek-lm4f120xl/uart_echo/ccs/.ccsproject @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/boards/ek-lm4f120xl/uart_echo/ccs/.cproject b/boards/ek-lm4f120xl/uart_echo/ccs/.cproject new file mode 100644 index 0000000..a24775b --- /dev/null +++ b/boards/ek-lm4f120xl/uart_echo/ccs/.cproject @@ -0,0 +1,191 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/boards/ek-lm4f120xl/uart_echo/ccs/.project b/boards/ek-lm4f120xl/uart_echo/ccs/.project new file mode 100644 index 0000000..3149bdb --- /dev/null +++ b/boards/ek-lm4f120xl/uart_echo/ccs/.project @@ -0,0 +1,106 @@ + + + uart_echo + + + + + + 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/uart_echo/startup_ccs.c + + + uart_echo.c + 1 + SW_ROOT/boards/ek-lm4f120xl/uart_echo/uart_echo.c + + + uart_echo_ccs.cmd + 1 + SW_ROOT/boards/ek-lm4f120xl/uart_echo/uart_echo_ccs.cmd + + + + + SW_ROOT + $%7BPARENT-4-PROJECT_LOC%7D + + + diff --git a/boards/ek-lm4f120xl/uart_echo/ccs/.settings/org.eclipse.cdt.codan.core.prefs b/boards/ek-lm4f120xl/uart_echo/ccs/.settings/org.eclipse.cdt.codan.core.prefs new file mode 100644 index 0000000..98b6350 --- /dev/null +++ b/boards/ek-lm4f120xl/uart_echo/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/uart_echo/ccs/Debug/uart_echo.bin b/boards/ek-lm4f120xl/uart_echo/ccs/Debug/uart_echo.bin new file mode 100644 index 0000000..a2f484e Binary files /dev/null and b/boards/ek-lm4f120xl/uart_echo/ccs/Debug/uart_echo.bin differ diff --git a/boards/ek-lm4f120xl/uart_echo/ccs/Debug/uart_echo.out b/boards/ek-lm4f120xl/uart_echo/ccs/Debug/uart_echo.out new file mode 100644 index 0000000..7015bdd Binary files /dev/null and b/boards/ek-lm4f120xl/uart_echo/ccs/Debug/uart_echo.out differ diff --git a/boards/ek-lm4f120xl/uart_echo/ccs/macros.ini_initial b/boards/ek-lm4f120xl/uart_echo/ccs/macros.ini_initial new file mode 100644 index 0000000..588017d --- /dev/null +++ b/boards/ek-lm4f120xl/uart_echo/ccs/macros.ini_initial @@ -0,0 +1 @@ +SW_ROOT = ../../../.. diff --git a/boards/ek-lm4f120xl/uart_echo/ccs/target_config.ccxml b/boards/ek-lm4f120xl/uart_echo/ccs/target_config.ccxml new file mode 100644 index 0000000..469eea0 --- /dev/null +++ b/boards/ek-lm4f120xl/uart_echo/ccs/target_config.ccxml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + -- cgit v1.3.1