tinyfpga / TinyFPGA-Bootloader

An open source USB bootloader for FPGAs
Apache License 2.0
352 stars 94 forks source link

Wish: Example on how to use this as serial terminal #62

Closed Mecrisp closed 4 years ago

Mecrisp commented 4 years ago

I have a wish: Could you please add an example on how to use the underlying USB ttyACM implementation actually as a serial terminal for a PicoRV processor, with an interface just like a vanilla UART with FIFOs ? I think replacing usb_spi_bridge_ep.v could do the trick, but I am not deep enough into Tinyusb yet to do it myself.

Mecrisp commented 4 years ago

Found it: https://github.com/davidthings/tinyfpga_bx_usbserial