From fe563baec7f76bceb2f288bc924635edff600ce8 Mon Sep 17 00:00:00 2001
From: Florent Kermarrec <florent@enjoy-digital.fr>
Date: Fri, 27 Nov 2020 19:40:45 +0100
Subject: [PATCH] targets/fomu: modification to ValentyUSB no longer required.

Following commits make it generic/portable while still using IOBuffers:
https://github.com/litex-hub/valentyusb/commit/77b9d010586755a0e0c3b47d20aa387472d0ef7f
https://github.com/litex-hub/valentyusb/commit/371526e432a858b768ddc561cee0d7a0c8f40f42
---
 litex_boards/targets/fomu.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/litex_boards/targets/fomu.py b/litex_boards/targets/fomu.py
index a803595..7ff1cf1 100755
--- a/litex_boards/targets/fomu.py
+++ b/litex_boards/targets/fomu.py
@@ -83,7 +83,6 @@ class BaseSoC(SoCCore):
 
         # 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")
 
-- 
GitLab