*** Booting Zephyr OS build 36940db938a8 ***
Hello World! zcu102_r5/zcu102_r5_rpu

*** Booting Zephyr OS build 36940db938a8 ***
Running TESTSUITE uart_basic_api
===================================================================
START - test_uart_config_get
 PASS - test_uart_config_get in 0.003 seconds
===================================================================
u PASS - test_uart_configure in 0.001 seconds
===================================================================
START - test_uart_fifo_fill
This is a FIFO test.
 PASS - test_uart_fifo_fill in 0.502 seconds
===================================================================
START - test_uart_fifo_read
Please send characters to serial console
this is good
 PASS - test_uart_fifo_read in 4.544 seconds
===================================================================
START - test_uart_poll_in
Please send characters to serial console
very good
 PASS - test_uart_poll_in in 3.235 seconds
===================================================================
START - test_uart_poll_out
This is a POLL test.
 PASS - test_uart_poll_out in 0.002 seconds
===================================================================
TESTSUITE uart_basic_api succeeded
Running TESTSUITE uart_basic_api_pending
===================================================================
START - test_uart_pending
Please send characters to serial console

 PASS - test_uart_pending in 1.403 seconds
===================================================================
TESTSUITE uart_basic_api_pending succeeded

------ TESTSUITE SUMMARY START ------

SUITE PASS - 100.00% [uart_basic_api]: pass = 6, fail = 0, skip = 0, total = 6 duration = 8.287 seconds
 - PASS - [uart_basic_api.test_uart_config_get] duration = 0.003 seconds
 - PASS - [uart_basic_api.test_uart_configure] duration = 0.001 seconds
 - PASS - [uart_basic_api.test_uart_fifo_fill] duration = 0.502 seconds
 - PASS - [uart_basic_api.test_uart_fifo_read] duration = 4.544 seconds
 - PASS - [uart_basic_api.test_uart_poll_in] duration = 3.235 seconds
 - PASS - [uart_basic_api.test_uart_poll_out] duration = 0.002 seconds

SUITE PASS - 100.00% [uart_basic_api_pending]: pass = 1, fail = 0, skip = 0, total = 1 duration = 1.403 seconds
 - PASS - [uart_basic_api_pending.test_uart_pending] duration = 1.403 seconds

------ TESTSUITE SUMMARY END ------

===================================================================
PROJECT EXECUTION SUCCESSFUL


