diff --git a/docs/en/libraries-and-frameworks/libs-frameworks.rst b/docs/en/libraries-and-frameworks/libs-frameworks.rst index 05856e7724..a4890c77f7 100644 --- a/docs/en/libraries-and-frameworks/libs-frameworks.rst +++ b/docs/en/libraries-and-frameworks/libs-frameworks.rst @@ -79,3 +79,13 @@ ESP-IoT-Solution includes: * Guide for Espressif open source solutions from practical application point. `ESP-IoT-Solution on GitHub `_. + + +ESP-Protocols +---------------- + +`ESP-Protocols `_ repository contains collection of protocol components for ESP-IDF. The code within the ESP-Protocols is organized into separate components, allowing them to be easily integrated into an ESP-IDF project. In addition to that, each component is available in `IDF Component Registry `_. + +ESP-Protocols components: + +* `esp_modem `_ enables connectivity with GSM/LTE modems using AT commands or PPP protocol, see the `esp_modem documentation `_. diff --git a/docs/en/migration-guides/removed-components.rst b/docs/en/migration-guides/removed-components.rst index 0667145ef8..c738cd37ea 100644 --- a/docs/en/migration-guides/removed-components.rst +++ b/docs/en/migration-guides/removed-components.rst @@ -6,6 +6,7 @@ Following components are removed from ESP-IDF and moved to `IDF Component Regist * `libsodium `_ * `cbor `_ * `jsmn `_ +* `esp_modem `_ These components can be installed using ``idf.py add-dependency`` command.