commit | ce4cdac3c0b57954caf35a129e8ca96f26ae4ecd | [log] [tgz] |
---|---|---|
author | Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com> | Wed Sep 27 17:40:16 2023 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Nov 10 10:40:26 2023 +0100 |
tree | 435792f38ce637e80627c574595237f180e9e457 | |
parent | adc30ff29448eab781928fdc4d2b415fe15478a2 [diff] |
llext: add llext_peek() The only way so far to access extension images is via a memory buffer. Since this, supposedly, will also be a rather common method, it makes sense to add a method to access extension data quickly by obtaining a pointer instead of copying data into local buffers. Add a llext_peek() method for that. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>