Adding frozen modules
This commit is contained in:
parent
a37c36c383
commit
19df394437
|
@ -319,3 +319,9 @@
|
|||
[submodule "lib/mbedtls"]
|
||||
path = lib/mbedtls
|
||||
url = https://github.com/ARMmbed/mbedtls.git
|
||||
[submodule "frozen/Adafruit_CircuitPython_UC8151D"]
|
||||
path = frozen/Adafruit_CircuitPython_UC8151D
|
||||
url = https://github.com/adafruit/Adafruit_CircuitPython_UC8151D
|
||||
[submodule "frozen/Adafruit_CircuitPython_SSD1680"]
|
||||
path = frozen/Adafruit_CircuitPython_SSD1680
|
||||
url = https://github.com/adafruit/Adafruit_CircuitPython_SSD1680
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit adff47d7be2a430b20e5ebcc59cb4e5a38fc171c
|
|
@ -0,0 +1 @@
|
|||
Subproject commit a64fad692cc83fa1ac48b8f5ab1a955fd9b39251
|
Loading…
Reference in New Issue