diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-02-08 15:53:19 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-02-08 15:53:19 +0000 |
commit | dcebb5f9bd302221cef95da63c7b1e5ecd88e965 (patch) | |
tree | e0be20c45147686a2f51c7a4677285c8fff903a3 /testhal/STM32F3xx/PWM-ICU/.project | |
parent | e8aadbe8c18c2b50e4d093a858a350e5bfacd715 (diff) | |
download | ChibiOS-dcebb5f9bd302221cef95da63c7b1e5ecd88e965.tar.gz ChibiOS-dcebb5f9bd302221cef95da63c7b1e5ecd88e965.tar.bz2 ChibiOS-dcebb5f9bd302221cef95da63c7b1e5ecd88e965.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5134 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F3xx/PWM-ICU/.project')
-rw-r--r-- | testhal/STM32F3xx/PWM-ICU/.project | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/testhal/STM32F3xx/PWM-ICU/.project b/testhal/STM32F3xx/PWM-ICU/.project deleted file mode 100644 index 6d36832e8..000000000 --- a/testhal/STM32F3xx/PWM-ICU/.project +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>STM32F30x-PWM-ICU</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/boards/ST_STM32F3_DISCOVERY</locationURI>
- </link>
- <link>
- <name>os</name>
- <type>2</type>
- <locationURI>CHIBIOS/os</locationURI>
- </link>
- </linkedResources>
-</projectDescription>
|