aboutsummaryrefslogtreecommitdiff
path: root/cyw43-firmware
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-08-05 20:58:04 +0200
committerDario Nieuwenhuis <[email protected]>2024-08-05 21:07:42 +0200
commit4f7ac1946a43379306aa432961fb97bba1139a6e (patch)
tree2589e67baa770acf244dfdea355e16585d683d16 /cyw43-firmware
parentafc8e684dd16c3bc947b365ca293f0f37d95b342 (diff)
cyw43: add Bluetooth support.
Co-Authored-By: Brandon Ros <[email protected]>
Diffstat (limited to 'cyw43-firmware')
-rw-r--r--[-rwxr-xr-x]cyw43-firmware/43439A0.binbin230321 -> 231077 bytes
-rw-r--r--cyw43-firmware/43439A0_btfw.binbin0 -> 6164 bytes
-rw-r--r--[-rwxr-xr-x]cyw43-firmware/43439A0_clm.binbin4752 -> 984 bytes
-rw-r--r--cyw43-firmware/README.md11
4 files changed, 8 insertions, 3 deletions
diff --git a/cyw43-firmware/43439A0.bin b/cyw43-firmware/43439A0.bin
index 017375277..a05482fe9 100755..100644
--- a/cyw43-firmware/43439A0.bin
+++ b/cyw43-firmware/43439A0.bin
Binary files differ
diff --git a/cyw43-firmware/43439A0_btfw.bin b/cyw43-firmware/43439A0_btfw.bin
new file mode 100644
index 000000000..290ce8ef0
--- /dev/null
+++ b/cyw43-firmware/43439A0_btfw.bin
Binary files differ
diff --git a/cyw43-firmware/43439A0_clm.bin b/cyw43-firmware/43439A0_clm.bin
index 1fedd753a..dc4ee0252 100755..100644
--- a/cyw43-firmware/43439A0_clm.bin
+++ b/cyw43-firmware/43439A0_clm.bin
Binary files differ
diff --git a/cyw43-firmware/README.md b/cyw43-firmware/README.md
index db3d9c9cf..10a6b5d02 100644
--- a/cyw43-firmware/README.md
+++ b/cyw43-firmware/README.md
@@ -1,9 +1,14 @@
1# WiFi firmware 1# WiFi + Bluetooth firmware blobs
2 2
3Firmware obtained from https://github.com/Infineon/wifi-host-driver/tree/master/WiFi_Host_Driver/resources/firmware/COMPONENT_43439 3Firmware obtained from https://github.com/georgerobotics/cyw43-driver/tree/main/firmware
4 4
5Licensed under the [Infineon Permissive Binary License](./LICENSE-permissive-binary-license-1.0.txt) 5Licensed under the [Infineon Permissive Binary License](./LICENSE-permissive-binary-license-1.0.txt)
6 6
7## Changelog 7## Changelog
8 8
9* 2023-07-28: synced with `ad3bad0` - Update 43439 fw from 7.95.55 ot 7.95.62 9* 2023-08-21: synced with `a1dc885` - Update 43439 fw + clm to come from `wb43439A0_7_95_49_00_combined.h` + add Bluetooth firmware
10* 2023-07-28: synced with `ad3bad0` - Update 43439 fw from 7.95.55 to 7.95.62
11
12## Notes
13
14If you update these files, please update the lengths in the `tests/rp/src/bin/cyw43_perf.rs` test (which relies on these files running from RAM).