diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-06-11 09:36:08 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-06-11 09:36:08 +0000 |
commit | 8d2cce8eed6a41f0ba315a77723e25c77ae260fc (patch) | |
tree | 368dfc9e9c223c94e3b4ea78e5365198c2b00628 /testhal/SPC560Pxx/SPI/.project | |
parent | e251aedf64dcd821e8508dec512ed0a660fce0b3 (diff) | |
download | ChibiOS-8d2cce8eed6a41f0ba315a77723e25c77ae260fc.tar.gz ChibiOS-8d2cce8eed6a41f0ba315a77723e25c77ae260fc.tar.bz2 ChibiOS-8d2cce8eed6a41f0ba315a77723e25c77ae260fc.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5832 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/SPC560Pxx/SPI/.project')
-rw-r--r-- | testhal/SPC560Pxx/SPI/.project | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/testhal/SPC560Pxx/SPI/.project b/testhal/SPC560Pxx/SPI/.project new file mode 100644 index 000000000..c0c005e49 --- /dev/null +++ b/testhal/SPC560Pxx/SPI/.project @@ -0,0 +1,38 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>SPC560Pxx-SPI</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
+ <triggers>clean,full,incremental,</triggers>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
+ <triggers>full,incremental,</triggers>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.cdt.core.cnature</nature>
+ <nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
+ <nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
+ </natures>
+ <linkedResources>
+ <link>
+ <name>board</name>
+ <type>2</type>
+ <locationURI>CHIBIOS/boards/ST_EVB_SPC560P</locationURI>
+ </link>
+ <link>
+ <name>os</name>
+ <type>2</type>
+ <locationURI>CHIBIOS/os</locationURI>
+ </link>
+ </linkedResources>
+</projectDescription>
|