Skip to content

Commit d817a87

Browse files
authored
Merge pull request #180 from brentru/add-hashlib
Add hashlib module to bundle
2 parents fbf4693 + 8511bc2 commit d817a87

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,3 +511,6 @@
511511
[submodule "libraries/drivers/ssd1327"]
512512
path = libraries/drivers/ssd1327
513513
url = https://github.com/adafruit/Adafruit_CircuitPython_SSD1327.git
514+
[submodule "libraries/helpers/hashlib"]
515+
path = libraries/helpers/hashlib
516+
url = https://github.com/adafruit/Adafruit_CircuitPython_hashlib.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ These libraries build on top of the low level APIs to simplify common tasks.
4141
AVR programming <https://circuitpython.readthedocs.io/projects/avrprog/en/latest/>
4242
Azure IoT <https://circuitpython.readthedocs.io/projects/azureiot/en/latest/>
4343
Bitmap Font <https://circuitpython.readthedocs.io/projects/bitmap-font/en/latest/>
44+
hashlib <https://circuitpython.readthedocs.io/projects/hashlib/en/latest/>
4445
Bluefruit LE Connect App <https://circuitpython.readthedocs.io/projects/bluefruitconnect/en/latest/>
4546
Bluetooth Low Energy (BLE) <https://circuitpython.readthedocs.io/projects/ble/en/latest/>
4647
Board Test Suite <https://circuitpython.readthedocs.io/projects/boardtest/en/latest/>

libraries/helpers/hashlib

Submodule hashlib added at 5b0d124

0 commit comments

Comments
 (0)