Skip to content

Commit

Permalink
remove(coap)!: Move CoAP examples to idf-extra-components repository
Browse files Browse the repository at this point in the history
  • Loading branch information
hmalpani authored and mahavirj committed Jun 27, 2023
1 parent cefbecd commit d9e8aca
Show file tree
Hide file tree
Showing 28 changed files with 22 additions and 1,348 deletions.
1 change: 1 addition & 0 deletions docs/en/migration-guides/release-5.x/5.2/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ Migration from 5.1 to 5.2
:maxdepth: 1

peripherals
protocols
10 changes: 10 additions & 0 deletions docs/en/migration-guides/release-5.x/5.2/protocols.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Protocols
=========

:link_to_translation:`zh_CN:[中文]`


CoAP
----

CoAP examples have been moved to `idf-extra-components <https://github.com/espressif/idf-extra-components/tree/master/coap/examples>`__ repository.
1 change: 1 addition & 0 deletions docs/zh_CN/migration-guides/release-5.x/5.2/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
:maxdepth: 1

peripherals
protocols
10 changes: 10 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
@@ -0,0 +1,10 @@
协议
====

:link_to_translation:`en:[English]`


CoAP
----

CoAP 相关示例已迁移至 `idf-extra-components <https://github.com/espressif/idf-extra-components/tree/master/coap/examples>`__ 仓库.
6 changes: 0 additions & 6 deletions examples/protocols/.build-test-rules.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps

examples/protocols/coap_client:
disable_test:
- if: IDF_TARGET != "esp32"
reason: running this test on single platform is sufficient for coverage


examples/protocols/esp_http_client:
enable:
- if: INCLUDE_DEFAULT == 1 or IDF_TARGET == "linux"
Expand Down
10 changes: 0 additions & 10 deletions examples/protocols/coap_client/CMakeLists.txt

This file was deleted.

111 changes: 0 additions & 111 deletions examples/protocols/coap_client/README.md

This file was deleted.

4 changes: 0 additions & 4 deletions examples/protocols/coap_client/main/CMakeLists.txt

This file was deleted.

33 changes: 0 additions & 33 deletions examples/protocols/coap_client/main/Kconfig.projbuild

This file was deleted.

27 changes: 0 additions & 27 deletions examples/protocols/coap_client/main/certs/coap_ca.pem

This file was deleted.

13 changes: 0 additions & 13 deletions examples/protocols/coap_client/main/certs/coap_client.crt

This file was deleted.

4 changes: 0 additions & 4 deletions examples/protocols/coap_client/main/certs/coap_client.key

This file was deleted.

Loading

0 comments on commit d9e8aca

Please sign in to comment.