diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@gmail.com> | 2018-03-09 13:54:25 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@gmail.com> | 2018-03-09 13:54:25 +0000 |
commit | be86d4b3430a745634bb706c6ae6a9aabb716440 (patch) | |
tree | ed719ad313003fc50557de47917217c1e8007c4d /testhal/STM32/STM32F4xx/I2C/.project | |
parent | 0b1cba4c2e057efcbd652a4026c6bc10527cac41 (diff) | |
download | ChibiOS-be86d4b3430a745634bb706c6ae6a9aabb716440.tar.gz ChibiOS-be86d4b3430a745634bb706c6ae6a9aabb716440.tar.bz2 ChibiOS-be86d4b3430a745634bb706c6ae6a9aabb716440.zip |
Removed unsupported old demo
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11664 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testhal/STM32/STM32F4xx/I2C/.project')
-rw-r--r-- | testhal/STM32/STM32F4xx/I2C/.project | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/testhal/STM32/STM32F4xx/I2C/.project b/testhal/STM32/STM32F4xx/I2C/.project deleted file mode 100644 index a3b5ed440..000000000 --- a/testhal/STM32/STM32F4xx/I2C/.project +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>STM32F4xx-I2C</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/NONSTANDARD_STM32F4_BARTHESS1</locationURI>
- </link>
- <link>
- <name>os</name>
- <type>2</type>
- <locationURI>CHIBIOS/os</locationURI>
- </link>
- </linkedResources>
-</projectDescription>
|