1Atmel WINC1500 HAL 2################## 3 4Origin: 5 Extracted from Atmel ASF - Advanced Software Framework 6 Embedded Software Solution for Atmel Flash MCUs 7 8 Took the generic winc1500 code in ASF directory: 9 common/components/wifi/winc1500 10 11 http://asf.atmel.com/docs/latest/download.html 12 13Status: 14 3.35 15 16Purpose: 17 Drive Atmel WINC1500 offloaded WiFi chip. 18 19Description: 20 In order to support WINC1500 chip, it has been decided to use the 21 existing Atmel't HAL: ASF. WINC1500 is an MCU providing WiFi and 22 an IPv4 stack. These features appear then fully offloaded from Zephyr 23 into that chip. 24 25 Provides an acces to WiFi networks. 26 27 Zephyr does not own a native WiFi stack, however enabling Zephyr to 28 access WiFi networks is critical and using such offloaded MCU is the 29 easiest way to achieve this goal. 30 31 WINC1500 is fairly easy to interface with, it proposes either SPI or 32 I²C bus to do so. 33 34Dependencies: 35 None. 36 37 No direct dependancy. Zephyr will see the MCU as a usual network 38 interface. Such object being instanciated by the driver, which in turn 39 accesses the chip through Atmel ASF HAL. 40 41URL: 42 http://asf.atmel.com/docs/latest/download.html 43 44commit: 45 772047b391345f276237d1b340055045d18c3844 46 47Maintained-by: 48 External 49 50License: 51 BSD-3-Clause 52 53License Link: 54 See last page of Release notes found at: 55 http://www.microchip.com/avr-support/advanced-software-framework-(asf) 56