aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Reeder2015-07-08 15:22:11 -0500
committerJason Reeder2015-07-08 15:22:11 -0500
commit768abea8509ddeaa64b9d16c7d37db20a79c99b9 (patch)
treed3a1ebdd1ec9d88921eea29339402d2b7c30e152 /examples/PRU_RPMsg_Echo_Interrupt0/.project
parentc5d65aa8c95e8cc808afa7723ec37e35a388071d (diff)
downloadpru-software-support-package-768abea8509ddeaa64b9d16c7d37db20a79c99b9.tar.gz
pru-software-support-package-768abea8509ddeaa64b9d16c7d37db20a79c99b9.tar.xz
pru-software-support-package-768abea8509ddeaa64b9d16c7d37db20a79c99b9.zip
Adding RPMsg support for the PRU
patches/ - new bug fixes as well as a patch that intruduces the new RPMsg PRU Linux driver. lib/rpmsg_lib.lib - a new PRU library that implements RPMsg on the PRU. src/rpmsg_lib/ - source code and CCS project files for the rpmsg_lib.lib library so that it can be changed and rebuilt if necessary. include/ - header files for the new RPMsg library. --pru_rpmsg.h --pru_virtqueue.h examples/PRU_RPMsg_Echo_*/ - Two new examples for each PRU that show an echo application. One example polls on a shared mailbox waiting for a new message and one example uses interrupts before checking for the new message. Signed-off-by: Jason Reeder <jreeder@ti.com>
Diffstat (limited to 'examples/PRU_RPMsg_Echo_Interrupt0/.project')
-rw-r--r--examples/PRU_RPMsg_Echo_Interrupt0/.project34
1 files changed, 34 insertions, 0 deletions
diff --git a/examples/PRU_RPMsg_Echo_Interrupt0/.project b/examples/PRU_RPMsg_Echo_Interrupt0/.project
new file mode 100644
index 0000000..f024788
--- /dev/null
+++ b/examples/PRU_RPMsg_Echo_Interrupt0/.project
@@ -0,0 +1,34 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<projectDescription>
3 <name>PRU_RPMsg_Echo_Interrupt0</name>
4 <comment></comment>
5 <projects>
6 </projects>
7 <buildSpec>
8 <buildCommand>
9 <name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
10 <arguments>
11 </arguments>
12 </buildCommand>
13 <buildCommand>
14 <name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
15 <triggers>full,incremental,</triggers>
16 <arguments>
17 </arguments>
18 </buildCommand>
19 </buildSpec>
20 <natures>
21 <nature>com.ti.ccstudio.core.ccsNature</nature>
22 <nature>org.eclipse.cdt.core.cnature</nature>
23 <nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
24 <nature>org.eclipse.cdt.core.ccnature</nature>
25 <nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
26 </natures>
27 <linkedResources>
28 <link>
29 <name>AM335x_PRU.cmd</name>
30 <type>1</type>
31 <locationURI>PARENT-1-PROJECT_LOC/common/AM335x_PRU.cmd</locationURI>
32 </link>
33 </linkedResources>
34</projectDescription>