zephyr/drivers/wifi
Marcin Niestroj e0a418c1e3 drivers: wifi: esp: constify modem_cmd and setup_cmd structures
Constifying global data allows to save lots of RAM. Defining data inside
function as 'static const' allows on the other hand to save stack usage
and reduced code size (because data doesn't have to be copied on stack
in runtime).

This improvement allows to save 640 bytes of RAM and 64 bytes of ROM
when compiled on ARM.

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
2020-11-24 12:59:50 +02:00
..
esp drivers: wifi: esp: constify modem_cmd and setup_cmd structures 2020-11-24 12:59:50 +02:00
eswifi drivers: wifi: eswifi: Add uart bus interface 2020-11-03 11:05:43 +01:00
simplelink drivers: wifi: fix simplelink driver to use zsock_ functions 2020-10-01 17:35:45 +03:00
winc1500 drivers: wifi: winc1500: removed semaphore on accept. 2020-10-21 12:54:38 -05:00
CMakeLists.txt
Kconfig drivers: wifi: rename WiFi kconfig prompt 2020-11-03 19:18:37 +02:00