driver: wifi: Add inventek es-WiFi driver
es-WiFi compatible modules use IWIN AT command set. This driver is split into several layers: - bus layer: interface to transmit AT commands (SPI, USB, UART...) - core layer: es-WiFi module management (state, scan...) - offload layer: TCP/IP offload operations (connect, listen...) This driver has been tested with stm32l4 disco iot board (disco_l475_iot1) and the wifi sample: $ select wifi $ scan $ connect "CISCO" 5 password $ select net $ tcp connect 192.168.1.21 4242 $ tcp send HelloWorld! Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
This commit is contained in:
parent
a94f97b4b3
commit
0b8fde39e4
9 changed files with 1451 additions and 0 deletions
|
@ -35,5 +35,6 @@ config WIFI_OFFLOAD
|
|||
|
||||
source "drivers/wifi/winc1500/Kconfig.winc1500"
|
||||
source "drivers/wifi/simplelink/Kconfig.simplelink"
|
||||
source "drivers/wifi/eswifi/Kconfig.eswifi"
|
||||
|
||||
endif # WIFI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue