diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-02-28 08:59:38 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-02-28 08:59:38 +0000 |
commit | 18543d21c71037cf9ff3f16bf25d5ca425939914 (patch) | |
tree | 259212a2730c934548eed7f88e46d2a32a41e6fa /demos/STM32/RT-STM32L476-DISCOVERY/.project | |
parent | e7a8f8863149dedd1ab6a57406c62ea27a33e4eb (diff) | |
download | ChibiOS-18543d21c71037cf9ff3f16bf25d5ca425939914.tar.gz ChibiOS-18543d21c71037cf9ff3f16bf25d5ca425939914.tar.bz2 ChibiOS-18543d21c71037cf9ff3f16bf25d5ca425939914.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8978 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32/RT-STM32L476-DISCOVERY/.project')
-rw-r--r-- | demos/STM32/RT-STM32L476-DISCOVERY/.project | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/demos/STM32/RT-STM32L476-DISCOVERY/.project b/demos/STM32/RT-STM32L476-DISCOVERY/.project new file mode 100644 index 000000000..6848c28a3 --- /dev/null +++ b/demos/STM32/RT-STM32L476-DISCOVERY/.project @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>RT-STM32L476-DISCOVERY</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>
+ <location>C:/ChibiStudio/chibios161/os/hal/boards/ST_STM32L476_DISCOVERY</location>
+ </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>
|