zephyr/boards/posix/native_posix
Alberto Escolar Piedras 0a5de7df71 native_posix: override C standard version to 2011
Override the C standard used for compilation to C 2011
This is due to some tests using _Static_assert which is a 2011
feature, but otherwise relying on compilers supporting it also
when set to C99.
This was in general ok, but with some host compilers and C
library versions it led to problems. So we override it to 2011
for native_posix board.

Fixes: #8529

Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>
2018-07-05 12:55:07 -04:00
..
doc doc: native_posix: Add paragraph about ASan 2018-07-04 15:11:20 -04:00
CMakeLists.txt native_posix: override C standard version to 2011 2018-07-05 12:55:07 -04:00
Kconfig boards: Kconfig: Remove redundant 'default n' properties 2018-06-27 17:15:31 -05:00
Kconfig.board native: added stdin handling for shell 2018-02-02 07:48:46 -08:00
Kconfig.defconfig native: Fix host BT driver kconfig warning 2018-06-13 18:48:26 +02:00
board.cmake
board.h Bluetooth: Add HCI User Channel driver for native POSIX port 2018-06-11 17:14:43 -04:00
board_irq.h native: native_posix timer + irq fix 2018-02-07 16:28:16 -05:00
board_soc.h native_posix: irq_offload to use a sw interrupt 2018-06-11 17:25:58 -04:00
cmdline.c native: Add command line options to control real timeness 2018-06-11 17:29:27 -04:00
cmdline.h native: entropy: warn of security risk 2018-05-17 07:51:00 +03:00
cmdline_common.c native: added more proper command line parameters parsing 2018-02-23 07:33:11 -05:00
cmdline_common.h native: added more proper command line parameters parsing 2018-02-23 07:33:11 -05:00
hw_models_top.c native: coverage exclusions 2018-02-07 16:28:16 -05: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: added more proper command line parameters parsing 2018-02-23 07:33:11 -05: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
timer_model.c native: Add command line options to control real timeness 2018-06-11 17:29:27 -04:00
timer_model.h native: Add command line options to control real timeness 2018-06-11 17:29:27 -04:00
tracing.c native: minor consistency rename 2018-01-29 23:23:56 -05:00