forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib/cyw43-driver: Update driver to latest version v1.0.0.
Signed-off-by: Damien George <[email protected]>
- 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
+5 −0 | src/cyw43_btbus.h | |
+5 −0 | src/cyw43_config.h | |
+2 −2 | src/cyw43_ctrl.c | |
+5 −0 | src/cyw43_debug_pins.h | |
+5 −0 | src/cyw43_internal.h | |
+21 −13 | src/cyw43_ll.c | |
+1 −0 | src/cyw43_ll.h | |
+5 −0 | src/cyw43_sdio.h | |
+5 −0 | src/cyw43_spi.h | |
+5 −0 | src/cyw43_stats.h | |
+10 −0 | tests/sdio/Makefile | |
+5 −0 | tests/sdio/cyw43_configport.h | |
+3 −3 | tools/ci.sh |