commit | 47df73e51b778aa49823f03682b29c200a046b6c | [log] [tgz] |
---|---|---|
author | Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no> | Mon Jun 17 10:49:52 2024 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Jul 08 14:58:32 2024 -0400 |
tree | 47a2c127c9ed2ce07c8ae2a6f93769d46984d133 | |
parent | 1e93796f8f3c80d80eb63b1bf443012d099d3c83 [diff] |
lib: os: mpsc_pbuf: Do not use sem when CONFIG_MULTITHREADING=n When multithreading is off packet buffer should not use feature which allows waiting for available buffer. mpsc_pbuf is used by logging which can work in deferred mode in no multithreading build. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>