aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Reeder2015-10-16 16:58:36 -0500
committerJason Reeder2015-10-16 16:58:36 -0500
commitc550c2e3ed65bd4c881b3afae09dc18c666c5a13 (patch)
tree827d9cf0639e04c16e8f8ee0b4958aa753c829db
parentcfd75be8de951e246b087e5e96085a8cfc650883 (diff)
downloadpru-software-support-package-c550c2e3ed65bd4c881b3afae09dc18c666c5a13.tar.gz
pru-software-support-package-c550c2e3ed65bd4c881b3afae09dc18c666c5a13.tar.xz
pru-software-support-package-c550c2e3ed65bd4c881b3afae09dc18c666c5a13.zip
Updating the ReadMe files
Signed-off-by: Jason Reeder <jreeder@ti.com>
-rwxr-xr-xReadMe.txt14
-rwxr-xr-xexamples/am335x/ReadMe.txt49
-rwxr-xr-xexamples/am437x/ReadMe.txt (renamed from examples/ReadMe.txt)23
-rwxr-xr-xexamples/am572x/ReadMe.txt45
-rwxr-xr-xlabs/ReadMe.txt4
5 files changed, 115 insertions, 20 deletions
diff --git a/ReadMe.txt b/ReadMe.txt
index bb365ee..0b75765 100755
--- a/ReadMe.txt
+++ b/ReadMe.txt
@@ -25,12 +25,12 @@ WHAT's INCLUDED?
25 25
26 DIRECTORY CONTENTS 26 DIRECTORY CONTENTS
27 --------- -------- 27 --------- --------
28 examples Basic PRU examples 28 examples Basic PRU examples
29 include PRU firmware header files 29 include PRU firmware header files
30 labs Source code for step-by-step labs 30 labs Source code for step-by-step labs
31 lib PRU library files and library source files 31 lib PRU library files and library source files
32 patches Linux kernel patches to enable PRU support 32 patches Linux kernel patches to enable PRU support
33 pru_cape Demo software for the BeagleBone PRU Cape 33 pru_cape Demo software for the BeagleBone PRU Cape
34 34
35 35
36 36
@@ -41,5 +41,5 @@ ADDITIONAL RESOURCES
41 PRU-ICSS Wiki – http://processors.wiki.ti.com/index.php/PRU-ICSS 41 PRU-ICSS Wiki – http://processors.wiki.ti.com/index.php/PRU-ICSS
42 PRU Training Slides – http://www.ti.com/sitarabootcamp 42 PRU Training Slides – http://www.ti.com/sitarabootcamp
43 PRU Evaluation Hardware – http://www.ti.com/tool/PRUCAPE 43 PRU Evaluation Hardware – http://www.ti.com/tool/PRUCAPE
44 Support – http://e2e.ti.com 44 Support – http://e2e.ti.com
45 45
diff --git a/examples/am335x/ReadMe.txt b/examples/am335x/ReadMe.txt
new file mode 100755
index 0000000..6ac0152
--- /dev/null
+++ b/examples/am335x/ReadMe.txt
@@ -0,0 +1,49 @@
1Programmable Real-time Unit (PRU) Software Support Package
2------------------------------------------------------------
3============================================================
4 EXAMPLES
5============================================================
6
7DESCRIPTION
8
9 This directory provides basic "building block" examples for the PRU. Each
10 example demonstrates a particular feature of the PRU. The concepts shown in
11 these examples can be combined to create PRU applications. Hence, they are
12 considered "building blocks."
13
14
15
16WHAT EXAMPLES ARE INCLUDED?
17
18 The following examples are included in this directory.
19
20 EXAMPLE
21 ---------
22 PRU_access_const_table
23 PRU_ARMtoPRU_Interrupt
24 PRU_Direct_Connect0
25 PRU_Direct_Connect1
26 PRU_Halt
27 PRU_edmaConfig
28 PRU_gpioToggle
29 PRU_Hardware_UART
30 PRU_IEP
31 PRU_MAC_Multiply_Accum
32 PRU_mem1DTransfer
33 PRU_PRUtoARM_Interrupt
34 PRU_RPMsg_Echo_Interrupt0
35 PRU_RPMsg_Echo_Interrupt1
36 PRU_RPMsg_Echo_Polling0
37 PRU_RPMsg_Echo_Polling1
38
39
40
41ADDITIONAL RESOURCES
42
43 For more information about the PRU, visit:
44
45 PRU-ICSS Wiki – http://processors.wiki.ti.com/index.php/PRU-ICSS
46 PRU Training Slides – http://www.ti.com/sitarabootcamp
47 PRU Evaluation Hardware – http://www.ti.com/tool/PRUCAPE
48 Support – http://e2e.ti.com
49
diff --git a/examples/ReadMe.txt b/examples/am437x/ReadMe.txt
index 5abab6e..27308a2 100755
--- a/examples/ReadMe.txt
+++ b/examples/am437x/ReadMe.txt
@@ -6,23 +6,24 @@ Programmable Real-time Unit (PRU) Software Support Package
6 6
7DESCRIPTION 7DESCRIPTION
8 8
9 This directory provides basic "building block" examples for the PRU. Each 9 This directory provides basic "building block" examples for the PRU. Each
10 example demonstrates a particular feature of the PRU. The concepts shown in 10 example demonstrates a particular feature of the PRU. The concepts shown in
11 these examples can be combined to create PRU applications. Hence, they are 11 these examples can be combined to create PRU applications. Hence, they are
12 considered "building blocks." 12 considered "building blocks."
13 13
14 14
15 15
16WHAT EXAMPLES ARE INCLUDED? 16WHAT EXAMPLES ARE INCLUDED?
17 17
18 The following examples are included in this directory. 18 The following examples are included in this directory.
19 19
20 EXAMPLE 20 EXAMPLE
21 --------- 21 ---------
22 PRU_access_const_table 22 PRU_access_const_table
23 PRU_ARMtoPRU_Interrupt 23 PRU_ARMtoPRU_Interrupt
24 PRU_Direct_Connect0 24 PRU_Direct_Connect0
25 PRU_Direct_Connect1 25 PRU_Direct_Connect1
26 PRU_Halt
26 PRU_edmaConfig 27 PRU_edmaConfig
27 PRU_gpioToggle 28 PRU_gpioToggle
28 PRU_Hardware_UART 29 PRU_Hardware_UART
@@ -39,10 +40,10 @@ WHAT EXAMPLES ARE INCLUDED?
39 40
40ADDITIONAL RESOURCES 41ADDITIONAL RESOURCES
41 42
42 For more information about the PRU, visit: 43 For more information about the PRU, visit:
43 44
44 PRU-ICSS Wiki – http://processors.wiki.ti.com/index.php/PRU-ICSS 45 PRU-ICSS Wiki – http://processors.wiki.ti.com/index.php/PRU-ICSS
45 PRU Training Slides – http://www.ti.com/sitarabootcamp 46 PRU Training Slides – http://www.ti.com/sitarabootcamp
46 PRU Evaluation Hardware – http://www.ti.com/tool/PRUCAPE 47 PRU Evaluation Hardware – http://www.ti.com/tool/PRUCAPE
47 Support – http://e2e.ti.com 48 Support – http://e2e.ti.com
48 49
diff --git a/examples/am572x/ReadMe.txt b/examples/am572x/ReadMe.txt
new file mode 100755
index 0000000..8f28a6d
--- /dev/null
+++ b/examples/am572x/ReadMe.txt
@@ -0,0 +1,45 @@
1Programmable Real-time Unit (PRU) Software Support Package
2------------------------------------------------------------
3============================================================
4 EXAMPLES
5============================================================
6
7DESCRIPTION
8
9 This directory provides basic "building block" examples for the PRU. Each
10 example demonstrates a particular feature of the PRU. The concepts shown in
11 these examples can be combined to create PRU applications. Hence, they are
12 considered "building blocks."
13
14
15
16WHAT EXAMPLES ARE INCLUDED?
17
18 The following examples are included in this directory.
19
20 EXAMPLE
21 ---------
22 PRU_Direct_Connect0
23 PRU_Direct_Connect1
24 PRU_Halt
25 PRU_MAC_Multiply_Accum
26 PRU_RPMsg_Echo_Interrupt1_0
27 PRU_RPMsg_Echo_Interrupt1_1
28 PRU_RPMsg_Echo_Interrupt2_0
29 PRU_RPMsg_Echo_Interrupt2_1
30 PRU_RPMsg_Echo_Polling1_0
31 PRU_RPMsg_Echo_Polling1_1
32 PRU_RPMsg_Echo_Polling2_0
33 PRU_RPMsg_Echo_Polling2_1
34
35
36
37ADDITIONAL RESOURCES
38
39 For more information about the PRU, visit:
40
41 PRU-ICSS Wiki – http://processors.wiki.ti.com/index.php/PRU-ICSS
42 PRU Training Slides – http://www.ti.com/sitarabootcamp
43 PRU Evaluation Hardware – http://www.ti.com/tool/PRUCAPE
44 Support – http://e2e.ti.com
45
diff --git a/labs/ReadMe.txt b/labs/ReadMe.txt
index fca6bf5..7b9071c 100755
--- a/labs/ReadMe.txt
+++ b/labs/ReadMe.txt
@@ -30,10 +30,10 @@ WHAT LABS ARE INCLUDED?
30 30
31ADDITIONAL RESOURCES 31ADDITIONAL RESOURCES
32 32
33 For more information about the PRU, visit: 33 For more information about the PRU, visit:
34 34
35 PRU-ICSS Wiki – http://processors.wiki.ti.com/index.php/PRU-ICSS 35 PRU-ICSS Wiki – http://processors.wiki.ti.com/index.php/PRU-ICSS
36 PRU Training Slides – http://www.ti.com/sitarabootcamp 36 PRU Training Slides – http://www.ti.com/sitarabootcamp
37 PRU Evaluation Hardware – http://www.ti.com/tool/PRUCAPE 37 PRU Evaluation Hardware – http://www.ti.com/tool/PRUCAPE
38 Support – http://e2e.ti.com 38 Support – http://e2e.ti.com
39 39