From ca97d91424962bd54d2c4280fe526cddf48f7b9b Mon Sep 17 00:00:00 2001 From: Ben Stobbs Date: Sun, 19 Jun 2022 12:58:01 +0100 Subject: [PATCH] clone correct valentyusb branch --- litex_setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litex_setup.py b/litex_setup.py index 221c4eeda..d150df0cc 100755 --- a/litex_setup.py +++ b/litex_setup.py @@ -76,7 +76,7 @@ git_repos = { # ------------------ "pythondata-software-picolibc": GitRepo(url="https://github.com/litex-hub/", clone="recursive"), "pythondata-software-compiler_rt": GitRepo(url="https://github.com/litex-hub/"), - "valentyusb": GitRepo(url="https://github.com/litex-hub/"), + "valentyusb": GitRepo(url="https://github.com/litex-hub/", branch="hw_cdc_eptri"), "litex": GitRepo(url="https://github.com/enjoy-digital/", tag=True), # LiteX Cores Ecosystem.