zephyr/lib/os
Björn Stenberg 0321ac8dbf json: Increase max number of descriptor elements from 30 to 62
The limiting factor is the output bitmask that says which elements have
been filled in by the parser. This patch changes the bitmask type from int
to int64_t.

Signed-off-by: Björn Stenberg <bjorn@haxx.se>
2023-01-26 09:51:54 +00:00
..
CMakeLists.txt lib: os: add CRC shell command for integrity verification 2022-11-29 09:32:28 +01:00
Kconfig lib: os: add CRC shell command for integrity verification 2022-11-29 09:32:28 +01:00
Kconfig.cbprintf
Kconfig.heap
assert.c
base64.c
bitarray.c
cbprintf.c
cbprintf_complete.c
cbprintf_nano.c
cbprintf_packaged.c
crc7_sw.c
crc8_sw.c
crc16_sw.c
crc32_sw.c
crc32c_sw.c
crc_shell.c posix: getopt: move declarations to unistd.h 2022-12-04 14:51:52 +01:00
dec.c
fdtable.c lib: os: Fix note on fdtable.c 2023-01-11 10:54:42 +01:00
heap-validate.c
heap.c
heap.h
heap_listener.c
hex.c
json.c json: Increase max number of descriptor elements from 30 to 62 2023-01-26 09:51:54 +00:00
mem_blocks.c
mpsc_pbuf.c lib: os: mpsc_pbuf: Fix concurrency issues 2022-12-29 10:33:29 +01:00
multi_heap.c
mutex.c
notify.c
onoff.c
p4wq.c
printk.c
rb.c
reboot.c lib: os: reboot: include zephyr/cache.h 2023-01-24 14:35:49 +00:00
ring_buffer.c
sem.c
shared_multi_heap.c
spsc_pbuf.c spsc_pbuf: Fix cache wb in spsc_pbuf_free 2022-12-07 10:21:33 +00:00
thread_entry.c
timeutil.c
user_work.c
utf8.c
winstream.c