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

Kb/uart #57

Closed kbeckmann closed 6 years ago

kbeckmann commented 6 years ago

Prepares for #42. Need USB CDC bindings too

kbeckmann commented 6 years ago

If we want to keep the handle in uart.c we need to figure out a better way with init and so on anyway. This patch removes the fuzz, can add it later if we need it.

kbeckmann commented 6 years ago

I tested uart: Add uart_config_set to change config in runtime and it seems to work well.

kbeckmann commented 6 years ago

Agreed, but since we don't need it now i just removed the confusing stuff.