zephyr/boards/posix/native_posix
Andrew Boie 979b17f243 kernel: activate arch interface headers
Duplicate definitions elsewhere have been removed.

A couple functions which are defined by the arch interface
to be non-inline, but were implemented inline by native_posix
and intel64, have been moved to non-inline.

Some missing conditional compilation for z_arch_irq_offload()
has been fixed, as this is an optional feature.

Some massaging of native_posix headers to get everything
in the right scope.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-10-21 10:13:38 -07:00
..
doc doc: s/device tree/devicetree/ 2019-10-08 11:53:40 +02:00
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
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: introduce a native_posix_64 board configuration 2019-07-16 10:41:11 -07:00
board.cmake license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
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 kernel: activate arch interface headers 2019-10-21 10:13:38 -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 all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
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