zephyr/soc/riscv
Andrew Boie 07525a3d54 kernel: add arch interface for idle functions
k_cpu_idle() and k_cpu_atomic_idle() were being directly
implemented by arch code.

Rename these implementations to z_arch_cpu_idle() and
z_arch_cpu_atomic_idle(), and call them from new inline
function definitions in kernel.h.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-09-30 15:25:55 -04:00
..
litex-vexriscv
openisa_rv32m1 linker: cxx: Include .gcc_except_table sections 2019-09-19 09:26:42 -05:00
riscv-privilege kernel: add arch interface for idle functions 2019-09-30 15:25:55 -04:00
CMakeLists.txt