diff options
author | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-10-12 17:11:10 +0000 |
---|---|---|
committer | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-10-12 17:11:10 +0000 |
commit | 6dde2094a0c5334e69970d4ea3c7326139b441cb (patch) | |
tree | f3db0cf0024e3600126738de7d4f2a5e8f1dd5f0 /testhal/STM32/STM32F1xx/I2C/.project | |
parent | 1c2959452edc9504b4fb91ae0dc3c621c185c95e (diff) | |
download | ChibiOS-6dde2094a0c5334e69970d4ea3c7326139b441cb.tar.gz ChibiOS-6dde2094a0c5334e69970d4ea3c7326139b441cb.tar.bz2 ChibiOS-6dde2094a0c5334e69970d4ea3c7326139b441cb.zip |
Added I2C testhal application for STM32F1xx
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7389 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F1xx/I2C/.project')
-rw-r--r-- | testhal/STM32/STM32F1xx/I2C/.project | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/testhal/STM32/STM32F1xx/I2C/.project b/testhal/STM32/STM32F1xx/I2C/.project new file mode 100644 index 000000000..4bc646560 --- /dev/null +++ b/testhal/STM32/STM32F1xx/I2C/.project @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>STM32F1xx-I2C</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>os</name>
+ <type>2</type>
+ <locationURI>CHIBIOS/os</locationURI>
+ </link>
+ </linkedResources>
+</projectDescription>
|