summaryrefslogtreecommitdiff
path: root/config/git/serprog
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-10-20 06:45:50 +0100
committerLeah Rowe <leah@libreboot.org>2023-10-20 06:45:50 +0100
commitfac62a8c585f99cce089a89a519770655a26eaec (patch)
treeaf5799507aff3dfbf9e2d4ceaf8e8a2e1fb8c067 /config/git/serprog
parent0e1602f5b1f59e58e06bb5ba6774adacb5e110c9 (diff)
config/git: name files per download name
don't put multiple downloads in the same files, except when they are dependencies that go inside the directory of another download. by doing this, the following functionality will become possible: clean every project or build every project, or maybe fetch every project, based entirely on the names of these files. this will be used later to simplify the release script. Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/git/serprog')
-rw-r--r--config/git/serprog34
1 files changed, 0 insertions, 34 deletions
diff --git a/config/git/serprog b/config/git/serprog
deleted file mode 100644
index 8dd6b504..00000000
--- a/config/git/serprog
+++ /dev/null
@@ -1,34 +0,0 @@
-{rpi-pico-serprog}{
- rev: c8c16e9c11fe9e5b7230ff358f79de3f1951e1d9
- loc: pico-serprog
- url: https://codeberg.org/libreboot/pico-serprog
- bkup_url: https://notabug.org/libreboot/pico-serprog
- depend: rpi-pico-sdk
- depend: rpi-pico-tinyusb
-}
-
-{rpi-pico-sdk}{
- rev: 6a7db34ff63345a7badec79ebea3aaef1712f374
- loc: pico-sdk
- url: https://github.com/raspberrypi/pico-sdk
-}
-
-{rpi-pico-tinyusb}{
- rev: 86c416d4c0fb38432460b3e11b08b9de76941bf5
- loc: pico-sdk/lib/tinyusb
- url: https://github.com/hathach/tinyusb.git
-}
-
-{stm32-vserprog}{
- rev: 8fcf0a4d41800631b571fa7bbd1d8b251f0a2111
- loc: stm32-vserprog
- url: https://codeberg.org/libreboot/stm32-vserprog
- bkup_url: https://notabug.org/libreboot/stm32-vserprog
- depend: libopencm3
-}
-
-{libopencm3}{
- rev: 458250dc6147dc807eec9e4d5a6caf38a699ecb1
- loc: stm32-vserprog/libopencm3
- url: https://github.com/libopencm3/libopencm3
-}