summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Saulnier <nsaulnier@ti.com>2018-08-29 01:51:18 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-08-29 18:13:39 +0000
commiteafb3fa10538273a000ca9d0db33e09bf0280860 (patch)
treea48aad675a464268b1750b2ccf6d1e86f2871f36
parentddb2540a4c4fc0de3cd14708eabf7addf5349182 (diff)
downloadmeta-ti-eafb3fa10538273a000ca9d0db33e09bf0280860.tar.gz
pru-icss_git.bb: add am65x examples, Lab_0,5
Updated the commit ID to fix the Makefile issue encountered in the previous version of the patch. This updates the commit ID of the PRU Software Support Package which is pulled into the SDK. The updated PRU Software Support Package includes: added am65x resources: PRU_Halt example PRU_MAC_Multiply_Accum example ICSSG header files added Lab_0: this provides a "Hello World" style beginning Linux example for every TI processor with a supported PRU (am335x, am437x, am57x, k2g, am65x). expanded Lab_5: expanded Lab 5 to provide a more advanced PRU Linux example for every TI processor with a supported PRU (am335x, am437x, am57x, k2g, am65x). Kernel 4.14 new features: updated resource table for all examples and labs to match the new template introduced in kernel 4.14 Code cleanup/bug fixes: update RPMsg examples to provide a more elegent way to provide the max message length. updated Linker Command files to better match TRM. Signed-off-by: Nick Saulnier <nsaulnier@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/pru/pru-icss_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/pru/pru-icss_git.bb b/recipes-bsp/pru/pru-icss_git.bb
index e150076e..37d6ca97 100644
--- a/recipes-bsp/pru/pru-icss_git.bb
+++ b/recipes-bsp/pru/pru-icss_git.bb
@@ -8,10 +8,10 @@ inherit update-alternatives
8 8
9BRANCH = "master" 9BRANCH = "master"
10SRC_URI = "git://git.ti.com/pru-software-support-package/pru-software-support-package.git;protocol=git;branch=${BRANCH}" 10SRC_URI = "git://git.ti.com/pru-software-support-package/pru-software-support-package.git;protocol=git;branch=${BRANCH}"
11SRCREV = "1d9249c012005a669a6ffb2f76255d72ed5c0e4c" 11SRCREV = "80ea0921bd0024ee5943a19fae1a64ea51d72a50"
12 12
13PV = "5.2.1" 13PV = "5.3.0"
14PR = "r2" 14PR = "r1"
15 15
16require recipes-ti/includes/ti-paths.inc 16require recipes-ti/includes/ti-paths.inc
17 17