dragonmux
|
4ec95994a7
|
usbuart: Renamed tx_trfr_cplt -> aux_serial_transmit_complete
|
2022-08-22 12:59:24 -07:00 |
dragonmux
|
070e53a69b
|
aux_serial: Renamed buf_tx_act_sz -> aux_serial_transmit_buffer_consumed
|
2022-08-22 12:59:24 -07:00 |
dragonmux
|
dd619ad808
|
aux_serial: Moved all the transmit logic into aux_serial.c and cleaned up in usb_serial.c
|
2022-08-22 12:59:24 -07:00 |
dragonmux
|
960806c324
|
aux_serial: Redefined the DMA transmit buffers as two actual buffers and simplified
|
2022-08-22 12:59:24 -07:00 |
dragonmux
|
98a2b4d350
|
aux_serial: Refined how flip-flopping between the two transmit buffers is achieved
|
2022-08-22 12:59:24 -07:00 |
dragonmux
|
5108ecf759
|
aux_serial: tx_buf -> aux_serial_transmit_buffer
|
2022-08-22 12:59:24 -07:00 |
dragonmux
|
bc256a9201
|
aux_serial: Begun moving globals into their proper private TU scopes
|
2022-08-22 12:59:24 -07:00 |
dragonmux
|
af93aba0da
|
aux_serial: Moved the transmit buffer swap function declaration into aux_serial.h and implemented a function to get the current buffer
|
2022-08-22 12:59:24 -07:00 |
dragonmux
|
27ab12f3fc
|
aux_serial: Renamed usbuart_change_dma_tx_buf() -> aux_serial_switch_transmit_buffers()
|
2022-08-22 12:59:24 -07:00 |
dragonmux
|
8eea6110b8
|
usbuart: Moved usbuart_change_dma_tx_buf() into aux_serial.c
|
2022-08-22 12:59:24 -07:00 |
dragonmux
|
04cf410247
|
platform: Moved the aux serial functions into their own header
|
2022-08-22 12:59:24 -07:00 |
dragonmux
|
2da8b44c1d
|
aux_serial: Renamed usbuart_set_line_coding() -> aux_serial_set_encoding()
|
2022-08-22 12:59:24 -07:00 |
dragonmux
|
487bcf029d
|
usbuart: Moved usbuart_set_line_coding() out into a new file
|
2022-08-22 12:59:24 -07:00 |