From 4d6f6ceebcb0422bfcf3443e7f4eb7a9eb1e4338 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 13 Jul 2020 00:36:11 -0400 Subject: Still more fun building packages with Python 3 --- source/sw/stm32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/sw/stm32') diff --git a/source/sw/stm32 b/source/sw/stm32 index 52f72e1..b7e1cf4 160000 --- a/source/sw/stm32 +++ b/source/sw/stm32 @@ -1 +1 @@ -Subproject commit 52f72e1e5dc5d3b646b54363f811ee2fd7958c19 +Subproject commit b7e1cf46f7c88740732dea1d9885193567af2e78 -- cgit v1.2.3 From 127ea05727538019f6914a70cfde14331355ad26 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 1 Sep 2020 11:02:50 -0400 Subject: Pull up submodules * One more Python3 fix * Joachim's latest SHA-1 tweaks --- source/sw/stm32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/sw/stm32') diff --git a/source/sw/stm32 b/source/sw/stm32 index b7e1cf4..4050df5 160000 --- a/source/sw/stm32 +++ b/source/sw/stm32 @@ -1 +1 @@ -Subproject commit b7e1cf46f7c88740732dea1d9885193567af2e78 +Subproject commit 4050df583c3221e55e7ada23c211cfc38fae7d89 -- cgit v1.2.3 From b142a775c297a32f5ffbdf0dc1bb1ddef62e2dc6 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 1 Sep 2020 18:45:50 -0400 Subject: Shake out a few more Python 3 bugs * PyCrypto doesn't work right with Python 3.8, kludge around it for now * Farbled a few more str <-> bytes conversions in cryptech_upload --- source/sw/stm32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/sw/stm32') diff --git a/source/sw/stm32 b/source/sw/stm32 index 4050df5..646454d 160000 --- a/source/sw/stm32 +++ b/source/sw/stm32 @@ -1 +1 @@ -Subproject commit 4050df583c3221e55e7ada23c211cfc38fae7d89 +Subproject commit 646454d4264ae27769cb20f31f31eb7cb0b9a908 -- cgit v1.2.3 From 3e82e03f24fdde680a4224427b6bb58237b966bc Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Wed, 2 Sep 2020 02:22:40 -0400 Subject: Well of course there had to be one last dumb Python3 string bug --- source/sw/stm32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/sw/stm32') diff --git a/source/sw/stm32 b/source/sw/stm32 index 646454d..314ba09 160000 --- a/source/sw/stm32 +++ b/source/sw/stm32 @@ -1 +1 @@ -Subproject commit 646454d4264ae27769cb20f31f31eb7cb0b9a908 +Subproject commit 314ba09b1447ec20c7ffad587691c83b965e7400 -- cgit v1.2.3