zephyr/lib/os
Krzysztof Chruscinski bb74b4f028 lib: os: cbprintf: Renamed flags used for conversion function
At some point, package copy function was extended and renamed
to cbprintf_package_convert. However, flags used by this
function were not renamed and used contained COPY idiom.
Deprecating flags with COPY and replacing them with flags
with CONVERT idiom to match function which is utilizing them.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2022-08-26 12:52:08 +02:00
..
CMakeLists.txt
Kconfig lib: os: disable PRINTK_SYNC while using EFI console as log backend 2022-08-11 12:17:24 +02:00
Kconfig.cbprintf
Kconfig.heap
assert.c
base64.c
bitarray.c
cbprintf.c
cbprintf_complete.c
cbprintf_nano.c
cbprintf_packaged.c lib: os: cbprintf: Renamed flags used for conversion function 2022-08-26 12:52:08 +02:00
crc7_sw.c
crc8_sw.c
crc16_sw.c
crc32_sw.c
crc32c_sw.c
dec.c
fdtable.c lib: os: Fix warning on XCC 2022-07-25 17:07:11 -04:00
heap-validate.c lib/os: use generic mem stats structure for heap 2022-07-12 13:59:26 +00:00
heap.c arch/posix: Add MemorySanitizer support 2022-08-19 08:30:01 +02:00
heap.h
heap_listener.c
hex.c
json.c
mem_blocks.c lib: mem_blocks: add a usage test for a block 2022-07-14 10:44:18 +02:00
mpsc_pbuf.c
multi_heap.c
mutex.c
notify.c
onoff.c
p4wq.c
printk.c
rb.c
reboot.c
ring_buffer.c
sem.c
shared_multi_heap.c
spsc_pbuf.c lib: os: spsc_pbuf: Minor code cleanup 2022-08-24 17:48:50 +00:00
thread_entry.c
timeutil.c
user_work.c
utf8.c
winstream.c