From 740ce5eb7c782311261e44325cd916144c810282 Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Fri, 4 Dec 2020 16:16:25 -0800 Subject: [PATCH 1/2] Added FakeRequests --- .gitmodules | 3 +++ docs/drivers.rst | 1 + libraries/helpers/fakerequests | 1 + 3 files changed, 5 insertions(+) create mode 160000 libraries/helpers/fakerequests diff --git a/.gitmodules b/.gitmodules index 45ae6d9a..e865c47b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -751,3 +751,6 @@ [submodule "libraries/drivers/mlx90395"] path = libraries/drivers/mlx90395 url = https://github.com/adafruit/Adafruit_CircuitPython_MLX90395.git +[submodule "libraries/helpers/fakerequests"] + path = libraries/helpers/fakerequests + url = https://github.com/adafruit/Adafruit_CircuitPython_FakeRequests.git diff --git a/docs/drivers.rst b/docs/drivers.rst index 46620537..ff82fc4e 100644 --- a/docs/drivers.rst +++ b/docs/drivers.rst @@ -109,6 +109,7 @@ Helpers for interfacing with the internet, including IoT protocols. .. toctree:: + Fake Requests JSON Web Token (JWT) MiniMQTT NTP (Network time Protocol) diff --git a/libraries/helpers/fakerequests b/libraries/helpers/fakerequests new file mode 160000 index 00000000..7dd5edd9 --- /dev/null +++ b/libraries/helpers/fakerequests @@ -0,0 +1 @@ +Subproject commit 7dd5edd946d87a71a957201fc08be3d166a3d07c From ed967dcf252fb34ebc12c6cf606d84f6ebf5a946 Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Mon, 7 Dec 2020 10:07:23 -0800 Subject: [PATCH 2/2] Added PortalBase --- .gitmodules | 3 +++ docs/drivers.rst | 1 + libraries/helpers/portalbase | 1 + 3 files changed, 5 insertions(+) create mode 160000 libraries/helpers/portalbase diff --git a/.gitmodules b/.gitmodules index e865c47b..e8b0ecbb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -754,3 +754,6 @@ [submodule "libraries/helpers/fakerequests"] path = libraries/helpers/fakerequests url = https://github.com/adafruit/Adafruit_CircuitPython_FakeRequests.git +[submodule "libraries/helpers/portalbase"] + path = libraries/helpers/portalbase + url = https://github.com/adafruit/Adafruit_CircuitPython_PortalBase.git diff --git a/docs/drivers.rst b/docs/drivers.rst index ff82fc4e..f4191d2c 100644 --- a/docs/drivers.rst +++ b/docs/drivers.rst @@ -32,6 +32,7 @@ specific boards. Adafruit FeatherWings MatrixPortal (Metro M4 Airlift + RGB Shield) Adafruit MagTag + Adafruit PortalBase PyBadger (PyBadge and PyGamer) Adafruit PyPortal Adafruit MONSTER M4SK diff --git a/libraries/helpers/portalbase b/libraries/helpers/portalbase new file mode 160000 index 00000000..64dc5216 --- /dev/null +++ b/libraries/helpers/portalbase @@ -0,0 +1 @@ +Subproject commit 64dc52167612752e4c38d5f770782993636545e8