zephyr/lib/os
Emil Gydesen de4b564754 zephyr: Fix n=0 for utf8_lcpy
The function used an assert if n was 0. Instead
of using an assert, the function will now just
not do anything. The documentation has also
been updated to reflect this.

The reasoning for this is that the strlcpy function
this (sort of) implements for utf8 works the same way.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2022-07-04 15:49:22 +02:00
..
CMakeLists.txt lib/os: Replace cbvprintf and printfcb family when using picolibc 2022-06-27 12:47:25 +02:00
Kconfig lib: os: spsc_pbuf: Add option to get maximum utilization 2022-06-30 10:30:49 +02:00
Kconfig.cbprintf lib/cbprintf: Disable tagged arguments with picolibc 2022-06-29 10:29:13 +02:00
Kconfig.heap
assert.c
base64.c
bitarray.c lib: bitarray: Remove dead statement 2022-06-06 22:46:37 +02:00
cbprintf.c
cbprintf_complete.c coding guidelines: comply with MISRA C:2012 Rule 21.13 2022-06-30 17:34:28 -04:00
cbprintf_nano.c lib: os: cbprint: enable tagged arguments for packaging 2022-06-08 00:15:55 +09:00
cbprintf_packaged.c lib: os: cbprint: enable tagged arguments for packaging 2022-06-08 00:15:55 +09:00
crc7_sw.c
crc8_sw.c
crc16_sw.c
crc32_sw.c coding guidelines: comply with MISRA C:2012 Rule 7.2 2022-06-14 13:36:14 -04:00
crc32c_sw.c
dec.c
fdtable.c coding guidelines: comply with MISRA C:2012 Rule 9.3 2022-06-30 17:34:05 -04:00
heap-validate.c
heap.c
heap.h
heap_listener.c
hex.c
json.c lib: os: Extend Json library API and type update 2022-06-06 12:06:43 +02:00
mem_blocks.c
mpsc_pbuf.c lib: mpsc_pbuf: Fix compilation unused-but-set-variable warning 2022-06-06 22:47:11 +02:00
multi_heap.c
mutex.c
notify.c
onoff.c lib: os: Remove unneeded assignment 2022-06-23 15:43:59 -05:00
p4wq.c p4wq: register log module with default log level 2022-05-17 20:39:25 -04:00
printk.c lib/printk: Use picolibc's vfprintf instead of cbvprintf 2022-06-24 20:30:03 +02:00
rb.c lib: rb: Remove unneeded statement 2022-06-05 14:49:37 +02:00
reboot.c
ring_buffer.c lib: ring_buf: Make code consistent 2022-06-06 22:46:43 +02:00
sem.c
shared_multi_heap.c
spsc_pbuf.c lib: os: spsc_pbuf: Add option to get maximum utilization 2022-06-30 10:30:49 +02:00
thread_entry.c
timeutil.c
user_work.c
utf8.c zephyr: Fix n=0 for utf8_lcpy 2022-07-04 15:49:22 +02:00
winstream.c lib/os: winstream: properly include string.h for memcpy 2022-06-21 14:02:13 -04:00