diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-02-09 19:47:02 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-02-09 19:47:02 (GMT) |
| commit | 9c299afe4136c9f0e1d222d1ef19421e75073318 (patch) | |
| tree | a2efc3e7ff802d9b6a1144bf9ad293d1efa0911f /.gitmodules | |
| parent | bb033577dafc71e43a1c66c212cca806d862b657 (diff) | |
wasp: Add pure-python SPI NOR FLASH drivers
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 4471178..be828d9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "tools/nrfutil"] path = tools/nrfutil 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 |
