From c241dbd7e78c50327781a35d88d9f2db7ff2b271 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Mon, 29 Oct 2012 23:08:53 +0200 Subject: Added usblib --- usblib/ccs-cm4f/.ccsproject | 11 + usblib/ccs-cm4f/.cproject | 161 +++++++++++++++ usblib/ccs-cm4f/.project | 226 +++++++++++++++++++++ .../.settings/org.eclipse.cdt.codan.core.prefs | 3 + usblib/ccs-cm4f/Debug/usblib-cm4f.lib | Bin 0 -> 1482638 bytes usblib/ccs-cm4f/macros.ini_initial | 1 + 6 files changed, 402 insertions(+) create mode 100644 usblib/ccs-cm4f/.ccsproject create mode 100644 usblib/ccs-cm4f/.cproject create mode 100644 usblib/ccs-cm4f/.project create mode 100644 usblib/ccs-cm4f/.settings/org.eclipse.cdt.codan.core.prefs create mode 100644 usblib/ccs-cm4f/Debug/usblib-cm4f.lib create mode 100644 usblib/ccs-cm4f/macros.ini_initial (limited to 'usblib/ccs-cm4f') diff --git a/usblib/ccs-cm4f/.ccsproject b/usblib/ccs-cm4f/.ccsproject new file mode 100644 index 0000000..b16ea80 --- /dev/null +++ b/usblib/ccs-cm4f/.ccsproject @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/usblib/ccs-cm4f/.cproject b/usblib/ccs-cm4f/.cproject new file mode 100644 index 0000000..dc33339 --- /dev/null +++ b/usblib/ccs-cm4f/.cproject @@ -0,0 +1,161 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/usblib/ccs-cm4f/.project b/usblib/ccs-cm4f/.project new file mode 100644 index 0000000..78e336b --- /dev/null +++ b/usblib/ccs-cm4f/.project @@ -0,0 +1,226 @@ + + + usblib-cm4f + + + + + + 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 + + + + usbbuffer.c + 1 + SW_ROOT/usblib/usbbuffer.c + + + usbdesc.c + 1 + SW_ROOT/usblib/usbdesc.c + + + usbkeyboardmap.c + 1 + SW_ROOT/usblib/usbkeyboardmap.c + + + usbmode.c + 1 + SW_ROOT/usblib/usbmode.c + + + usbringbuf.c + 1 + SW_ROOT/usblib/usbringbuf.c + + + usbtick.c + 1 + SW_ROOT/usblib/usbtick.c + + + device/usbdaudio.c + 1 + SW_ROOT/usblib/device/usbdaudio.c + + + device/usbdbulk.c + 1 + SW_ROOT/usblib/device/usbdbulk.c + + + device/usbdcdc.c + 1 + SW_ROOT/usblib/device/usbdcdc.c + + + device/usbdcdesc.c + 1 + SW_ROOT/usblib/device/usbdcdesc.c + + + device/usbdcomp.c + 1 + SW_ROOT/usblib/device/usbdcomp.c + + + device/usbdconfig.c + 1 + SW_ROOT/usblib/device/usbdconfig.c + + + device/usbddfu-rt.c + 1 + SW_ROOT/usblib/device/usbddfu-rt.c + + + device/usbdenum.c + 1 + SW_ROOT/usblib/device/usbdenum.c + + + device/usbdhandler.c + 1 + SW_ROOT/usblib/device/usbdhandler.c + + + device/usbdhid.c + 1 + SW_ROOT/usblib/device/usbdhid.c + + + device/usbdhidkeyb.c + 1 + SW_ROOT/usblib/device/usbdhidkeyb.c + + + device/usbdhidmouse.c + 1 + SW_ROOT/usblib/device/usbdhidmouse.c + + + device/usbdmsc.c + 1 + SW_ROOT/usblib/device/usbdmsc.c + + + host/usbhaudio.c + 1 + SW_ROOT/usblib/host/usbhaudio.c + + + host/usbhhid.c + 1 + SW_ROOT/usblib/host/usbhhid.c + + + host/usbhhidkeyboard.c + 1 + SW_ROOT/usblib/host/usbhhidkeyboard.c + + + host/usbhhidmouse.c + 1 + SW_ROOT/usblib/host/usbhhidmouse.c + + + host/usbhhub.c + 1 + SW_ROOT/usblib/host/usbhhub.c + + + host/usbhmsc.c + 1 + SW_ROOT/usblib/host/usbhmsc.c + + + host/usbhostenum.c + 1 + SW_ROOT/usblib/host/usbhostenum.c + + + host/usbhscsi.c + 1 + SW_ROOT/usblib/host/usbhscsi.c + + + + + SW_ROOT + $%7BPARENT-2-PROJECT_LOC%7D + + + diff --git a/usblib/ccs-cm4f/.settings/org.eclipse.cdt.codan.core.prefs b/usblib/ccs-cm4f/.settings/org.eclipse.cdt.codan.core.prefs new file mode 100644 index 0000000..98b6350 --- /dev/null +++ b/usblib/ccs-cm4f/.settings/org.eclipse.cdt.codan.core.prefs @@ -0,0 +1,3 @@ +eclipse.preferences.version=1 +inEditor=false +onBuild=false diff --git a/usblib/ccs-cm4f/Debug/usblib-cm4f.lib b/usblib/ccs-cm4f/Debug/usblib-cm4f.lib new file mode 100644 index 0000000..9512e5e Binary files /dev/null and b/usblib/ccs-cm4f/Debug/usblib-cm4f.lib differ diff --git a/usblib/ccs-cm4f/macros.ini_initial b/usblib/ccs-cm4f/macros.ini_initial new file mode 100644 index 0000000..08b716d --- /dev/null +++ b/usblib/ccs-cm4f/macros.ini_initial @@ -0,0 +1 @@ +SW_ROOT = ../.. -- cgit v1.3.1