Skip to content

adding adafruit_pathlib #502

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -1070,3 +1070,6 @@
[submodule "libraries/helpers/anchored_group"]
path = libraries/helpers/anchored_group
url = https://github.com/adafruit/Adafruit_CircuitPython_Anchored_Group.git
[submodule "libraries/helpers/pathlib"]
path = libraries/helpers/pathlib
url = https://github.com/adafruit/Adafruit_CircuitPython_Pathlib.git
1 change: 1 addition & 0 deletions docs/drivers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ modules may have a CircuitPython Core API implementation too.
binascii (adafruit_binascii) <https://docs.circuitpython.org/projects/binascii/en/latest/>
datetime (adafruit_datetime) <https://docs.circuitpython.org/projects/datetime/en/latest/>
IterTools (adafruit_itertools) <https://docs.circuitpython.org/projects/itertools/en/latest/>
pathlib (adafruit_pathlib) <https://docs.circuitpython.org/projects/pathlib/en/latest/>
Logging (adafruit_logging) <https://docs.circuitpython.org/projects/logging/en/latest/>
hashlib (adafruit_hashlib) <https://docs.circuitpython.org/projects/hashlib/en/latest/>

Expand Down
1 change: 1 addition & 0 deletions libraries/helpers/pathlib
Submodule pathlib added at 3aa6b4