@@ -26,7 +26,7 @@ Supported drivers for this board.
2626
2727- :doc: `../library-reference/drivers/adc `
2828- :doc: `../library-reference/drivers/analog_input_pin `
29- - :doc: `../library-reference/drivers/espressif_wifi `
29+ - :doc: `../library-reference/drivers/esp_wifi `
3030- :doc: `../library-reference/drivers/exti `
3131- :doc: `../library-reference/drivers/flash `
3232- :doc: `../library-reference/drivers/i2c_soft `
@@ -64,7 +64,7 @@ Below is the memory usage of two applications:
6464+==========================+===========+===========+
6565| minimal-configuration | 265556 | 35344 |
6666+--------------------------+-----------+-----------+
67- | default-configuration | 317912 | 57512 |
67+ | default-configuration | 319636 | 58840 |
6868+--------------------------+-----------+-----------+
6969
7070Default configuration
@@ -81,6 +81,8 @@ Default Standard Library configuration.
8181+--------------------------------------------------------+-----------------------------------------------------+
8282| CONFIG_FS_CMD_DS18B20_LIST _ | 1 |
8383+--------------------------------------------------------+-----------------------------------------------------+
84+ | CONFIG_FS_CMD_ESP_WIFI_STATUS _ | 1 |
85+ +--------------------------------------------------------+-----------------------------------------------------+
8486| CONFIG_FS_CMD_FS_APPEND _ | 1 |
8587+--------------------------------------------------------+-----------------------------------------------------+
8688| CONFIG_FS_CMD_FS_COUNTERS_LIST _ | 1 |
241243
242244.. _CONFIG_FS_CMD_DS18B20_LIST : ../user-guide/configuration.html#c.CONFIG_FS_CMD_DS18B20_LIST
243245
246+ .. _CONFIG_FS_CMD_ESP_WIFI_STATUS : ../user-guide/configuration.html#c.CONFIG_FS_CMD_ESP_WIFI_STATUS
247+
244248.. _CONFIG_FS_CMD_FS_APPEND : ../user-guide/configuration.html#c.CONFIG_FS_CMD_FS_APPEND
245249
246250.. _CONFIG_FS_CMD_FS_COUNTERS_LIST : ../user-guide/configuration.html#c.CONFIG_FS_CMD_FS_COUNTERS_LIST
0 commit comments