zephyr/boards/posix/native_posix
Alberto Escolar Piedras 3ac2dc920e native_posix: Minor fix in message printed on kill
The message which was printed when killing the process was not
correct. Fixed it.

Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>
2018-08-20 17:49:18 -07:00
..
doc native_posix: minor doc fixes 2018-08-01 12:13:20 -07:00
CMakeLists.txt native_posix: Add realtime control and real time clok model 2018-07-24 22:59:07 -04:00
Kconfig boards: Kconfig: Remove redundant 'default n' properties 2018-06-27 17:15:31 -05:00
Kconfig.board
Kconfig.defconfig native: Fix host BT driver kconfig warning 2018-06-13 18:48:26 +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 missing headers and function prototypes 2018-08-02 19:14:19 +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 native_posix & kernel: Remove legacy preemption checking 2018-06-11 17:25:58 -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 boards: native_posix: mark netif as supported 2018-04-09 22:55:20 -04:00
native_posix_defconfig native_posix: Do not select COVERAGE by default 2018-07-03 08:36:06 -04: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
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