diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-12-03 10:51:04 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-12-03 10:51:04 +0000 |
commit | b7fdc3f060da86bd718379bdf87334b0143ea44b (patch) | |
tree | d04ab19b70369ac7672f282c6e7bc8c947083d6e /testhal/STM32/STM32F3xx/USB_CDC_IAD/.project | |
parent | 091912633d47613e4c9c213aec0eef772ecbc3ba (diff) | |
download | ChibiOS-b7fdc3f060da86bd718379bdf87334b0143ea44b.tar.gz ChibiOS-b7fdc3f060da86bd718379bdf87334b0143ea44b.tar.bz2 ChibiOS-b7fdc3f060da86bd718379bdf87334b0143ea44b.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8553 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F3xx/USB_CDC_IAD/.project')
-rw-r--r-- | testhal/STM32/STM32F3xx/USB_CDC_IAD/.project | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/testhal/STM32/STM32F3xx/USB_CDC_IAD/.project b/testhal/STM32/STM32F3xx/USB_CDC_IAD/.project new file mode 100644 index 000000000..75139531b --- /dev/null +++ b/testhal/STM32/STM32F3xx/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>
|