common: Don't attempt to stop the USB clock in USB_VcomDeinit().
[gps-watch.git] / src / common / virtual_com.c
2020-01-05 Tilman Sauerbeckcommon: Don't attempt to stop the USB clock in USB_Vcom...
2020-01-05 Tilman Sauerbeckcommon: Make USB_VcomInit() take VID/PID and pass them on.
2020-01-05 Tilman Sauerbeckcommon: Remove unused function USB_VcomWriteBlocking().
2020-01-05 Tilman Sauerbeckcommon: Remove unused function USB_VcomReadBlocking().
2020-01-05 Tilman Sauerbeckcommon: Implement the transmit path for the USB serial...
2020-01-05 Tilman Sauerbeckcommon: Implement the receive path for the USB serial...
2019-07-07 Tilman Sauerbeckcommon: Implement USB0 interrupt handler.
2019-07-07 Tilman Sauerbeckcommon: Remove useless calls to __NOP() in busy wait...
2019-07-07 Tilman Sauerbeckcommon: Avoid including fsl_clock.h, clock_config.h...
2019-07-07 Tilman Sauerbeckcommon: Add NXP's USB serial code.