commit | 9fa6a95e306d187f7e26370a5b48c9d46b364c1f | [log] [tgz] |
---|---|---|
author | Luca Burelli <l.burelli@arduino.cc> | Mon Nov 04 20:47:13 2024 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Mar 21 14:41:30 2025 -0400 |
tree | 2a4e13e7d5fdd036e5b03c15203ba491f5e3dfcf | |
parent | 6c2b5f6c927e5bf8d86290821ec638c662d78dd6 [diff] |
llext: add storage-specific buffer loaders This patch adds three new macros to initialize an llext_buf_loader structure with a specific storage type. The existing LLEXT_BUF_LOADER macro is discouraged, since its storage type is not explicitly defined in the code but relies on the CONFIG_LLEXT_STORAGE_WRITABLE option. Signed-off-by: Luca Burelli <l.burelli@arduino.cc>