zephyr/drivers/wifi/esp
Marcin Niestroj 8ab0d153a2 drivers: wifi: esp: fix reset control logic and respect reset dts flags
wifi-reset-gpios flags were not respected so far. This means that
setting reset as active low (which is required in most cases for ESP
modules/chips) was done inside esp driver with inverted logic. Use dts
flags instead, so "active low" property is configured the same way as
for other drivers (i.e. in device-tree instead of driver).

This change also allows to configure reset as active high, in case where
ESP's nRST signal is somehow inverted on the board (behaving as RST
signal instead).

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
2020-07-08 15:17:26 -05:00
..
CMakeLists.txt drivers: wifi: Add ESP8266 and ESP32 wifi modem driver 2020-03-21 19:08:02 +02:00
esp.c drivers: wifi: esp: fix reset control logic and respect reset dts flags 2020-07-08 15:17:26 -05:00
esp.h drivers: wifi: esp: Improvements to ESP driver 2020-07-02 08:52:28 -04:00
esp_offload.c drivers: wifi: esp: Improvements to ESP driver 2020-07-02 08:52:28 -04:00
esp_socket.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
Kconfig.esp drivers: wifi: esp: Improvements to ESP driver 2020-07-02 08:52:28 -04:00