We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdb4a7f commit c7ed62fCopy full SHA for c7ed62f
.gitmodules
@@ -17,9 +17,16 @@
17
[submodule "lib/nrfx"]
18
path = lib/nrfx
19
url = https://github.com/NordicSemiconductor/nrfx.git
20
+[submodule "lib/mbedtls"]
21
+ path = lib/mbedtls
22
+ url = https://github.com/ARMmbed/mbedtls.git
23
[submodule "lib/asf4"]
24
path = lib/asf4
25
url = https://github.com/adafruit/asf4
26
+ branch = circuitpython
27
+[submodule "lib/tinyusb"]
28
+ path = lib/tinyusb
29
+ url = https://github.com/hathach/tinyusb
30
[submodule "lib/mynewt-nimble"]
31
path = lib/mynewt-nimble
32
url = https://github.com/micropython/mynewt-nimble.git
0 commit comments