Browse Source

lib/cyw43-driver: Add new submodule for CYW43xx WiFi driver.

Signed-off-by: Damien George <damien@micropython.org>
pull/8839/head
Damien George 2 years ago
parent
commit
18a010b5b1
  1. 3
      .gitmodules
  2. 1
      lib/cyw43-driver

3
.gitmodules

@ -50,3 +50,6 @@
url = https://github.com/andrewleech/wiznet_ioLibrary_Driver.git
# Requires https://github.com/Wiznet/ioLibrary_Driver/pull/120
# url = https://github.com/Wiznet/ioLibrary_Driver.git
[submodule "lib/cyw43-driver"]
path = lib/cyw43-driver
url = https://github.com/georgerobotics/cyw43-driver.git

1
lib/cyw43-driver

@ -0,0 +1 @@
Subproject commit 195dfcc10bb6f379e3dea45147590db2203d3c7b
Loading…
Cancel
Save