xil-se / xildebug_sw

XilDebug is a CMSIS-DAP compliant debugger, UART bridge and power profiler all in one package.
5 stars 1 forks source link

cdc_uart_bridge: Bringup and related changes #68

Closed kbeckmann closed 6 years ago

kbeckmann commented 6 years ago

Closes #58

kbeckmann commented 6 years ago

Did you try it? It seems to work pretty well. The 250ms timeout is there to illustrate the lag, can use 50 or something later.

kbeckmann commented 6 years ago

:sweat_smile:

kbeckmann commented 6 years ago

Guess it's good enough to merge now

kbeckmann commented 6 years ago

We can try doing a squash commit this time

kbeckmann commented 6 years ago

Interesting - github's squash only keeps the titles of the commits:

* usb: cdc: Add an rx queue and receive items in usb_cdc_rx
* cdc_uart_bridge: Initial commit
* uart: Add streaming api for rx
* cdc: Use HAL_ERR_CHECK
* uart: Fix stupid bug