zephyr/lib/os
Andy Ross 0c15627cc1 lib: Remove sys_mem_pool implementation
This has been replaced by sys_heap now and all dependencies are gone.
Remove.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2020-12-07 21:50:14 -05:00
..
assert.c
base64.c
cbprintf_complete.c lib: cbprintf: work around LLVM code generation bug 2020-11-19 12:37:33 +01:00
cbprintf_nano.c lib/os/cbprintf_nano.c: simplifications and enhancements 2020-11-17 11:34:25 +01:00
cbprintf.c lib: add cbprintf capability 2020-11-13 06:38:01 -05:00
CMakeLists.txt lib: Remove sys_mem_pool implementation 2020-12-07 21:50:14 -05:00
crc7_sw.c
crc8_sw.c
crc16_sw.c
crc32_sw.c
dec.c
fdtable.c lib: fdtable: fix z_free_fd multiple calls fd leak 2020-09-10 16:04:36 -05:00
heap-validate.c
heap.c lib/os/heap: Add sys_heap_realloc() 2020-12-07 21:50:14 -05:00
heap.h code-guideline: Fixing code violation 10.4 Rule 2020-10-01 17:13:29 -04:00
hex.c
json.c misc: Replace assert include and calls by sys/__assert.h equivalent 2020-10-02 11:42:40 +02:00
Kconfig lib/os: replace z_vprintk with cbprintf 2020-11-13 06:38:01 -05:00
Kconfig.cbprintf lib: add cbprintf capability 2020-11-13 06:38:01 -05:00
mutex.c
notify.c
onoff.c code-guideline: Fixing code violation 10.4 Rule 2020-10-01 17:13:29 -04:00
printk.c lib/os: replace z_vprintk with cbprintf 2020-11-13 06:38:01 -05:00
rb.c
ring_buffer.c lib: os: ring_buffer: Allow using full buffer capacity 2020-11-11 13:17:49 +01:00
sem.c code-guideline: Fixing code violation 10.4 Rule 2020-10-01 17:13:29 -04:00
thread_entry.c
timeutil.c
work_q.c