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
d31ffd9cca
zephyr
/
tests
/
drivers
/
uart
/
prj.conf
2 lines
46 B
Plaintext
Raw
Normal View
History
Unescape
Escape
samples: Add UART application This patch adds a very simple UART sample application which demonstrates how to use the UART APIs. This sample is also useful to quickly verify if a given UART driver is working properly. For now, the application tests uart_poll_in() and uart_poll_out() APIs only, but new APIs should be added in future. Change-Id: If815f358f11efb058e947291b234d3d4130581d8 Signed-off-by: Andre Guedes <andre.guedes@intel.com>
2016-03-01 04:23:09 +08:00
CONFIG_SERIAL=y
samples: uart: Test irq-based APIs This patch extends the uart sample so the same functionality (write buffer, read char then write buffer again) is implemented using irq-based APIs. Change-Id: Iefb14dae2b253f90da64ccef8c123619ed494aca Signed-off-by: Andre Guedes <andre.guedes@intel.com>
2016-03-05 07:30:12 +08:00
CONFIG_UART_INTERRUPT_DRIVEN=y