Skip to content

serial: Add barrier to synchronize

Felix Gerking requested to merge serial-add-barrier into dunfell

Add a pthread barrier to synchronize the Rx/Tx threads and remove the Tx pipe as it becomes useless.

This fixes the issue when the serial test is run inside bit.

BCS 746-000147

Merge request reports