Skip to content

Commit

Permalink
Merge branch 'example/remove_http2_example' into 'master'
Browse files Browse the repository at this point in the history
remove(http2_request): Move http2_request example to idf-extra-components repository

Closes IDF-7659

See merge request espressif/esp-idf!24561
  • Loading branch information
mahavirj committed Jul 7, 2023
2 parents 3af7e00 + c24d012 commit c3e5f05
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 302 deletions.
6 changes: 6 additions & 0 deletions docs/en/migration-guides/release-5.x/5.2/protocols.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ CoAP
----

CoAP examples have been moved to `idf-extra-components <https://github.com/espressif/idf-extra-components/tree/master/coap/examples>`__ repository.


HTTP2
-----

http2_request example has been moved to `idf-extra-components <https://github.com/espressif/idf-extra-components/tree/master/sh2lib/examples/http2_request>`__ repository.
6 changes: 6 additions & 0 deletions docs/zh_CN/migration-guides/release-5.x/5.2/protocols.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ CoAP
----

CoAP 相关示例已迁移至 `idf-extra-components <https://github.com/espressif/idf-extra-components/tree/master/coap/examples>`__ 仓库.


HTTP2
-----

http2_request 相关示例已迁移至 `idf-extra-components <https://github.com/espressif/idf-extra-components/tree/master/sh2lib/examples/http2_request>`__ 仓库.
6 changes: 0 additions & 6 deletions examples/protocols/.build-test-rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ examples/protocols/esp_local_ctrl:
temporary: true
reason: lack of runners

examples/protocols/http2_request:
disable_test:
- if: IDF_TARGET != "esp32"
temporary: true
reason: only test on esp32

examples/protocols/http_request:
disable_test:
- if: IDF_TARGET != "esp32"
Expand Down
10 changes: 0 additions & 10 deletions examples/protocols/http2_request/CMakeLists.txt

This file was deleted.

58 changes: 0 additions & 58 deletions examples/protocols/http2_request/README.md

This file was deleted.

2 changes: 0 additions & 2 deletions examples/protocols/http2_request/main/CMakeLists.txt

This file was deleted.

154 changes: 0 additions & 154 deletions examples/protocols/http2_request/main/http2_request_example_main.c

This file was deleted.

3 changes: 0 additions & 3 deletions examples/protocols/http2_request/main/idf_component.yml

This file was deleted.

56 changes: 0 additions & 56 deletions examples/protocols/http2_request/pytest_http2_request.py

This file was deleted.

11 changes: 0 additions & 11 deletions examples/protocols/http2_request/sdkconfig.ci

This file was deleted.

1 change: 0 additions & 1 deletion examples/protocols/http2_request/sdkconfig.defaults

This file was deleted.

1 change: 0 additions & 1 deletion tools/ci/check_copyright_ignore.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1352,7 +1352,6 @@ examples/protocols/esp_http_client/main/esp_http_client_example.c
examples/protocols/esp_local_ctrl/example_test.py
examples/protocols/esp_local_ctrl/main/app_main.c
examples/protocols/esp_local_ctrl/main/esp_local_ctrl_service.c
examples/protocols/http2_request/main/http2_request_example_main.c
examples/protocols/http_request/main/http_request_example_main.c
examples/protocols/http_server/advanced_tests/http_server_advanced_test.py
examples/protocols/http_server/advanced_tests/main/include/tests.h
Expand Down

0 comments on commit c3e5f05

Please sign in to comment.