Skip to content

Commit 166a98f

Browse files
authored
Merge pull request #8587 from dhalbert/lib-tlsf-ci_fetch_deps
add lib/tlsf to tools/ci_fetch_deps.py
2 parents 7029f72 + 2f969a4 commit 166a98f

File tree

1 file changed

+24
-7
lines changed

1 file changed

+24
-7
lines changed

tools/ci_fetch_deps.py

Lines changed: 24 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,29 @@
1818
"lib/protomatter/",
1919
"lib/quirc/",
2020
"lib/tinyusb/",
21+
"lib/tlsf",
2122
"data/nvm.toml/",
2223
],
23-
"broadcom": ["extmod/ulab/", "lib/tinyusb/"],
24-
"cxd56": ["extmod/ulab/", "lib/tinyusb/"],
24+
"broadcom": ["extmod/ulab/", "lib/tlsf", "lib/tinyusb/"],
25+
"cxd56": ["extmod/ulab/", "lib/tlsf", "lib/tinyusb/"],
2526
"espressif": [
2627
"extmod/ulab/",
2728
"lib/certificates/",
2829
"lib/protomatter/",
2930
"lib/quirc/",
31+
"lib/tlsf",
3032
"lib/tinyusb/",
3133
],
32-
"litex": ["extmod/ulab/", "lib/tinyusb/"],
33-
"mimxrt10xx": ["extmod/ulab/", "lib/tinyusb/", "data/nvm.toml/"],
34-
"nrf": ["extmod/ulab/", "lib/mp3/", "lib/protomatter/", "lib/tinyusb/", "data/nvm.toml/"],
34+
"litex": ["extmod/ulab/", "lib/tinyusb/", "lib/tlsf"],
35+
"mimxrt10xx": ["extmod/ulab/", "lib/tinyusb/", "lib/tlsf", "data/nvm.toml/"],
36+
"nrf": [
37+
"extmod/ulab/",
38+
"lib/mp3/",
39+
"lib/protomatter/",
40+
"lib/tinyusb/",
41+
"lib/tlsf",
42+
"data/nvm.toml/",
43+
],
3544
"raspberrypi": [
3645
"extmod/ulab/",
3746
"lib/adafruit_floppy/",
@@ -41,10 +50,18 @@
4150
"lib/protomatter/",
4251
"lib/quirc/",
4352
"lib/tinyusb/",
53+
"lib/tlsf",
4454
"data/nvm.toml/",
4555
],
46-
"silabs": ["extmod/ulab/", "data/nvm.toml/"],
47-
"stm": ["extmod/ulab/", "lib/mp3/", "lib/protomatter/", "lib/tinyusb/", "data/nvm.toml/"]
56+
"silabs": ["extmod/ulab/", "data/nvm.toml/", "lib/tlsf"],
57+
"stm": [
58+
"extmod/ulab/",
59+
"lib/mp3/",
60+
"lib/protomatter/",
61+
"lib/tinyusb/",
62+
"lib/tlsf",
63+
"data/nvm.toml/",
64+
]
4865
# omit unix which is part of the "test" target below
4966
}
5067

0 commit comments

Comments
 (0)