zephyr/boards/posix/native_posix
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
..
doc
board_irq.h kernel: rename z_arch_ to arch_ 2019-11-07 15:21:46 -08:00
board_soc.h
board.cmake
CMakeLists.txt headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
cmdline_common.c headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
cmdline_common.h
cmdline.c headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
cmdline.h
dts_fixup.h
hw_models_top.c headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
hw_models_top.h
irq_ctrl.c
irq_ctrl.h
irq_handler.c
irq_handler.h
Kconfig
Kconfig.board
Kconfig.defconfig boards: native_posix: add EEPROM device 2019-11-07 16:32:15 -05:00
main.c
native_posix_64_defconfig
native_posix_64.dts
native_posix_64.yaml
native_posix_defconfig
native_posix.dts boards: native_posix: add EEPROM device 2019-11-07 16:32:15 -05:00
native_posix.yaml
native_rtc.c headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
native_rtc.h
native_tracing.h
sdl_events.c headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
sdl_events.h
timer_model.c headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
timer_model.h
tracing.c