zephyr/boards/posix/native_posix
Kumar Gala c1e1273df2 drivers: serial: native_posix: Convert 2nd UART to be devicetree based
The first uart instance was already devicetree based.  To be consistent
convert the second instance to also be devicetree based.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2021-02-18 09:06:21 +01:00
..
doc doc: native_posix: Add section about 32 and 64 bits 2020-05-04 15:57:33 +02:00
board_irq.h power: standarize PM Kconfigs and cleanup 2020-12-09 15:18:29 -05:00
board_soc.h drivers: counter: Add native_posix counter hardware model and driver 2020-07-27 13:25:50 +02:00
board.cmake license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
CMakeLists.txt posix: Add cpu_hold() function to better emulate code delay 2020-12-14 12:32:11 +01:00
cmdline_common.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
cmdline_common.h global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
cmdline.c headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
cmdline.h
cpu_wait.c posix: Add cpu_hold() function to better emulate code delay 2020-12-14 12:32:11 +01:00
hw_counter.c drivers: counter: Add native_posix counter hardware model and driver 2020-07-27 13:25:50 +02:00
hw_counter.h drivers: counter: Add native_posix counter hardware model and driver 2020-07-27 13:25:50 +02:00
hw_models_top.c drivers: counter: Add native_posix counter hardware model and driver 2020-07-27 13:25:50 +02:00
hw_models_top.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
irq_ctrl.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
irq_ctrl.h
irq_handler.c power: standarize PM Kconfigs and cleanup 2020-12-09 15:18:29 -05:00
irq_handler.h
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 logging: Revamp menuconfig 2021-01-26 06:15:42 -05:00
main.c cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04: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_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_defconfig logging: Revamp menuconfig 2021-01-26 06:15:42 -05:00
native_posix.dts drivers: serial: native_posix: Convert 2nd UART to be devicetree based 2021-02-18 09:06:21 +01:00
native_posix.yaml boards: native_posix: list eeprom as supported 2020-03-30 08:24:06 -05:00
native_rtc.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
native_rtc.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
native_tracing.h
sdl_events.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
sdl_events.h global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
timer_model.c board: native_posix: Fix timer for k_busy_wait() 2020-12-14 12:32:11 +01:00
timer_model.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
tracing.c