wasp: Add pure-python SPI NOR FLASH drivers
This commit is contained in:
parent
bb033577da
commit
9c299afe41
2 changed files with 4 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -10,3 +10,6 @@
|
||||||
[submodule "tools/nrfutil"]
|
[submodule "tools/nrfutil"]
|
||||||
path = tools/nrfutil
|
path = tools/nrfutil
|
||||||
url = https://github.com/adafruit/Adafruit_nRF52_nrfutil.git
|
url = https://github.com/adafruit/Adafruit_nRF52_nrfutil.git
|
||||||
|
[submodule "wasp/drivers/flash"]
|
||||||
|
path = wasp/drivers/flash
|
||||||
|
url = https://github.com/daniel-thompson/micropython-eeprom
|
||||||
|
|
1
wasp/drivers/flash
Submodule
1
wasp/drivers/flash
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 8105da265b5c1779a1a4e93392c348f58c149cab
|
Loading…
Reference in a new issue