diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-07-28 08:37:34 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-07-28 08:37:34 +0000 |
commit | 5f8ae5f7a8f9e120fe4ca963a4c864adaf46c9e8 (patch) | |
tree | 254190e140ba11c7c2a2ba5cb5995574ad61b00d /demos/STM32/RT-STM32L4R5ZI-NUCLEO144/.project | |
parent | 23e93024b1f555706f7f40a7f19189b2c9369ec1 (diff) | |
download | ChibiOS-5f8ae5f7a8f9e120fe4ca963a4c864adaf46c9e8.tar.gz ChibiOS-5f8ae5f7a8f9e120fe4ca963a4c864adaf46c9e8.tar.bz2 ChibiOS-5f8ae5f7a8f9e120fe4ca963a4c864adaf46c9e8.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12202 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'demos/STM32/RT-STM32L4R5ZI-NUCLEO144/.project')
-rw-r--r-- | demos/STM32/RT-STM32L4R5ZI-NUCLEO144/.project | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/demos/STM32/RT-STM32L4R5ZI-NUCLEO144/.project b/demos/STM32/RT-STM32L4R5ZI-NUCLEO144/.project new file mode 100644 index 000000000..affe9107c --- /dev/null +++ b/demos/STM32/RT-STM32L4R5ZI-NUCLEO144/.project @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>RT-STM32L4R5ZI-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_L4R5ZI</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>
|