Skip to content

Commit

Permalink
docs/en: add entry for removed components to migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
mahavirj authored and dskulina committed Feb 5, 2022
1 parent c150902 commit 81ddae2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/en/migration-guides/removed-components.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ Following components are removed from ESP-IDF and moved to `IDF Component Regist
* `cbor <https://components.espressif.com/component/espressif/cbor>`_
* `jsmn <https://components.espressif.com/component/espressif/jsmn>`_
* `esp_modem <https://components.espressif.com/component/espressif/esp_modem>`_
* `nghttp <https://components.espressif.com/component/espressif/nghttp>`_

.. note:: Please note that http parser functionality which was previously part of ``nghttp`` component is now part of :component:`http_parser <http_parser>` component.

* `sh2lib <https://components.espressif.com/component/espressif/sh2lib>`_

These components can be installed using ``idf.py add-dependency`` command.

Expand Down

0 comments on commit 81ddae2

Please sign in to comment.