├── wilc1000_wifi_firmware.bin ├── wilc3000_ble_firmware.bin ├── wilc3000_wifi_firmware.bin ├── wilcs02_wifi_firmware.bin ├── wilc3000_wifi_firmware_ua.bin ├── wilc3000_ble_firmware_no_rtc.bin ├── README.md └── LICENSE.wilc_fw /wilc1000_wifi_firmware.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4wilc/firmware/HEAD/wilc1000_wifi_firmware.bin -------------------------------------------------------------------------------- /wilc3000_ble_firmware.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4wilc/firmware/HEAD/wilc3000_ble_firmware.bin -------------------------------------------------------------------------------- /wilc3000_wifi_firmware.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4wilc/firmware/HEAD/wilc3000_wifi_firmware.bin -------------------------------------------------------------------------------- /wilcs02_wifi_firmware.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4wilc/firmware/HEAD/wilcs02_wifi_firmware.bin -------------------------------------------------------------------------------- /wilc3000_wifi_firmware_ua.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4wilc/firmware/HEAD/wilc3000_wifi_firmware_ua.bin -------------------------------------------------------------------------------- /wilc3000_ble_firmware_no_rtc.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linux4wilc/firmware/HEAD/wilc3000_ble_firmware_no_rtc.bin -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Microchip Embedded Wi-Fi® 2 | 3 | 4 |


5 | 6 | Microchip Embedded Wi-Fi® is a family of self-contained, low power and certified modules bringing wireless internet connectivity. 7 | 8 | **[ATWILC1000](http://www.microchip.com/wwwproducts/en/ATWILC1000)** is IEEE 802.11 b/g/n/ IOT link controller utilizing highly optimized 802.11 and provides mulitple peripheral interfaces like SPI, and SDIO. 9 | 10 | **[ATWILC3000](http://www.microchip.com/wwwproducts/en/ATWILC3000)** is IEEE 802.11 b/g/n/BLuetooth Low Energy 5.0 IOT link controller utilizing highly optimized 802.11-Bluetooth coexistence protocol and provides mulitple peripheral interfaces like UART, SPI, and SDIO. 11 | 12 | Next-Gen **[WILCS02](https://ww1.microchip.com/downloads/aemDocuments/documents/WSG/ProductDocuments/UserGuides/WILCS02-Wi-Fi-Link-Controller-SD-Board-User-Guide-DS50003655.pdf)** is IEEE 802.11 b/g/n/ IOT link controller utilizing highly optimized 802.11 and provides mulitple peripheral interfaces like SDIO & SPI([mmc-over-SPI](https://www.kernel.org/doc/Documentation/devicetree/bindings/mmc/mmc-spi-slot.yaml)). 13 | 14 | This repository provides ATWILC1000 WLAN firmware, ATWILC3000 and WILCS02 WLAN and BLE firmware. The baud rate of ble_firmware.bin is 115200 and flow control is disabled by default. 15 | 16 | Refer to the [Wi-Fi Link Controller Linux User Guide](http://ww1.microchip.com/downloads/en/DeviceDoc/ATWILC1000-ATWILC3000-Wi-Fi-Link-Controller-Linux-User-Guide-DS70005328C.pdf) for information on how to use the wireless devices on linux and the [Wi-Fi Link Controller Linux Documentation](https://www.microchip.com/en-us/product/ATWILC1000#document-table) for the latest release notes and revision history. 17 | 18 | The firmware files should be placed on the target's filesystem under /lib/firmware/mchp, or built as part of the linux kernel by placing it under kernel_src/firmware/mchp 19 | 20 | For more information on Microchip Embedded Wi-Fi®, visit [Microchip Embedded Wi-Fi®](http://www.microchip.com/design-centers/wireless-connectivity/embedded-wi-fi). 21 | -------------------------------------------------------------------------------- /LICENSE.wilc_fw: -------------------------------------------------------------------------------- 1 | Copyright (C) 2018 Microchip Technology Incorporated and its subsidiaries. 2 | All rights reserved. 3 | 4 | WILC Firmware 5 | 6 | REDISTRIBUTION: Permission is hereby granted by Microchip Technology 7 | Incorporated (Microchip), free of any license fees, to any person obtaining a 8 | copy of this WILC firmware (the "Software"), to install, reproduce, copy and 9 | distribute copies, in binary form, hexadecimal or equivalent formats only, the 10 | Software and to permit persons to whom the Software is provided to do the same, 11 | subject to the following conditions: 12 | 13 | * Any redistribution of the Software must reproduce the above copyright notice, 14 | this license notice, and the following disclaimers and notices in the 15 | documentation and/or other materials provided with the Software. 16 | 17 | * Neither the name of Microchip, its products nor the names of its suppliers 18 | may be used to endorse or promote products derived from this Software without 19 | specific prior written permission. 20 | 21 | * No reverse engineering, decompilation, or disassembly of this Software is 22 | permitted. 23 | 24 | Limited patent license. Microchip grants a world-wide, royalty-free, 25 | non-exclusive, revocable license under any patents that it now has or hereafter 26 | may have, own or control related to the Software to make, have made, use, 27 | import, offer to sell and sell ("Utilize") this Software, but solely to the 28 | extent that any such patent is necessary to Utilize the Software in conjunction 29 | with Microchip processors. The patent license shall not apply to any other 30 | combinations which include this Software nor to any other Microchip patents or 31 | patent rights. No hardware per se is licensed hereunder. 32 | 33 | DISCLAIMER: THIS SOFTWARE IS PROVIDED BY MICROCHIP "AS IS" AND ANY EXPRESS OR 34 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 35 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE 36 | DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR ANY DIRECT, INDIRECT, 37 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 38 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 39 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 40 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE 41 | OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 42 | ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 43 | --------------------------------------------------------------------------------