commit | 0829610bbc9468166ddf647db43b29613124e9d1 | [log] [tgz] |
---|---|---|
author | Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no> | Tue May 17 19:36:07 2022 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Jun 07 19:04:35 2022 +0200 |
tree | 6b8f0a002fb447d353175a1ba224e5961ea6ec66 | |
parent | 03e36855d36c5fc8ed732a1dda631ac573007e95 [diff] |
lib: os: spsc_pbuf: Add option to use cache Add flags option to init call and a flag to use cache. Add Kconfig choice to pick how to approach cache. Cache can be enforced in all spsc_pbuf instances, disable in all, or runtime selected based on configuration flag. Option is added to allow memory footprint savings. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>