zephyr/lib/os
Andrew Boie 4f77c2ad53 kernel: rename z_arch_ to arch_
Promote the private z_arch_* namespace, which specifies
the interface between the core kernel and the
architecture code, to a new top-level namespace named
arch_*.

This allows our documentation generation to create
online documentation for this set of interfaces,
and this set of interfaces is worth treating in a
more formal way anyway.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-11-07 15:21:46 -08:00
..
assert.c
base64.c
CMakeLists.txt
crc7_sw.c
crc8_sw.c
crc16_sw.c
crc32_sw.c
dec.c
fdtable.c
hex.c
json.c
Kconfig
mempool.c
mutex.c
printk.c kernel: rename z_arch_ to arch_ 2019-11-07 15:21:46 -08:00
rb.c
ring_buffer.c
sem.c
thread_entry.c
timeutil.c
work_q.c