targets/fomu: modification to ValentyUSB no longer required.

Following commits make it generic/portable while still using IOBuffers:
77b9d01058
371526e432
This commit is contained in:
Florent Kermarrec 2020-11-27 19:40:45 +01:00
parent 5a4e28d47d
commit fe563baec7
1 changed files with 0 additions and 1 deletions

View File

@ -83,7 +83,6 @@ class BaseSoC(SoCCore):
# Serial ----------------------------------------------------------------------------------- # Serial -----------------------------------------------------------------------------------
# FIXME: do proper install of ValentyUSB. # 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") os.system("git clone https://github.com/litex-hub/valentyusb -b hw_cdc_eptri")
sys.path.append("valentyusb") sys.path.append("valentyusb")