diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-09-30 11:43:39 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-09-30 11:43:39 +0000 |
commit | 5bc849172523cfdd32db4ff2ad32b63f0c6e2bd3 (patch) | |
tree | 2585f8a60fa14ac1e60566389815654c3f0181cc /testex/STM32/STM32F4xx/SPI-LIS3DSH/.project | |
parent | cee57439e620a04609e2f077c1a05616beac624f (diff) | |
download | ChibiOS-5bc849172523cfdd32db4ff2ad32b63f0c6e2bd3.tar.gz ChibiOS-5bc849172523cfdd32db4ff2ad32b63f0c6e2bd3.tar.bz2 ChibiOS-5bc849172523cfdd32db4ff2ad32b63f0c6e2bd3.zip |
Moving all EX demos under testex.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9827 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testex/STM32/STM32F4xx/SPI-LIS3DSH/.project')
-rw-r--r-- | testex/STM32/STM32F4xx/SPI-LIS3DSH/.project | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/testex/STM32/STM32F4xx/SPI-LIS3DSH/.project b/testex/STM32/STM32F4xx/SPI-LIS3DSH/.project new file mode 100644 index 000000000..5498aa598 --- /dev/null +++ b/testex/STM32/STM32F4xx/SPI-LIS3DSH/.project @@ -0,0 +1,38 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>STM32F4xx-SPI-LIS3DSH</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/os/hal/boards/ST_STM32F4_DISCOVERY</locationURI>
+ </link>
+ <link>
+ <name>os</name>
+ <type>2</type>
+ <locationURI>CHIBIOS/os</locationURI>
+ </link>
+ </linkedResources>
+</projectDescription>
|