summaryrefslogtreecommitdiff
path: root/config/git
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-06-07 00:38:51 +0100
committerLeah Rowe <leah@libreboot.org>2024-06-07 00:38:51 +0100
commitd9b9f6db75adec714266e754e962e50742ee4d0e (patch)
tree7bfc1505016a996d3dd3c46f3b32ccab4183393d /config/git
parent099ee3f4a10494f038e1ef8af313b93b593d9405 (diff)
add tinyusb to config/submodule/ for pico-sdk
don't define it as a "depend" variable in config/git/, because it means putting the files in a subdirectory of an existing project was was already then downloaded, and that means it can't be downloaded first; if the download of it fails, the old download is left intact. this bug isn't currently fixed in the build system, at all, so this and other patches are being made to mitigate it. Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/git')
-rw-r--r--config/git/pico-serprog8
1 files changed, 0 insertions, 8 deletions
diff --git a/config/git/pico-serprog b/config/git/pico-serprog
index 2b07f750..6d46566b 100644
--- a/config/git/pico-serprog
+++ b/config/git/pico-serprog
@@ -4,12 +4,4 @@
url: https://codeberg.org/libreboot/pico-serprog
bkup_url: https://git.disroot.org/libreboot/pico-serprog
depend: pico-sdk
- depend: rpi-pico-tinyusb
-}
-
-{rpi-pico-tinyusb}{
- rev: 86c416d4c0fb38432460b3e11b08b9de76941bf5
- loc: pico-sdk/lib/tinyusb
- url: https://codeberg.org/libreboot/tinyusb
- bkup_url: https://github.com/hathach/tinyusb.git
}