diff options
author | TexZK <texzk@email.it> | 2015-07-04 17:29:41 +0200 |
---|---|---|
committer | TexZK <texzk@email.it> | 2015-07-04 17:29:41 +0200 |
commit | 1283a5068d4a4bee3f965915ca21528c56d28def (patch) | |
tree | 25773ad4a4118da3183997a05877738bd3598d67 /demos/various/RT-Win32-TriBuf/.project | |
parent | f16e69497bc06d876159c2e9ff77458bd4681937 (diff) | |
download | ChibiOS-Contrib-1283a5068d4a4bee3f965915ca21528c56d28def.tar.gz ChibiOS-Contrib-1283a5068d4a4bee3f965915ca21528c56d28def.tar.bz2 ChibiOS-Contrib-1283a5068d4a4bee3f965915ca21528c56d28def.zip |
Added TriBuf files and demo [WIP]
Diffstat (limited to 'demos/various/RT-Win32-TriBuf/.project')
-rw-r--r-- | demos/various/RT-Win32-TriBuf/.project | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/demos/various/RT-Win32-TriBuf/.project b/demos/various/RT-Win32-TriBuf/.project new file mode 100644 index 0000000..0d99ab0 --- /dev/null +++ b/demos/various/RT-Win32-TriBuf/.project @@ -0,0 +1,38 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>RT-Win32-TriBuf</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/simulator</locationURI>
+ </link>
+ <link>
+ <name>os</name>
+ <type>2</type>
+ <locationURI>CHIBIOS/os</locationURI>
+ </link>
+ </linkedResources>
+</projectDescription>
|