Skip to content

Commit

Permalink
populate nina-fw submodule whe needed
Browse files Browse the repository at this point in the history
  • Loading branch information
jepler committed Oct 5, 2022
1 parent 2dc283f commit b7dd6ea
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions tools/ci_fetch_deps.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import pathlib
mport pathlib
import shlex
import subprocess
import sys
Expand All @@ -25,7 +25,13 @@
],
"broadcom": ["extmod/ulab/", "lib/tinyusb/"],
"cxd56": ["extmod/ulab/", "lib/tinyusb/"],
"espressif": ["extmod/ulab/", "lib/tinyusb/", "lib/protomatter/", "lib/quirc/"],
"espressif": [
"extmod/ulab/",
"lib/nina-fw/",
"lib/protomatter/",
"lib/quirc/"
"lib/tinyusb/",
],
"litex": ["extmod/ulab/", "lib/tinyusb/"],
"mimxrt10xx": ["extmod/ulab/", "lib/tinyusb/", "data/nvm.toml/"],
"nrf": ["extmod/ulab/", "lib/mp3/", "lib/protomatter/", "lib/tinyusb/", "data/nvm.toml/"],
Expand All @@ -34,6 +40,7 @@
"lib/adafruit_floppy/",
"lib/mbedtls/",
"lib/mp3/",
"lib/nina-fw/",
"lib/protomatter/",
"lib/quirc/",
"lib/tinyusb/",
Expand Down

0 comments on commit b7dd6ea

Please sign in to comment.