Skip to content

Commit

Permalink
targets/fomu: modification to ValentyUSB no longer required.
Browse files Browse the repository at this point in the history
Following commits make it generic/portable while still using IOBuffers:
litex-hub/valentyusb@77b9d01
litex-hub/valentyusb@371526e
  • Loading branch information
enjoy-digital committed Nov 27, 2020
1 parent 5a4e28d commit fe563ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion litex_boards/targets/fomu.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ def __init__(self, bios_flash_offset, sys_clk_freq=int(12e6), **kwargs):

# Serial -----------------------------------------------------------------------------------
# FIXME: do proper install of ValentyUSB.
# FIXME: replace IoBuf with https://github.com/im-tomu/valentyusb/blob/master/valentyusb/usbcore/io.py#L13-L61.
os.system("git clone https://github.com/litex-hub/valentyusb -b hw_cdc_eptri")
sys.path.append("valentyusb")

Expand Down

0 comments on commit fe563ba

Please sign in to comment.