diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-05-03 09:10:05 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-05-03 09:10:05 +0000 |
commit | 904787aafeac29d02f4be9e10e6d2cb74a7b5420 (patch) | |
tree | 94dfcfe4f996cd8e6890f708a771419ccb7e272f /testhal/STM32/STM32F4xx/DAC_DUAL/.project | |
parent | f7361859b0a8dc39b2f33d897cf4ceb2fa6ee1dd (diff) | |
download | ChibiOS-904787aafeac29d02f4be9e10e6d2cb74a7b5420.tar.gz ChibiOS-904787aafeac29d02f4be9e10e6d2cb74a7b5420.tar.bz2 ChibiOS-904787aafeac29d02f4be9e10e6d2cb74a7b5420.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7943 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F4xx/DAC_DUAL/.project')
-rw-r--r-- | testhal/STM32/STM32F4xx/DAC_DUAL/.project | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/testhal/STM32/STM32F4xx/DAC_DUAL/.project b/testhal/STM32/STM32F4xx/DAC_DUAL/.project new file mode 100644 index 000000000..7607c7a44 --- /dev/null +++ b/testhal/STM32/STM32F4xx/DAC_DUAL/.project @@ -0,0 +1,38 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>STM32F4xx-DAC_DUAL</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>
|