forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump cyw43-driver module to v1.0.4 plus to match SDK 2.0.0.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cyw43-driver
updated
13 files
+19 −0 | .github/workflows/tests_clang.yml | |
+1 −1 | src/cyw43.h | |
+0 −8 | src/cyw43_ctrl.c | |
+88 −16 | src/cyw43_ll.c | |
+2 −4 | src/cyw43_ll.h | |
+6 −0 | src/cyw43_sdio.c | |
+14 −0 | tests/debug_print/cyw43_configport.h | |
+18 −0 | tests/debug_print/main.c | |
+0 −1 | tests/mock_sdio.c | |
+14 −0 | tests/sdio/cyw43_configport.h | |
+18 −0 | tests/sdio/main.c | |
+1 −1 | tests/test_common.mk | |
+17 −0 | tools/ci.sh |