diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-02-05 10:57:17 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-02-05 10:57:17 +0000 |
commit | bc83d0a40213c0ce58b83f540461aeec471a18ed (patch) | |
tree | c64a7c451ecd7b06bc5989d9814f3d518df2e51f /testhal/STM32/STM32F30x/USB_CDC_IAD/.project | |
parent | 2eb9d1cb124a33c6e48b4bc8c572d1beb9c42ca4 (diff) | |
download | ChibiOS-bc83d0a40213c0ce58b83f540461aeec471a18ed.tar.gz ChibiOS-bc83d0a40213c0ce58b83f540461aeec471a18ed.tar.bz2 ChibiOS-bc83d0a40213c0ce58b83f540461aeec471a18ed.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7655 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F30x/USB_CDC_IAD/.project')
-rw-r--r-- | testhal/STM32/STM32F30x/USB_CDC_IAD/.project | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/testhal/STM32/STM32F30x/USB_CDC_IAD/.project b/testhal/STM32/STM32F30x/USB_CDC_IAD/.project new file mode 100644 index 000000000..75139531b --- /dev/null +++ b/testhal/STM32/STM32F30x/USB_CDC_IAD/.project @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>STM32F30x-USB_CDC_IAD</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_STM32F3_DISCOVERY</locationURI>
+ </link>
+ <link>
+ <name>os</name>
+ <type>2</type>
+ <locationURI>CHIBIOS/os</locationURI>
+ </link>
+ <link>
+ <name>test</name>
+ <type>2</type>
+ <locationURI>CHIBIOS/test</locationURI>
+ </link>
+ </linkedResources>
+</projectDescription>
|