diff options
| author | Hari Nagalla <hnagalla@ti.com> | 2025-11-13 08:01:55 -0600 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2025-11-17 13:50:55 -0600 |
| commit | 5d15cce6fc2b0062c47f81b25a619385a44c88e1 (patch) | |
| tree | 631cb881727aa0a89074e4fb05aa9329c118e944 | |
| parent | 20f7b83e1cdb353f94fe758cd34582e042baff3b (diff) | |
| download | meta-ti-5d15cce6fc2b0062c47f81b25a619385a44c88e1.tar.gz | |
ipc: ti-rpmsg-char: Update library to 0.6.10
update rpmsg library to 0.6.10
It brings the following fixes from ti-rpmsg-char repo:
d4cf638 src: fix bug in file_read_string()
3e72722 src: add api to fetch kernel allocated remote proc id
5061690 benchmark: update max runs = 1 trillion, max latency = 9sec
4aa2a84 examples: clean up tabs, delay metering
07660dd example: add rpmsg_char_benchmark
b40845f Replace read bytes from 256 --> 496
b2e9e2f Update max message size to 496
Signed-off-by: Hari Nagalla <hnagalla@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
| -rw-r--r-- | meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc b/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc index 0350152d..e8f0f8ba 100644 --- a/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc +++ b/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc | |||
| @@ -7,9 +7,9 @@ PROTOCOL = "https" | |||
| 7 | BRANCH = "master" | 7 | BRANCH = "master" |
| 8 | SRC_URI = "git://git.ti.com/git/rpmsg/ti-rpmsg-char.git;protocol=${PROTOCOL};branch=${BRANCH};" | 8 | SRC_URI = "git://git.ti.com/git/rpmsg/ti-rpmsg-char.git;protocol=${PROTOCOL};branch=${BRANCH};" |
| 9 | 9 | ||
| 10 | # 0.6.9 release | 10 | # 0.6.10 release |
| 11 | SRCREV = "09b064c6663ed46e4a402291dd87c8fe96135bd7" | 11 | SRCREV = "057b1a249261e26d00c501b59646957160ec815b" |
| 12 | 12 | ||
| 13 | PV = "0.6.9+git" | 13 | PV = "0.6.10+git" |
| 14 | 14 | ||
| 15 | COMPATIBLE_MACHINE = "^(k3)$" | 15 | COMPATIBLE_MACHINE = "^(k3)$" |
