zephyr/soc/posix/inf_clock
Alberto Escolar Piedras 7ee41b8776 soc inf (native): Refactor into a top and bottom
Where the bottom is the only one which interacts with
the host operating system.
And the top the only one that interacts or is aware
of the hosted operating system (Zephyr).

The bottom uses the native simulator CPU
start/stop emulation.
By now we replicate its code as a provisional measure,
until the native simulator becomes standard.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-06-23 12:16:26 +02:00
..
CMakeLists.txt soc posix: Refactor native_tasks into own file 2023-06-23 08:59:21 +02:00
Kconfig.defconfig
Kconfig.soc soc inf (POSIX): Correct Kconfig option description 2023-06-23 08:59:21 +02:00
linker.ld linker: update files with <zephyr/...> include prefix 2022-05-09 12:45:29 -04:00
native_tasks.c soc posix: Refactor native_tasks into own file 2023-06-23 08:59:21 +02:00
posix_board_if.h posix: Add cpu_hold() function to better emulate code delay 2020-12-14 12:32:11 +01:00
posix_native_task.h arch posix: native tasks header: Add missing include 2023-06-23 08:59:21 +02:00
posix_soc.h soc: migrate includes to <zephyr/...> 2022-05-06 19:57:59 +02:00
soc.c soc inf (native): Refactor into a top and bottom 2023-06-23 12:16:26 +02:00
soc.h soc_inf: Refactor native tasks into own header 2023-04-13 13:35:20 +02:00
soc_irq.h