Skip to content

Commit 40bc6aa

Browse files
alphabetize the list
1 parent 38c6005 commit 40bc6aa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,11 +216,11 @@ def autoapi_prepare_jinja_env(jinja_env):
216216
"ports/nrf/usb",
217217
"ports/raspberrypi/sdk",
218218
"ports/raspberrypi/lib",
219+
"ports/silabs",
219220
"ports/stm/st_driver",
220221
"ports/stm/packages",
221222
"ports/stm/peripherals",
222223
"ports/stm/ref",
223-
"ports/silabs",
224224
"ports/unix",
225225
"py",
226226
"shared/*",

docs/shared_bindings_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"mimxrt10xx",
4141
"nrf",
4242
"raspberrypi",
43-
"stm",
4443
"silabs",
44+
"stm",
4545
]
4646

4747
ALIASES_BY_BOARD = {

tools/ci_fetch_deps.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"lib/tinyusb/",
4444
"data/nvm.toml/",
4545
],
46-
"stm": ["extmod/ulab/", "lib/mp3/", "lib/protomatter/", "lib/tinyusb/", "data/nvm.toml/"],
47-
"silabs": ["extmod/ulab/", "data/nvm.toml/"]
46+
"silabs": ["extmod/ulab/", "data/nvm.toml/"],
47+
"stm": ["extmod/ulab/", "lib/mp3/", "lib/protomatter/", "lib/tinyusb/", "data/nvm.toml/"]
4848
# omit unix which is part of the "test" target below
4949
}
5050

0 commit comments

Comments
 (0)