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 <[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 51519b31f079..94522f65f796 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 = "f43599464e8e879a127241b68fbeb0abca4cbd9f" +SRCREV = "99b1bfd8ca8780fd2306c2c939f3fd477b2e5218" -PV = "5.3.0" -PR = "r2" +PV = "5.4.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
