zephyr/lib/os
Krzysztof Chruscinski 65474d8d67 lib: os: cbprintf: Improvements for sparc
Unified define used for handling sparc case in static and
runtime packaging. Reworked macro for storing argument in
static packaging.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2021-03-29 14:08:41 +02:00
..
assert.c
base64.c
cbprintf_complete.c kernel: rename reserved 'exp' symbol 2021-03-25 07:28:37 -04:00
cbprintf_nano.c lib/os/cbprintf_nano.c: several improvements 2021-02-23 19:39:59 +01:00
cbprintf_packaged.c lib: os: cbprintf: Improvements for sparc 2021-03-29 14:08:41 +02:00
cbprintf.c
CMakeLists.txt lib: cbprintf: add support for deferred formatting 2021-03-05 09:29:35 +01:00
crc7_sw.c
crc8_sw.c
crc16_sw.c
crc32_sw.c
crc32c_sw.c lib: os: Introduce support for CRC32C algorithm 2021-03-02 14:08:30 +01:00
dec.c
fdtable.c fdtable: fdtable: do not use tag name fd_entry 2021-03-22 19:48:14 -04:00
heap-validate.c kernel: heap: rename 'free' and 'alloc' 2021-03-25 07:28:37 -04:00
heap.c kernel: heap: rename resereved 'rewind' 2021-03-25 07:28:37 -04:00
heap.h lib/os/heap: straighten up our type usage 2021-03-18 19:33:39 -04:00
hex.c
json.c
Kconfig Revert "lib/os/heap: introduce option to force big heap mode" 2021-02-19 07:32:22 -05:00
Kconfig.cbprintf lib: os: cbprintf: Add static packaging 2021-03-11 09:54:39 +01:00
mutex.c lib: os: Simplify z_impl_z_sys_mutex_kernel_unlock 2021-03-10 05:42:06 -05:00
notify.c
onoff.c
p4wq.c lib/p4wq: Fix race with completed work items 2021-02-14 18:17:28 -05:00
printk.c
rb.c lib/rbtree: Remove dead case in rb_remove() 2021-03-13 06:49:08 -05:00
ring_buffer.c ring_buffer: rename resereved 'rewind' symbol 2021-03-25 07:28:37 -04:00
sem.c
thread_entry.c
timeutil.c
user_work.c kernel: provide functional equivalent to old userspace work queue API 2021-03-03 20:06:00 -05:00
work_q.c