zephyr/boards/posix/native_posix
Ulf Magnusson 1f046d86a0 native_posix: kconfig: Fix misplaced USB_NATIVE_POSIX default
Should be within the 'if BOARD_NATIVE_POSIX`, or USB_NATIVE_POSIX will
get enabled whenever USB is (unless a user value overrides it).

Probably didn't cause any problems, since
boards/posix/native_posix/Kconfig.defconfig is only included for this
board.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-10-24 09:51:00 +02: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: kconfig: Fix misplaced USB_NATIVE_POSIX default 2019-10-24 09:51:00 +02: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
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