From 15fec25dfff04bc7328973d26d5e198942db68bc Mon Sep 17 00:00:00 2001 From: David Cermak Date: Thu, 25 Nov 2021 11:17:18 +0100 Subject: [PATCH] Docs: Reference esp_modem in libs/framweorks and migration guide --- docs/en/libraries-and-frameworks/libs-frameworks.rst | 10 ++++++++++ docs/en/migration-guides/removed-components.rst | 1 + 2 files changed, 11 insertions(+) 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.