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
hash
heap
libc cmake: libc: minimal: Avoid linking against other libc implementations 2024-10-30 14:29:37 -05:00
mem_blocks
net_buf
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
CMakeLists.txt
Kconfig