diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-09-07 15:54:45 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-09-07 15:54:45 +0000 |
commit | 05be7e1f50beb7857b9edbd1abdc21f823960ebc (patch) | |
tree | a0320ec1fe2a696ad2ed1dbd1f94ae7b56021f40 /demos/STM32/RT-STM32F756ZG-NUCLEO144/.project | |
parent | 5a7e462d462f7c6818a4675195643fa92fed3c17 (diff) | |
download | ChibiOS-05be7e1f50beb7857b9edbd1abdc21f823960ebc.tar.gz ChibiOS-05be7e1f50beb7857b9edbd1abdc21f823960ebc.tar.bz2 ChibiOS-05be7e1f50beb7857b9edbd1abdc21f823960ebc.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12247 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'demos/STM32/RT-STM32F756ZG-NUCLEO144/.project')
-rw-r--r-- | demos/STM32/RT-STM32F756ZG-NUCLEO144/.project | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/demos/STM32/RT-STM32F756ZG-NUCLEO144/.project b/demos/STM32/RT-STM32F756ZG-NUCLEO144/.project new file mode 100644 index 000000000..5bf2a7765 --- /dev/null +++ b/demos/STM32/RT-STM32F756ZG-NUCLEO144/.project @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>RT-STM32F756ZG-NUCLEO144</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_NUCLEO144_F756ZG</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>
|