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:
parent
5a4e28d47d
commit
fe563baec7
|
@ -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")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue