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

uart/cdc: Support changing of line coding (uart config) #76

Closed kbeckmann closed 6 years ago

kbeckmann commented 6 years ago

Closes #75

kbeckmann commented 6 years ago

Alright

kbeckmann commented 6 years ago

Would be nice if we could get rid of any HAL references from our app code. Now uart.h doesn't need any hal stuff at all. cdc.h still has some.