..
CMakeLists.txt
lib/os: Add sys_heap, a new/simpler/faster memory allocator
2020-04-14 10:05:55 -07:00
Kconfig
lib/os/heap: remove big_heap restriction for aligned allocations
2020-07-14 19:35:52 -04:00
assert.c
assert: Completely remove file info and condition expression
2020-01-13 13:59:55 +01:00
base64.c
zephyr: replace zephyr integer types with C99 types
2020-06-08 08:23:57 -05:00
crc7_sw.c
zephyr: replace zephyr integer types with C99 types
2020-06-08 08:23:57 -05:00
crc8_sw.c
zephyr: replace zephyr integer types with C99 types
2020-06-08 08:23:57 -05:00
crc16_sw.c
zephyr: replace zephyr integer types with C99 types
2020-06-08 08:23:57 -05:00
crc32_sw.c
zephyr: replace zephyr integer types with C99 types
2020-06-08 08:23:57 -05:00
dec.c
zephyr: replace zephyr integer types with C99 types
2020-06-08 08:23:57 -05:00
fdtable.c
fdtable: init fd context objects
2020-06-03 22:33:32 +02:00
heap-validate.c
lib/os/heap: make "solo free headers" into first-class citizens
2020-07-14 19:35:52 -04:00
heap.c
lib/os/heap: remove big_heap restriction for aligned allocations
2020-07-14 19:35:52 -04:00
heap.h
lib/os/heap: remove big_heap restriction for aligned allocations
2020-07-14 19:35:52 -04:00
hex.c
zephyr: replace zephyr integer types with C99 types
2020-06-08 08:23:57 -05:00
json.c
json: Add top-level array encoding support
2020-06-19 18:21:27 +02:00
mempool.c
zephyr: replace zephyr integer types with C99 types
2020-06-08 08:23:57 -05:00
mutex.c
kernel/timeout: Make timeout arguments an opaque type
2020-03-31 19:40:47 -04:00
notify.c
zephyr: replace zephyr integer types with C99 types
2020-06-08 08:23:57 -05:00
onoff.c
zephyr: replace zephyr integer types with C99 types
2020-06-08 08:23:57 -05:00
printk.c
kernel/printk: Make it synchronous
2020-06-27 08:14:58 -04:00
rb.c
…
ring_buffer.c
zephyr: replace zephyr integer types with C99 types
2020-06-08 08:23:57 -05:00
sem.c
kernel/timeout: Make timeout arguments an opaque type
2020-03-31 19:40:47 -04:00
thread_entry.c
…
timeutil.c
zephyr: replace zephyr integer types with C99 types
2020-06-08 08:23:57 -05:00
work_q.c
global: Remove leading/trailing blank lines in files
2019-12-11 19:17:27 +01:00