diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@gmail.com> | 2019-01-27 11:45:19 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@gmail.com> | 2019-01-27 11:45:19 +0000 |
commit | beb111e43c621e9398ff4cb100b43e9eda30b2b9 (patch) | |
tree | e3a866027935b9337c42801c265db680fc78bf56 /testex/STM32/STM32F3xx/SPI-N25Q128/.project | |
parent | db8497567e77f8f4159ef11918d9dbae80a72a1e (diff) | |
download | ChibiOS-beb111e43c621e9398ff4cb100b43e9eda30b2b9.tar.gz ChibiOS-beb111e43c621e9398ff4cb100b43e9eda30b2b9.tar.bz2 ChibiOS-beb111e43c621e9398ff4cb100b43e9eda30b2b9.zip |
Removed demo SPI-N25Q128
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_19.1.x@12608 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testex/STM32/STM32F3xx/SPI-N25Q128/.project')
-rw-r--r-- | testex/STM32/STM32F3xx/SPI-N25Q128/.project | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/testex/STM32/STM32F3xx/SPI-N25Q128/.project b/testex/STM32/STM32F3xx/SPI-N25Q128/.project deleted file mode 100644 index b03746dcb..000000000 --- a/testex/STM32/STM32F3xx/SPI-N25Q128/.project +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>STM32F3xx-SPI-N25Q128</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>
- </linkedResources>
-</projectDescription>
|