zephyr/lib/utils
Benjamin Cabé 455280e5aa lib: hex: remove unnecessary defensive programming
The hex2char() calls in bin2hex() can never fail since buf[i] >> 4
and buf[i] & 0xf always produce values in range 0-15.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
2025-06-11 10:25:14 -07:00
..
base64.c
bitarray.c utils: bitarray: fix comparison of int of different signs 2025-05-13 10:05:52 +02:00
CMakeLists.txt linker: move last section id constant to c-code 2025-05-08 15:55:40 +02:00
cobs.c
dec.c
hex.c lib: hex: remove unnecessary defensive programming 2025-06-11 10:25:14 -07:00
json.c
Kconfig
last_section_id.c linker: move last section id constant to c-code 2025-05-08 15:55:40 +02:00
notify.c
onoff.c
rb.c
ring_buffer.c
timeutil.c
utf8.c
winstream.c