1. d76cc37 soft_uart: fix the Rx flushing logic, add a unit test by Vadim Yanitskiy · 7 months ago
  2. 26dff79 soft_uart: cosmetic: use consistent naming for the Rx buffer msgb by Vadim Yanitskiy · 7 months ago
  3. 6587dd0 soft_uart: implement modem status lines and flow control by Vadim Yanitskiy · 7 months ago
  4. ffb8d5e soft_uart: osmo_soft_uart_tx_ubits(): return number of bits pulled by Vadim Yanitskiy · 7 months ago
  5. 2203db5 soft_uart: cosmetic: do not use 'osmo_' prefix for static symbols by Vadim Yanitskiy · 7 months ago
  6. 811638c soft_uart: check Rx/Tx state once in osmo_soft_uart_{rx,tx}_ubits() by Vadim Yanitskiy · 7 months ago
  7. 0887188 soft_uart: fix doxygen doc for osmo_soft_uart_tx_ubits() by Vadim Yanitskiy · 7 months ago
  8. 59afb8f soft_uart: add osmo_soft_uart_{get,set}_name() by Vadim Yanitskiy · 7 months ago
  9. 459cb06 soft_uart: check n_bits against 0 in osmo_soft_uart_tx_ubits() by Vadim Yanitskiy · 7 months ago
  10. ffdd997 soft_uart: fix pulling a small number of Tx bits 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. 03f0ed7 soft_uart: allow manually flushing the receive buffer by Vadim Yanitskiy · 7 months ago
  15. c9fc77f soft_uart: implement the transmitter by Vadim Yanitskiy · 8 months ago
  16. 1c2b8c1 soft_uart: implement parity checking for the receiver by Vadim Yanitskiy · 8 months ago
  17. 1a3b511 soft_uart: rework osmo_uart_rx_bit() to use flow state by Vadim Yanitskiy · 8 months ago
  18. 82a1ae7 soft_uart: make osmo_soft_uart_alloc() accept *cfg by Vadim Yanitskiy · 8 months ago
  19. cdde671 soft_uart: split osmo_soft_uart_enable() by Vadim Yanitskiy · 8 months ago
  20. b72625d soft_uart: add doxygen documentation by Vadim Yanitskiy · 8 months ago
  21. 877cfed soft_uart: add osmo_soft_uart_free() by Vadim Yanitskiy · 8 months ago
  22. dc023cf core: Add software UART implementation by Harald Welte · 1 year, 7 months ago