zephyr/boards/posix/native_posix
Alberto Escolar Piedras 2bc5499651 doc: native_posix: Add section about 32 and 64 bits
native_posix supports for some time now generating a 64bit
binary with the native_posix_64 target, but we never got
to document it.
Add a section describing it, and correct the WSL1
note/warning (also with a link with instructions on how to hack
WSL1 to make it run 32 bit binaries)

Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>
2020-05-04 15:57:33 +02:00
..
doc doc: native_posix: Add section about 32 and 64 bits 2020-05-04 15:57:33 +02:00
CMakeLists.txt headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
Kconfig arch: posix: Kconfig: select HAS_DTS as the arch level 2020-04-04 16:01:11 +02:00
Kconfig.board native_posix: introduce a native_posix_64 board configuration 2019-07-16 10:41:11 -07:00
Kconfig.defconfig drivers: kscan: Introduce SDL mouse driver 2020-03-11 13:23:19 -05:00
board.cmake license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
board_irq.h irq: Remove return value from IRQ_CONNECT and IRQ_DIRECT_CONNECT 2020-04-17 13:19:07 -05:00
board_soc.h
cmdline.c headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
cmdline.h
cmdline_common.c headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
cmdline_common.h global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
hw_models_top.c global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
hw_models_top.h
irq_ctrl.c boards: posix: Fix a typo 2020-01-28 15:44:21 -05:00
irq_ctrl.h
irq_handler.c tracing: move headers under include/tracing 2020-02-07 15:58:05 -05: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 drivers: flash: replace DT_FLASH_DEV_NAME with DT macro 2020-04-27 18:43:20 -05:00
native_posix.yaml boards: native_posix: list eeprom as supported 2020-03-30 08:24:06 -05: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: list eeprom as supported 2020-03-30 08:24:06 -05:00
native_posix_64_defconfig kconfig: Remove assignments to CONFIG_<arch> syms and hide them 2020-02-08 00:50:08 -06:00
native_posix_defconfig kconfig: Remove assignments to CONFIG_<arch> syms and hide them 2020-02-08 00:50:08 -06:00
native_rtc.c headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08: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 headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
sdl_events.h global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
timer_model.c headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
timer_model.h
tracing.c