From 238f17eb96371a0982c2dce40e4c167b92b86a62 Mon Sep 17 00:00:00 2001 From: Bob Abeles Date: Wed, 6 Mar 2024 19:13:56 -0800 Subject: [PATCH 1/3] Switch cyw43-driver to georgerobotics/cyw43-driver tag v1.0.3. --- .gitmodules | 2 +- ports/raspberrypi/lib/cyw43-driver | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 57862d53d0a38..a618582f92309 100644 --- a/.gitmodules +++ b/.gitmodules @@ -306,7 +306,7 @@ url = https://github.com/elecfreaks/circuitpython_picoed.git [submodule "ports/raspberrypi/lib/cyw43-driver"] path = ports/raspberrypi/lib/cyw43-driver - url = https://github.com/adafruit/cyw43-driver + url = https://github.com/georgerobotics/cyw43-driver branch = circuitpython9 [submodule "ports/raspberrypi/lib/lwip"] path = ports/raspberrypi/lib/lwip diff --git a/ports/raspberrypi/lib/cyw43-driver b/ports/raspberrypi/lib/cyw43-driver index 7869c39530e3a..9f6405f0b3260 160000 --- a/ports/raspberrypi/lib/cyw43-driver +++ b/ports/raspberrypi/lib/cyw43-driver @@ -1 +1 @@ -Subproject commit 7869c39530e3a9a41d0010c7ef47af3885a8b083 +Subproject commit 9f6405f0b3260968306d782e1c5ac275a46dc65d From 65b619ee73e8e1597e4148529ec8d633627c6afb Mon Sep 17 00:00:00 2001 From: Bob Abeles Date: Wed, 6 Mar 2024 19:25:11 -0800 Subject: [PATCH 2/3] Change cyw43-driver branch name. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index a618582f92309..338699e41809c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -307,7 +307,7 @@ [submodule "ports/raspberrypi/lib/cyw43-driver"] path = ports/raspberrypi/lib/cyw43-driver url = https://github.com/georgerobotics/cyw43-driver - branch = circuitpython9 + branch = MAIN [submodule "ports/raspberrypi/lib/lwip"] path = ports/raspberrypi/lib/lwip url = https://github.com/adafruit/lwip.git From 710ebef5a65117d20725eaf19abb93f41093aa0e Mon Sep 17 00:00:00 2001 From: eightycc Date: Thu, 7 Mar 2024 10:06:18 -0800 Subject: [PATCH 3/3] Update .gitmodules branch name. Branch name is case-sensitive. Co-authored-by: Scott Shawcroft --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 338699e41809c..8934f17d7cb61 100644 --- a/.gitmodules +++ b/.gitmodules @@ -307,7 +307,7 @@ [submodule "ports/raspberrypi/lib/cyw43-driver"] path = ports/raspberrypi/lib/cyw43-driver url = https://github.com/georgerobotics/cyw43-driver - branch = MAIN + branch = main [submodule "ports/raspberrypi/lib/lwip"] path = ports/raspberrypi/lib/lwip url = https://github.com/adafruit/lwip.git