summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPraneeth Bajjuri <praneeth@ti.com>2023-11-21 17:44:04 -0600
committerRyan Eatmon <reatmon@ti.com>2023-11-22 13:07:47 -0600
commitd3bcad2cbe63d4e1cd2b4e4418d0b3b9c1f864ed (patch)
tree13c62f5bb059186673885e4d8a51f7d3c9a08b76
parent488a9238140661dce8510694a05dd04ff023855d (diff)
downloadmeta-ti-d3bcad2cbe63d4e1cd2b4e4418d0b3b9c1f864ed.tar.gz
pru-icss_git.bb: update to PSSP v6.3.0cicd.master.202311230100
Upgrade to v6.3.0 version. This release adds resources for using AM243x & AM64x PRU cores with cores running FreeRTOS: * The RTOS Getting Started Labs * Examples for using PRU GPIO and the broadside interface * SORTE_G example (a custom networking interface) Bug fixes: * AM64x & AM65x header files, fix the names of extended sections to be in the format of ConstantsTableName_0x100 Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Signed-off-by: Nick Saulnier <nsaulnier@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb b/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb
index 6acce94b..b01dd6a5 100644
--- a/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb
+++ b/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb
@@ -8,10 +8,9 @@ inherit update-alternatives
8 8
9BRANCH = "master" 9BRANCH = "master"
10SRC_URI = "git://git.ti.com/git/pru-software-support-package/pru-software-support-package.git;protocol=https;branch=${BRANCH}" 10SRC_URI = "git://git.ti.com/git/pru-software-support-package/pru-software-support-package.git;protocol=https;branch=${BRANCH}"
11SRCREV = "3d0e311580d8967d0854ca789e9069e2810e9c1a" 11SRCREV = "00a5efa5157feb84cb2e4bf50b481f7082acca82"
12 12
13PV = "6.2.0" 13PV = "6.3.0"
14PR = "r1"
15 14
16require recipes-ti/includes/ti-paths.inc 15require recipes-ti/includes/ti-paths.inc
17 16