zephyr/drivers/wifi
Marcin Niestroj 650b244215 drivers: wifi: esp_at: fetch version of ESP-AT firmware
For development and debugging purposes it is good to know what is the
version of ESP-AT firmware used on modem. This can be fetched with AT+GMR
command.

Fetch this information during driver init and log all available version
strings, so they look like that:

  wifi_esp_at: AT version: 2.1.0.0(883f7f2 - Jul 24 2020 11:50:07)
  wifi_esp_at: SDK version: v4.0.1-193-ge7ac221
  wifi_esp_at: compile time: (0ad6331):Jul 28 2020 02:47:21
  wifi_esp_at: Bin version: 2.1.0(WROOM-32)

Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>
2023-02-21 15:04:08 +01:00
..
esp32 driver: wifi: esp32: disable optimization by default 2022-11-30 13:40:10 +01:00
esp_at drivers: wifi: esp_at: fetch version of ESP-AT firmware 2023-02-21 15:04:08 +01:00
eswifi drivers: wifi: eswifi: Guard net_ctx state change 2022-12-12 14:55:03 +01:00
simplelink libc: minimal: include: move fcntl.h to posix 2023-01-10 09:02:21 +09:00
winc1500 drivers: tests: replace usage of spi_is_ready with spi_is_ready_dt 2022-12-07 09:40:23 -06:00
CMakeLists.txt drivers: wifi: build as static library 2021-08-17 06:06:03 -04:00
Kconfig net: wifi: Allow to use offloaded wifi_mgmt API with native stack 2022-08-29 17:31:17 +02:00