zephyr/boards/posix/native_posix
Alberto Escolar Piedras ceaa46d07b new simulated board: nrf52_bsim
Added a new simulated board, which models the NRF52832 SOC.

Its main use is for workstation testing and simulation of
the BLE stack and any application which relies mostly on it.

It uses BabbleSim (http://Babblesim.github.io) for the radio
simulation.
And the NRF52 HW models hosted in that same GitHub organization:
https://github.com/BabbleSim/ext_NRF52_hw_models

For speed it uses the POSIX arch to (not) emulate the CPU.
It uses Vanilla Zephyr, with a couple of configuration differences:
* It uses (like other POSIX arch boards) the system libC
* It does not use the nrfx hosted by Zehpyr in ext/, but the one
  provided by the HW models.
Otherwise it relies in the same drivers as the real NRF52 boards.

Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>
2018-10-15 09:36:37 -04:00
..
doc new simulated board: nrf52_bsim 2018-10-15 09:36:37 -04:00
CMakeLists.txt headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
Kconfig boards: Kconfig: Remove redundant 'default n' properties 2018-06-27 17:15:31 -05:00
Kconfig.board
Kconfig.defconfig uart: Add driver for posix arch 2018-09-27 17:24:34 +02:00
board.cmake
board.h native_posix: Refactor cmd line options 2018-07-30 22:13:46 -04:00
board_irq.h
board_soc.h native_posix: irq_offload to use a sw interrupt 2018-06-11 17:25:58 -04:00
cmdline.c native_posix: Add control of traces color 2018-09-18 14:56:10 +02:00
cmdline.h native_posix: Refactor cmd line options 2018-07-30 22:13:46 -04:00
cmdline_common.c native_posix: argparsing: Fix possible segfault 2018-08-20 17:49:18 -07:00
cmdline_common.h native_posix: Add missing headers and function prototypes 2018-08-02 19:14:19 +02:00
hw_models_top.c native_posix: Minor fix in message printed on kill 2018-08-20 17:49:18 -07:00
hw_models_top.h
irq_ctrl.c
irq_ctrl.h
irq_handler.c kernel: Explicitly ignoring _Swap return 2018-09-14 16:55:37 -04:00
irq_handler.h
main.c native: Allow cmd line options to be registered dynamically 2018-07-30 22:13:46 -04:00
native_posix.yaml
native_posix_defconfig uart: Add driver for posix arch 2018-09-27 17:24:34 +02:00
native_rtc.c native_posix: Add missing headers and function prototypes 2018-08-02 19:14:19 +02:00
native_rtc.h native_posix: Add realtime control and real time clok model 2018-07-24 22:59:07 -04:00
native_tracing.h native_posix: Add control of traces color 2018-09-18 14:56:10 +02:00
timer_model.c native_posix: Add missing headers and function prototypes 2018-08-02 19:14:19 +02:00
timer_model.h native_posix: Add realtime control and real time clok model 2018-07-24 22:59:07 -04:00
tracing.c native_posix: Add control of traces color 2018-09-18 14:56:10 +02:00