diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@gmail.com> | 2018-03-13 09:30:43 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@gmail.com> | 2018-03-13 09:30:43 +0000 |
commit | 39b398c1f0db29688edefc740796f738c919c5ba (patch) | |
tree | 018a85279572369d3baa4c8f53ae040b3cd354d8 /testex/STM32/STM32F4xx/I2C-LPS22HB/.project | |
parent | 074e213e8f48ebb660af1531b7d116c497b1f444 (diff) | |
download | ChibiOS-39b398c1f0db29688edefc740796f738c919c5ba.tar.gz ChibiOS-39b398c1f0db29688edefc740796f738c919c5ba.tar.bz2 ChibiOS-39b398c1f0db29688edefc740796f738c919c5ba.zip |
Added support for LPS22HB 2 axis Barometer\Thermometer MEMS.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11719 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testex/STM32/STM32F4xx/I2C-LPS22HB/.project')
-rw-r--r-- | testex/STM32/STM32F4xx/I2C-LPS22HB/.project | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/testex/STM32/STM32F4xx/I2C-LPS22HB/.project b/testex/STM32/STM32F4xx/I2C-LPS22HB/.project new file mode 100644 index 000000000..d76fc939c --- /dev/null +++ b/testex/STM32/STM32F4xx/I2C-LPS22HB/.project @@ -0,0 +1,38 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>STM32F4xx-I2C-LPS22HB</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_NUCLEO64_F401RE</locationURI>
+ </link>
+ <link>
+ <name>os</name>
+ <type>2</type>
+ <locationURI>CHIBIOS/os</locationURI>
+ </link>
+ </linkedResources>
+</projectDescription>
|