docs: update build system reference and migration guides for lwip

Previous commit removes lwip from the common requirements.
This commit updates the documentation to describe the resulting
changes.
This commit is contained in:
Ivan Grokhotkov
2022-04-16 08:08:37 +02:00
parent 47659be5b8
commit 598e8db29c
3 changed files with 9 additions and 2 deletions

View File

@@ -19,6 +19,13 @@ In previous versions of ESP-IDF, some components were always added as public req
* ``driver``
* ``efuse``
* ``esp_timer``
* ``lwip``
* ``vfs``
* ``esp_wifi``
* ``esp_event``
* ``esp_netif``
* ``esp_eth``
* ``esp_phy``
This means that it was possible to include header files of those components without specifying them as requirements in ``idf_component_register``.