zephyr/arch
Alberto Escolar Piedras 6d3476117b posix: Add cpu_hold() function to better emulate code delay
In native_posix and nrf52_bsim add the cpu_hold() function,
which can be used to emulate the time it takes for code
to execute.
It is very similar to arch_busy_wait(), but while
arch_busy_wait() returns when the requested time has passed,
cpu_hold() ensures that the time passes in the callers
context independently of how much time may pass in some
other context.

Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>
2020-12-14 12:32:11 +01:00
..
arc power: rename _sys_suspend/_sys_resume 2020-12-09 15:18:29 -05:00
arm intc: gic: Use SYS_INIT instead of custom init function 2020-12-11 10:17:27 -05:00
common timing: do not repeatedly do init()/start()/stop() 2020-11-11 23:55:49 -05:00
nios2 kernel: Cleanup logger setup in kernel files 2020-11-27 09:56:34 -05:00
posix posix: Add cpu_hold() function to better emulate code delay 2020-12-14 12:32:11 +01:00
riscv kernel: Cleanup logger setup in kernel files 2020-11-27 09:56:34 -05:00
sparc SPARC: add FPU support 2020-12-04 14:33:43 +02:00
x86 twister: rename in code 2020-12-11 14:13:02 -05:00
xtensa kernel: Cleanup logger setup in kernel files 2020-11-27 09:56:34 -05:00
CMakeLists.txt
Kconfig power: move kconfigs from arch/ to power/ 2020-12-09 15:18:29 -05:00