diff --git a/recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb b/recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb index a0a0aaef..df32cc61 100644 --- a/recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb +++ b/recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb @@ -13,14 +13,14 @@ I2C_LLD_GIT_PROTOCOL = "git" I2C_LLD_GIT_BRANCH = "master" I2C_LLD_GIT_DESTSUFFIX = "git/ti/drv/i2c" -# Below commit ID corresponds to "DEV.I2C_LLD.01.00.00.12" -I2C_LLD_SRCREV = "3857dbd3039e2ce3a726f2916638596d6a2232f5" +# Below commit ID corresponds to "DEV.I2C_LLD.01.00.00.13" +I2C_LLD_SRCREV = "b9e3347623b29c8c6709c69a26caf465ffef5b92" BRANCH = "${I2C_LLD_GIT_BRANCH}" SRC_URI = "${I2C_LLD_GIT_URI};destsuffix=${I2C_LLD_GIT_DESTSUFFIX};protocol=${I2C_LLD_GIT_PROTOCOL};branch=${BRANCH}" SRCREV = "${I2C_LLD_SRCREV}" -PV = "01.00.00.12" +PV = "01.00.00.13" PR = "r0" DEPENDS_append = " osal-rtos \