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 <[email protected]> --- recipes-bsp/pru/pru-icss_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/pru/pru-icss_git.bb b/recipes-bsp/pru/pru-icss_git.bb index e150076ec0a2..ff8f4a4ab321 100644 --- a/recipes-bsp/pru/pru-icss_git.bb +++ b/recipes-bsp/pru/pru-icss_git.bb @@ -8,10 +8,10 @@ inherit update-alternatives BRANCH = "master" SRC_URI = "git://git.ti.com/pru-software-support-package/pru-software-support-package.git;protocol=git;branch=${BRANCH}" -SRCREV = "1d9249c012005a669a6ffb2f76255d72ed5c0e4c" +SRCREV = "78bef8fcc5204129a1da6ba015563c904478f568" -PV = "5.2.1" -PR = "r2" +PV = "5.3.0" +PR = "r1" require recipes-ti/includes/ti-paths.inc -- 1.9.1 -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
