This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
3d0909ed18
zephyr
/
samples
/
drivers
/
uart
/
native_tty
/
prj.conf
3 lines
52 B
Plaintext
Raw
Normal View
History
Unescape
Escape
drivers: uart: add support for serial ports on native posix Add support for communication with serial ports on native POSIX platform via UART driver API. Serial port driver supports polling API, configuration of the serial ports used via devicetree and command line options, and runtime configuration with `uart_configure`. Multiple instances of the driver are supported. Example use and configuration is also demonstrated in the `samples/drivers/uart/native_tty` sample. Closes: #56586 Signed-off-by: Marko Sagadin <marko.sagadin42@gmail.com>
2023-05-28 15:46:53 +08:00
CONFIG_SERIAL=y
samples: drivers: uart: native_tty: Add dependency to UART runtime conf Force enabling of the UART runtime configuration in the sample. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
2023-11-13 16:45:18 +08:00
CONFIG_UART_USE_RUNTIME_CONFIGURE=y