Skip to content

Commit 2f2b202

Browse files
authored
Merge branch 'master' into add-rsa
2 parents 52c54d2 + 45c301b commit 2f2b202

File tree

9 files changed

+15
-8
lines changed

9 files changed

+15
-8
lines changed

.gitmodules

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,9 @@
400400
[submodule "libraries/helpers/display-text"]
401401
path = libraries/helpers/display-text
402402
url = https://github.com/adafruit/Adafruit_CircuitPython_Display_Text.git
403+
[submodule "libraries/helpers/binascii"]
404+
path = libraries/helpers/binascii
405+
url = https://github.com/adafruit/Adafruit_CircuitPython_binascii.git
403406
[submodule "libraries/helpers/bitmap-font"]
404407
path = libraries/helpers/bitmap-font
405408
url = https://github.com/adafruit/Adafruit_CircuitPython_Bitmap_Font.git
@@ -516,4 +519,4 @@
516519
url = https://github.com/adafruit/Adafruit_CircuitPython_hashlib.git
517520
[submodule "libraries/helpers/rsa"]
518521
path = libraries/helpers/rsa
519-
url = https://github.com/adafruit/Adafruit_CircuitPython_RSA.git
522+
url = https://github.com/adafruit/Adafruit_CircuitPython_RSA.git

circuitpython_library_list.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Adafruit CircuitPython Libraries
22
![Blinka Reading](https://raw.githubusercontent.com/adafruit/circuitpython-weekly-newsletter/gh-pages/assets/archives/22_1023blinka.png)
33

4-
Here is a listing of current Adafruit CircuitPython Libraries. There are 171 libraries available.
4+
Here is a listing of current Adafruit CircuitPython Libraries. There are 173 libraries available.
55

66
## Drivers:
77
* [Adafruit CircuitPython 74HC595](https://github.com/adafruit/Adafruit_CircuitPython_74HC595.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-74hc595))
@@ -173,7 +173,9 @@ Here is a listing of current Adafruit CircuitPython Libraries. There are 171 lib
173173
* [Adafruit CircuitPython Slideshow](https://github.com/adafruit/Adafruit_CircuitPython_Slideshow.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-slideshow))
174174
* [Adafruit CircuitPython TinyLoRa](https://github.com/adafruit/Adafruit_CircuitPython_TinyLoRa.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-tinylora))
175175
* [Adafruit CircuitPython Waveform](https://github.com/adafruit/Adafruit_CircuitPython_Waveform.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-waveform))
176+
* [Adafruit CircuitPython binascii](https://github.com/adafruit/Adafruit_CircuitPython_binascii.git)
176177
* [Adafruit CircuitPython framebuf](https://github.com/adafruit/Adafruit_CircuitPython_framebuf.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-framebuf))
178+
* [Adafruit CircuitPython hashlib](https://github.com/adafruit/Adafruit_CircuitPython_hashlib.git)
177179
* [Adafruit CircuitPython miniQR](https://github.com/adafruit/Adafruit_CircuitPython_miniQR.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-miniqr))
178180
* [Adafruit CircuitPython miniesptool](https://github.com/adafruit/Adafruit_CircuitPython_miniesptool.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-miniesptool))
179181
* [Adafruit CircuitPython turtle](https://github.com/adafruit/Adafruit_CircuitPython_turtle)

docs/drivers.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ These libraries build on top of the low level APIs to simplify common tasks.
4040
Adafruit IO <https://circuitpython.readthedocs.io/projects/adafruitio/en/latest/>
4141
AVR programming <https://circuitpython.readthedocs.io/projects/avrprog/en/latest/>
4242
Azure IoT <https://circuitpython.readthedocs.io/projects/azureiot/en/latest/>
43+
binascii <https://circuitpython.readthedocs.io/projects/binascii/en/latest/>
4344
Bitmap Font <https://circuitpython.readthedocs.io/projects/bitmap-font/en/latest/>
44-
hashlib <https://circuitpython.readthedocs.io/projects/hashlib/en/latest/>
4545
Bluefruit LE Connect App <https://circuitpython.readthedocs.io/projects/bluefruitconnect/en/latest/>
4646
Bluetooth Low Energy (BLE) <https://circuitpython.readthedocs.io/projects/ble/en/latest/>
4747
Board Test Suite <https://circuitpython.readthedocs.io/projects/boardtest/en/latest/>
@@ -53,6 +53,7 @@ These libraries build on top of the low level APIs to simplify common tasks.
5353
Display Text <https://circuitpython.readthedocs.io/projects/display-text/en/latest/>
5454
Fancy LED (similar to FastLED) <https://circuitpython.readthedocs.io/projects/fancyled/en/latest/>
5555
Framebuf Module <https://circuitpython.readthedocs.io/projects/framebuf/en/latest/>
56+
hashlib <https://circuitpython.readthedocs.io/projects/hashlib/en/latest/>
5657
Hue Lights <https://circuitpython.readthedocs.io/projects/hue/en/latest/>
5758
Image Load <https://circuitpython.readthedocs.io/projects/imageload/en/latest/>
5859
InfraRed Remote <https://circuitpython.readthedocs.io/projects/irremote/en/latest/>

libraries/helpers/binascii

Submodule binascii added at b33c0f4

libraries/helpers/framebuf

libraries/helpers/hashlib

0 commit comments

Comments
 (0)