diff --git a/.flake8 b/.flake8 index 68f0c861b1..6c8f34d5ce 100644 --- a/.flake8 +++ b/.flake8 @@ -147,7 +147,6 @@ exclude = components/expat/expat, components/json/cJSON, components/mbedtls/mbedtls, - components/nghttp/nghttp2, components/openthread/openthread, components/tinyusb, components/unity/unity, diff --git a/.gitlab/ci/rules.yml b/.gitlab/ci/rules.yml index 74be3c3654..de7fb4c7b9 100644 --- a/.gitlab/ci/rules.yml +++ b/.gitlab/ci/rules.yml @@ -169,9 +169,6 @@ - "components/lwip/lwip" - "components/mbedtls/mbedtls" - "components/mqtt/esp-mqtt" - - "components/nghttp/nghttp2" - - "components/nghttp/nghttp2/third-party/mruby" - - "components/nghttp/nghttp2/third-party/neverbleed" - "components/openthread/lib" - "components/protobuf-c/protobuf-c" - "components/spiffs/spiffs" diff --git a/docs/en/COPYRIGHT.rst b/docs/en/COPYRIGHT.rst index f1ca2da539..c424818986 100644 --- a/docs/en/COPYRIGHT.rst +++ b/docs/en/COPYRIGHT.rst @@ -43,8 +43,6 @@ These third party libraries can be included into the application (firmware) prod * `micro-ecc`_ library, Copyright (c) 2014 Kenneth MacKay, is licensed under 2-clause BSD license. -* `nghttp2`_ library, Copyright (c) 2012, 2014, 2015, 2016 Tatsuhiro Tsujikawa, Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors, is licensed under MIT license as described in :component_file:`COPYING file `. - * `Mbed TLS`_ library, Copyright (C) 2006-2018 ARM Limited, is licensed under Apache License 2.0 as described in :component_file:`LICENSE file `. * `SPIFFS`_ library, Copyright (c) 2013-2017 Peter Andersson, is licensed under MIT license as described in :component_file:`LICENSE file `. @@ -166,7 +164,6 @@ Copyright (C) 2011, ChaN, all right reserved. .. _cJSON: https://github.com/DaveGamble/cJSON .. _libexpat: https://github.com/libexpat/libexpat .. _micro-ecc: https://github.com/kmackay/micro-ecc -.. _nghttp2: https://github.com/nghttp2/nghttp2 .. _OpenBSD SD/MMC driver: https://github.com/openbsd/src/blob/f303646/sys/dev/sdmmc/sdmmc.c .. _Mbed TLS: https://github.com/ARMmbed/mbedtls .. _spiffs: https://github.com/pellepl/spiffs diff --git a/tools/ci/check_copyright_ignore.txt b/tools/ci/check_copyright_ignore.txt index 9dc3f93a07..0598b3b381 100644 --- a/tools/ci/check_copyright_ignore.txt +++ b/tools/ci/check_copyright_ignore.txt @@ -1399,10 +1399,6 @@ components/newlib/test_apps/app_test.py components/newlib/test_apps/main/test_newlib_main.c components/newlib/test_apps/main/test_stdatomic.c components/newlib/time.c -components/nghttp/port/http_parser.c -components/nghttp/port/include/http_parser.h -components/nghttp/port/include/nghttp2/nghttp2ver.h -components/nghttp/private_include/config.h components/nvs_flash/host_test/fixtures/test_fixtures.hpp components/nvs_flash/host_test/nvs_page_test/main/nvs_page_test.cpp components/nvs_flash/include/nvs.h diff --git a/tools/ci/check_public_headers_exceptions.txt b/tools/ci/check_public_headers_exceptions.txt index e92eeb19f8..94a65bccfa 100644 --- a/tools/ci/check_public_headers_exceptions.txt +++ b/tools/ci/check_public_headers_exceptions.txt @@ -49,7 +49,6 @@ components/mbedtls/port/include/ components/mbedtls/mbedtls/include/mbedtls/ components/coap/ -components/nghttp/ components/esp-tls/private_include/ diff --git a/tools/ci/static-analysis-rules.yml b/tools/ci/static-analysis-rules.yml index 549384d6eb..66dfaa0a02 100644 --- a/tools/ci/static-analysis-rules.yml +++ b/tools/ci/static-analysis-rules.yml @@ -26,7 +26,6 @@ skip: - "components/lwip/lwip" - "components/mbedtls/mbedtls" - "components/mqtt/esp-mqtt" - - "components/nghttp/nghttp2" - "components/openthread/lib" - "components/openthread/openthread" - "components/protobuf-c/protobuf-c"