aboutsummaryrefslogtreecommitdiff
path: root/cyw43-firmware
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-05-30 22:42:49 +0200
committerDario Nieuwenhuis <[email protected]>2023-05-30 22:42:49 +0200
commitc327c6cd6fc3c11cfaf83cf64591940d401c5f6b (patch)
tree1e9f693a74b01ae930caa145ae282c24276510e3 /cyw43-firmware
parent3cc0ec654a1e46fe7b8fa168942452303343cd84 (diff)
cyw43: move crate to subdir.
Diffstat (limited to 'cyw43-firmware')
-rwxr-xr-xcyw43-firmware/43439A0.binbin0 -> 224190 bytes
-rwxr-xr-xcyw43-firmware/43439A0_clm.binbin0 -> 4752 bytes
-rw-r--r--cyw43-firmware/LICENSE-permissive-binary-license-1.0.txt49
-rw-r--r--cyw43-firmware/README.md5
4 files changed, 54 insertions, 0 deletions
diff --git a/cyw43-firmware/43439A0.bin b/cyw43-firmware/43439A0.bin
new file mode 100755
index 000000000..b46b3beff
--- /dev/null
+++ b/cyw43-firmware/43439A0.bin
Binary files differ
diff --git a/cyw43-firmware/43439A0_clm.bin b/cyw43-firmware/43439A0_clm.bin
new file mode 100755
index 000000000..6e3ba786b
--- /dev/null
+++ b/cyw43-firmware/43439A0_clm.bin
Binary files differ
diff --git a/cyw43-firmware/LICENSE-permissive-binary-license-1.0.txt b/cyw43-firmware/LICENSE-permissive-binary-license-1.0.txt
new file mode 100644
index 000000000..cbb51f9c9
--- /dev/null
+++ b/cyw43-firmware/LICENSE-permissive-binary-license-1.0.txt
@@ -0,0 +1,49 @@
1Permissive Binary License
2
3Version 1.0, July 2019
4
5Redistribution. Redistribution and use in binary form, without
6modification, are permitted provided that the following conditions are
7met:
8
91) Redistributions must reproduce the above copyright notice and the
10 following disclaimer in the documentation and/or other materials
11 provided with the distribution.
12
132) Unless to the extent explicitly permitted by law, no reverse
14 engineering, decompilation, or disassembly of this software is
15 permitted.
16
173) Redistribution as part of a software development kit must include the
18 accompanying file named �DEPENDENCIES� and any dependencies listed in
19 that file.
20
214) Neither the name of the copyright holder nor the names of its
22 contributors may be used to endorse or promote products derived from
23 this software without specific prior written permission.
24
25Limited patent license. The copyright holders (and contributors) grant a
26worldwide, non-exclusive, no-charge, royalty-free patent license to
27make, have made, use, offer to sell, sell, import, and otherwise
28transfer this software, where such license applies only to those patent
29claims licensable by the copyright holders (and contributors) that are
30necessarily infringed by this software. This patent license shall not
31apply to any combinations that include this software. No hardware is
32licensed hereunder.
33
34If you institute patent litigation against any entity (including a
35cross-claim or counterclaim in a lawsuit) alleging that the software
36itself infringes your patent(s), then your rights granted under this
37license shall terminate as of the date such litigation is filed.
38
39DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
40CONTRIBUTORS "AS IS." ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
41NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
42FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
43HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
44SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
45TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
46PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
47LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
48NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
49SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file
diff --git a/cyw43-firmware/README.md b/cyw43-firmware/README.md
new file mode 100644
index 000000000..7381fdc56
--- /dev/null
+++ b/cyw43-firmware/README.md
@@ -0,0 +1,5 @@
1# WiFi firmware
2
3Firmware obtained from https://github.com/Infineon/wifi-host-driver/tree/master/WiFi_Host_Driver/resources/firmware/COMPONENT_43439
4
5Licensed under the [Infineon Permissive Binary License](./LICENSE-permissive-binary-license-1.0.txt) \ No newline at end of file