zephyr/boards/posix/native_posix
Alberto Escolar Piedras f974cb0ae1 posix arch: Untangle headers
posix_soc_if.h is meant to be a private header between
the POSIX ARCH, SOC, and maybe boards,
it should not contain definitions meant to be used directly
by the kernel or app.

Some definitions were placed here due to a dependency moebius
loop.
Unravel that by removing all header dependencies in posix_soc_if.h,
move those definitions out to a more logical place,
and while we are here reduce the amount of users of
irq_offload.h in POSIX arch related code

Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>
2019-10-25 11:23:49 -07:00
..
doc doc: s/device tree/devicetree/ 2019-10-08 11:53:40 +02:00
CMakeLists.txt
Kconfig native_posix: introduce a native_posix_64 board configuration 2019-07-16 10:41:11 -07:00
Kconfig.board native_posix: introduce a native_posix_64 board configuration 2019-07-16 10:41:11 -07:00
Kconfig.defconfig native_posix: kconfig: Fix misplaced USB_NATIVE_POSIX default 2019-10-24 09:51:00 +02:00
board.cmake
board_irq.h arch: posix: isolate arch-soc/board IF from kernel-arch IF 2019-10-09 09:14:18 -04:00
board_soc.h
cmdline.c native_posix: Fix realloc potential leak 2019-10-04 16:33:51 +02:00
cmdline.h
cmdline_common.c native_posix: Check pointer before de-referencing it 2019-08-18 18:05:54 +02:00
cmdline_common.h
dts_fixup.h native_posix: Remove reg property from uart node in dts 2019-07-23 04:07:54 -04:00
hw_models_top.c cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
hw_models_top.h
irq_ctrl.c native_posix: fix hw_irq_ctrl_get_irq_status() conflicting type 2019-07-16 10:41:11 -07:00
irq_ctrl.h
irq_handler.c posix arch: Untangle headers 2019-10-25 11:23:49 -07:00
irq_handler.h
main.c cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
native_posix.dts native: dts: Added label for flash-controller 2019-09-08 12:35:39 +02:00
native_posix.yaml native_posix: introduce a native_posix_64 board configuration 2019-07-16 10:41:11 -07:00
native_posix_64.dts native_posix: introduce a native_posix_64 board configuration 2019-07-16 10:41:11 -07:00
native_posix_64.yaml boards: native_posix: Disable default testing on native_posix_64 2019-09-17 20:44:14 +08:00
native_posix_64_defconfig native_posix: introduce a native_posix_64 board configuration 2019-07-16 10:41:11 -07:00
native_posix_defconfig native_posix: introduce a native_posix_64 board configuration 2019-07-16 10:41:11 -07:00
native_rtc.c
native_rtc.h native_posix: Move include out of extern "C" block 2019-08-12 15:10:15 +02:00
native_tracing.h
sdl_events.c
sdl_events.h
timer_model.c native_posix: Fix undefined macro warning 2019-07-24 16:34:31 -04:00
timer_model.h
tracing.c