mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
fac62a8c58
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>
21 lines
509 B
Plaintext
21 lines
509 B
Plaintext
{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
|
|
}
|