linumiz / zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
https://docs.zephyrproject.org
Apache License 2.0
5 stars 0 forks source link

UART #29

Open parthitce opened 1 week ago

parthitce commented 1 week ago

Although https://github.com/linumiz/zephyr/issues/27 helps testing the basics, this issue should help focus more specifics about UART testing,

Total UART available is 4. Pin mapping in the Launchpad to check the possibility to test all 4 with and without flow control

parthitce commented 4 days ago

Interrupt testing is done using samples/drivers/uart/echo_bot/, otherwise poll is defaulted when tested with hello_world