summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/pru
diff options
context:
space:
mode:
authorNick Saulnier <nsaulnier@ti.com>2018-11-28 04:08:57 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-12-05 21:31:21 +0000
commit3901dc93967637b18e840f02ee91361af4702b8a (patch)
treeaa0d329a49fb73c41e9e32ada6c1afbbfa770f46 /recipes-bsp/pru
parent53f0eecf8729c79b664a134a74659c515cb39c7a (diff)
downloadmeta-ti-3901dc93967637b18e840f02ee91361af4702b8a.tar.gz
pru-icss_git.bb: bug fixes for SDK 5.2
PRU Software Support Package example PRU_ADC_onChip does not work out of the box in SDK 5.1. This update fixes the PRU_ADC_onChip example. Signed-off-by: Nick Saulnier <nsaulnier@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/pru')
-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 51519b31..94522f65 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 = "f43599464e8e879a127241b68fbeb0abca4cbd9f" 11SRCREV = "99b1bfd8ca8780fd2306c2c939f3fd477b2e5218"
12 12
13PV = "5.3.0" 13PV = "5.4.0"
14PR = "r2" 14PR = "r1"
15 15
16require recipes-ti/includes/ti-paths.inc 16require recipes-ti/includes/ti-paths.inc
17 17