dragonmux
|
39f1604ef0
|
usb_serial: Cleaned up a bit more in debug_uart_send_aux_serial_data()
|
2022-08-22 12:59:24 -07:00 |
dragonmux
|
9ca1b645bb
|
usbuart: Moved the debug FIFO buffer definitions into usb_serial.c
|
2022-08-22 12:59:24 -07:00 |
dragonmux
|
a1e0a9c645
|
aux_serial: Moved aux_serial_stage_buffer() to usb_serial.c as debug_serial_fifo_send()
|
2022-08-22 12:59:24 -07:00 |
dragonmux
|
30bfb00414
|
usb_serial: Refactored out some of the debug buffer logic
|
2022-08-22 12:59:24 -07:00 |
dragonmux
|
3d3d8c9adb
|
usbuart: Cleanup of redundant definitions
|
2022-08-22 12:59:24 -07:00 |
dragonmux
|
2657594a66
|
usb_serial: Refactored out the code that deals with and adjusts the AUX serial receive FIFOs
|
2022-08-22 12:59:24 -07:00 |
dragonmux
|
cd67c7de29
|
usb_serial: Begun refactoring out components of debug_uart_send_aux_serial_data()
|
2022-08-22 12:59:24 -07:00 |
dragonmux
|
90a0931f78
|
usbuart: Renamed buf_rx -> aux_serial_receive_buffer
|
2022-08-22 12:59:24 -07:00 |
dragonmux
|
8a3b8a90e8
|
aux_serial: Renamed the receive FIFO indexes
|
2022-08-22 12:59:24 -07:00 |
dragonmux
|
35ae0adcd1
|
aux_serial: Cleaned up the buffer sizing macros
|
2022-08-22 12:59:24 -07:00 |
dragonmux
|
79898808af
|
usbuart: Moved aux_serial_receive_complete into usb_serial.c
|
2022-08-22 12:59:24 -07:00 |
dragonmux
|
c2d2263395
|
usb_serial: Renamed rx_usb_trfr_cplt -> aux_serial_receive_complete
|
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
|
b94476841f
|
usb_serial: Begun bringin more commonality to debug_uart_receive_callback
|
2022-08-22 12:59:24 -07:00 |
dragonmux
|
a5c07c188f
|
usb_serial: Begun refactoring debug_uart_receive_callback
|
2022-08-22 12:59:24 -07:00 |
dragonmux
|
7feeb70430
|
usb_serial: Begun cleaning up in debug_uart_receive_callback()
|
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
|
25ac055602
|
usb_serial: Renamed usbuart_usb_out_cb() -> debug_uart_receive_callback()
|
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
|
693c408b98
|
usbuart: Moved usbuart_usb_out_cb() into usb_serial.c
|
2022-08-22 12:59:24 -07:00 |
dragonmux
|
9afa946703
|
usb_serial: Renamed usbuart_usb_in_cb() -> debug_uart_send_callback()
|
2022-08-22 12:59:24 -07:00 |
dragonmux
|
a0fab9b772
|
usbuart: Moved usbuart_usb_in_cb into usb_serial.c
|
2022-08-22 12:59:24 -07:00 |
dragonmux
|
67e8a5b840
|
usbuart: Moved usbuart_usb_in_cb into usb_serial.c
|
2022-08-22 12:59:24 -07:00 |
dragonmux
|
bbbb49c2b5
|
usb_serial: Renamed usbuart_send_rx_packet() -> debug_uart_send_rx_packet()
|
2022-08-22 12:59:24 -07:00 |
dragonmux
|
9b6d9c4780
|
usbuart: Moved usbuart_send_rx_packet to usb_serial.c
|
2022-08-22 12:59:24 -07:00 |
dragonmux
|
8723fdf3de
|
usb_serial: Renamed usbuart_run() -> debug_uart_run()
|
2022-08-22 12:59:24 -07:00 |
dragonmux
|
2d83b25b3c
|
usbuart: Moved usbuart_run() into usb_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
|
f5ecae48f1
|
usb_serial: clang-foramt cleanup of debug_uart_write()
|
2022-08-22 12:59:24 -07:00 |
dragonmux
|
da447a849f
|
usb_serial: Renamed usbuart_debug_write() -> debug_uart_write()
|
2022-08-22 12:59:24 -07:00 |
dragonmux
|
35e88d0409
|
usbuart: Moved the SemiHosting implementation to usb_serial.c
|
2022-08-22 12:59:24 -07:00 |
dragonmux
|
15a37f830a
|
usbuart: Moved usbuart_debug_write() to usb_serial.c
|
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
|
13209385f8
|
usb_serial: Refactored debug_uart_send_stdout() and cleaned up
|
2022-08-22 12:59:24 -07:00 |
dragonmux
|
3af03c0778
|
usb_serial: Renamed usbuart_send_stdout() -> debug_uart_send_stdout()
|
2022-08-22 12:59:24 -07:00 |
dragonmux
|
70e24f4203
|
usb_serial: Moved usbuart_send_stdout() into the usb_serial code
|
2022-08-22 12:59:24 -07:00 |
dragonmux
|
099540cccb
|
usb_serial: Moved the "SemiHosting" init into a more suitable spot in bringup
|
2022-08-22 12:59:24 -07:00 |
dragonmux
|
eedf21e821
|
usb_serial: run clang-format on the code
|
2022-08-12 22:25:52 -07:00 |
dragonmux
|
0f37edc36a
|
misc: Renamed cdcacm.{c,h} to usb_serial.{c,h}
|
2022-08-12 22:25:52 -07:00 |