1. d8070f5 soft_uart: demonstrate a problem with inefficient polling by Vadim Yanitskiy · 6 months ago
  2. b392099 soft_uart: demonstrate a problem with manual flush()ing by Vadim Yanitskiy · 6 months ago
  3. d76cc37 soft_uart: fix the Rx flushing logic, add a unit test by Vadim Yanitskiy · 6 months ago
  4. d0b575c tests/soft_uart: cosmetic: improve readability of the test output by Vadim Yanitskiy · 6 months ago
  5. c460deb tests/soft_uart: assert that osmo_soft_uart_rx_ubits() returns 0 by Vadim Yanitskiy · 6 months ago
  6. 6587dd0 soft_uart: implement modem status lines and flow control by Vadim Yanitskiy · 6 months ago
  7. ffb8d5e soft_uart: osmo_soft_uart_tx_ubits(): return number of bits pulled by Vadim Yanitskiy · 6 months ago
  8. 811638c soft_uart: check Rx/Tx state once in osmo_soft_uart_{rx,tx}_ubits() by Vadim Yanitskiy · 6 months ago
  9. ffdd997 soft_uart: fix pulling a small number of Tx bits by Vadim Yanitskiy · 7 months ago
  10. dab6629 soft_uart: demonstrate a problem with osmo_soft_uart_tx_ubits() by Vadim Yanitskiy · 7 months ago
  11. 0d78a00 soft_uart: implement OSMO_SUART_PARITY_{MARK,SPACE} by Vadim Yanitskiy · 7 months ago
  12. 2d2ce49 soft_uart: fix handling of num_data_bits < 8 by Vadim Yanitskiy · 7 months ago
  13. bf95f82 soft_uart: fix Rx buffer flushing logic in suart_rx_ch() by Vadim Yanitskiy · 7 months ago
  14. 9ef304d soft_uart: add unit tests for the receiver and transmitter by Vadim Yanitskiy · 7 months ago