mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
docs: update copyright page for removed (migrated) components
This commit is contained in:
parent
6c2c05e8a0
commit
af1eca80d5
@ -57,14 +57,10 @@ These third party libraries can be included into the application (firmware) prod
|
||||
|
||||
* `TLSF allocator <https://github.com/espressif/tlsf>` Two Level Segregated Fit memory allocator, Copyright (c) 2006-2016, Matthew Conte, and licensed under the BSD 3-clause license.
|
||||
|
||||
* `qrcode`_ QR Code generator library Copyright (c) Project Nayuki, is licensed under MIT license.
|
||||
|
||||
* :component:`openthread`, Copyright (c) The OpenThread Authors, is licensed under BSD License as described in :component_file:`LICENSE file<openthread/openthread/LICENSE>`.
|
||||
|
||||
* :component_file:`UBSAN runtime <esp_system/ubsan.c>` — Copyright (c) 2016, Linaro Limited and Jiří Zárevúcky, licensed under the BSD 2-clause license.
|
||||
|
||||
* `freemodbus`_ Copyright (c) 2006-2013 Christian Walter, Armink and licensed under the BSD license.
|
||||
|
||||
* :component:`HTTP Parser <http_parser>` Based on src/http/ngx_http_parse.c from NGINX copyright Igor Sysoev. Additional changes are licensed under the same terms as NGINX and Joyent, Inc. and other Node contributors. For details please check :component_file:`LICENSE file<http_parser/LICENSE.txt>`.
|
||||
|
||||
* `SEGGER SystemView`_ target-side library, Copyright (c) 2015-2017 SEGGER Microcontroller GmbH & Co. KG, is licensed under BSD 3-clause license.
|
||||
@ -165,6 +161,4 @@ Copyright (C) 2011, ChaN, all right reserved.
|
||||
.. _ESP-IDF Programming Guide: https://docs.espressif.com/projects/esp-idf/en/latest/
|
||||
.. _sphinx_idf_theme: https://github.com/espressif/sphinx_idf_theme
|
||||
.. _sphinx_rtd_theme: https://github.com/readthedocs/sphinx_rtd_theme
|
||||
.. _qrcode: https://github.com/nayuki/QR-Code-generator
|
||||
.. _freemodbus: https://github.com/armink/FreeModbus_Slave-Master-RTT-STM32
|
||||
.. _SEGGER SystemView: https://www.segger.com/downloads/systemview/
|
||||
|
@ -19,6 +19,7 @@ Following components are removed from ESP-IDF and moved to `IDF Component Regist
|
||||
* `expat <https://components.espressif.com/component/espressif/expat>`_
|
||||
* `coap <https://components.espressif.com/component/espressif/coap>`_
|
||||
* `esp-cryptoauthlib <https://components.espressif.com/component/espressif/esp-cryptoauthlib>`_
|
||||
* `qrcode <https://components.espressif.com/component/espressif/qrcode>`_
|
||||
|
||||
.. note::
|
||||
Please note that http parser functionality which was previously part of ``nghttp`` component is now part of :component:`http_parser <http_parser>` component.
|
||||
|
Loading…
Reference in New Issue
Block a user