zephyr/lib
Krzysztof Chruściński 3bf54a9e85 lib: os: cbprintf_packaged: Fix cbprintf_package_convert
When conversion is done in two steps (output length calculation
followed by the actual conversion), it was failing when helper
array for holding calculated string length from the first
conversion run was shorter than number of strings that were
supposed to be appended to the package. Fix by taking into
account strl_len to determine if length can be taken from the
array or need to be calculated again.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
2024-11-01 09:56:03 -05:00
..
acpi
cpp
crc lib: crc: add `crc8_rohc` for CRC-8/ROHC variant calculation 2024-10-09 09:48:00 +02:00
hash
heap
libc cmake: libc: minimal: Avoid linking against other libc implementations 2024-10-30 14:29:37 -05:00
mem_blocks
net_buf net: buf: increase log level of timeout ignore 2024-10-10 14:59:16 -04:00
open-amp samples: openamp_rsc_table: Add the option to use predefined vring ID 2024-10-15 13:53:42 +02:00
os lib: os: cbprintf_packaged: Fix cbprintf_package_convert 2024-11-01 09:56:03 -05:00
posix posix: kconfig: remove select y from non-user-selectable help 2024-10-14 13:01:51 +02:00
runtime
smf
utils json: support parsing and serializing 'uint64_t' 2024-10-05 14:04:48 -04:00
CMakeLists.txt lib: net_buf: move the network buffer implementation to lib 2024-09-07 11:19:05 -05:00
Kconfig lib: net_buf: move the network buffer implementation to lib 2024-09-07 11:19:05 -05:00