From 64572fa465f2ed9398247081c4e5a0d75a5f2181 Mon Sep 17 00:00:00 2001 From: Jim Bennett Date: Mon, 30 Mar 2020 16:00:11 -0700 Subject: [PATCH 1/2] Added base64 and MNAC submodules --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitmodules b/.gitmodules index a23e16f..0998b17 100644 --- a/.gitmodules +++ b/.gitmodules @@ -64,3 +64,9 @@ [submodule "libraries/drivers/mitutoyo"] path = libraries/drivers/mitutoyo url = https://github.com/vifino/CircuitPython-mitutoyo.git +[submodule "libraries/helpers/base64"] + path = libraries/helpers/base64 + url = https://github.com/jimbobbennett/CircuitPython-base64.git +[submodule "libraries/helpers/HMAC"] + path = libraries/helpers/HMAC + url = https://github.com/jimbobbennett/CircuitPython-HMAC.git From b020d54bc45b65037f16bf531cd99ece6e2b8ea3 Mon Sep 17 00:00:00 2001 From: Jim Bennett Date: Mon, 30 Mar 2020 16:02:53 -0700 Subject: [PATCH 2/2] Added base64 and HMAC submodules --- .gitmodules | 8 ++++---- libraries/helpers/HMAC | 1 + libraries/helpers/base64 | 1 + 3 files changed, 6 insertions(+), 4 deletions(-) create mode 160000 libraries/helpers/HMAC create mode 160000 libraries/helpers/base64 diff --git a/.gitmodules b/.gitmodules index 0998b17..c7938b5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -65,8 +65,8 @@ path = libraries/drivers/mitutoyo url = https://github.com/vifino/CircuitPython-mitutoyo.git [submodule "libraries/helpers/base64"] - path = libraries/helpers/base64 - url = https://github.com/jimbobbennett/CircuitPython-base64.git + path = libraries/helpers/base64 + url = https://github.com/jimbobbennett/CircuitPython_Base64 [submodule "libraries/helpers/HMAC"] - path = libraries/helpers/HMAC - url = https://github.com/jimbobbennett/CircuitPython-HMAC.git + path = libraries/helpers/HMAC + url = https://github.com/jimbobbennett/CircuitPython_HMAC diff --git a/libraries/helpers/HMAC b/libraries/helpers/HMAC new file mode 160000 index 0000000..5dc7973 --- /dev/null +++ b/libraries/helpers/HMAC @@ -0,0 +1 @@ +Subproject commit 5dc7973be38405be3f2b0a686f09d9a358924b15 diff --git a/libraries/helpers/base64 b/libraries/helpers/base64 new file mode 160000 index 0000000..ab75a32 --- /dev/null +++ b/libraries/helpers/base64 @@ -0,0 +1 @@ +Subproject commit ab75a32ab875f90920d6fe37d502c334c777d687