diff mbox series

[meta-ti,kirkstone,1/4] pru-icss_git.bb: update to PSSP v6.3.0

Message ID 1701122316-142436-2-git-send-email-lcpdbld@list.ti.com
State Not Applicable
Delegated to: Ryan Eatmon
Headers show
Series Update to cicd.kirkstone.202311271209 | expand

Commit Message

LCPD Automation Script Nov. 27, 2023, 9:58 p.m. UTC
From: Praneeth Bajjuri <praneeth@ti.com>

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>
---
 meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
diff mbox series

Patch

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 6acce94..b01dd6a 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
 
 BRANCH = "master"
 SRC_URI = "git://git.ti.com/git/pru-software-support-package/pru-software-support-package.git;protocol=https;branch=${BRANCH}"
-SRCREV = "3d0e311580d8967d0854ca789e9069e2810e9c1a"
+SRCREV = "00a5efa5157feb84cb2e4bf50b481f7082acca82"
 
-PV = "6.2.0"
-PR = "r1"
+PV = "6.3.0"
 
 require recipes-ti/includes/ti-paths.inc