Skip to content

Commit

Permalink
Push out coap to idf-extra-component repository
Browse files Browse the repository at this point in the history
  • Loading branch information
hmalpani committed Feb 23, 2022
1 parent 9a544c0 commit 1cb9ba5
Show file tree
Hide file tree
Showing 16 changed files with 5 additions and 289 deletions.
1 change: 0 additions & 1 deletion .gitlab/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
/components/bootloader_support/bootloader_flash/ @esp-idf-codeowners/peripherals
/components/bt/ @esp-idf-codeowners/bluetooth
/components/cmock/ @esp-idf-codeowners/system
/components/coap/ @esp-idf-codeowners/app-utilities
/components/console/ @esp-idf-codeowners/system @esp-idf-codeowners/app-utilities
/components/cxx/ @esp-idf-codeowners/system
/components/driver/ @esp-idf-codeowners/peripherals
Expand Down
2 changes: 0 additions & 2 deletions .gitlab/ci/rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,6 @@
- "components/cmock/CMock"
- "components/cmock/CMock/vendor/c_exception"
- "components/cmock/CMock/vendor/unity"
- "components/coap/libcoap"
- "components/coap/libcoap/ext/tinydtls"
- "components/esp_phy/lib"
- "components/esp_wifi/lib"
- "components/esptool_py/esptool"
Expand Down
4 changes: 0 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
path = components/bootloader/subproject/components/micro-ecc/micro-ecc
url = ../../kmackay/micro-ecc.git

[submodule "components/coap/libcoap"]
path = components/coap/libcoap
url = ../../obgm/libcoap.git

[submodule "components/spiffs/spiffs"]
path = components/spiffs/spiffs
url = ../../pellepl/spiffs.git
Expand Down
47 changes: 0 additions & 47 deletions components/coap/CMakeLists.txt

This file was deleted.

72 changes: 0 additions & 72 deletions components/coap/Kconfig

This file was deleted.

1 change: 0 additions & 1 deletion components/coap/libcoap
Submodule libcoap deleted from 3aa116
51 changes: 0 additions & 51 deletions components/coap/port/include/coap3/coap.h

This file was deleted.

42 changes: 0 additions & 42 deletions components/coap/port/include/coap_config.h

This file was deleted.

60 changes: 0 additions & 60 deletions components/coap/port/include/coap_config_posix.h

This file was deleted.

3 changes: 0 additions & 3 deletions docs/en/COPYRIGHT.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ These third party libraries can be included into the application (firmware) prod

* `linenoise`_ line editing library Copyright (c) 2010-2014 Salvatore Sanfilippo, Copyright (c) 2010-2013 Pieter Noordhuis, licensed under 2-clause BSD license.

* `libcoap`_ COAP library Copyright (c) 2010-2017 Olaf Bergmann and others, is licensed under 2-clause BSD license as described in :component_file:`LICENSE file <coap/libcoap/LICENSE>` and :component_file:`COPYING file <coap/libcoap/COPYING>` .

* `FatFS`_ library, Copyright (C) 2017 ChaN, is licensed under :component_file:`a BSD-style license <fatfs/src/ff.h#L1-L18>`.

* `cJSON`_ library, Copyright (c) 2009-2017 Dave Gamble and cJSON contributors, is licensed under MIT license as described in :component_file:`LICENSE file <json/cJSON/LICENSE>`.
Expand Down Expand Up @@ -161,7 +159,6 @@ Copyright (C) 2011, ChaN, all right reserved.
.. _TJpgDec: http://elm-chan.org/fsw/tjpgd/00index.html
.. _argtable3: https://github.com/argtable/argtable3
.. _linenoise: https://github.com/antirez/linenoise
.. _libcoap: https://github.com/obgm/libcoap
.. _fatfs: http://elm-chan.org/fsw/ff/00index_e.html
.. _cJSON: https://github.com/DaveGamble/cJSON
.. _micro-ecc: https://github.com/kmackay/micro-ecc
Expand Down
1 change: 1 addition & 0 deletions docs/en/migration-guides/removed-components.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Following components are removed from ESP-IDF and moved to `IDF Component Regist

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

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

Expand Down
2 changes: 2 additions & 0 deletions examples/protocols/coap_client/main/idf_component.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dependencies:
espressif/coap: ">=4.3.0"
2 changes: 2 additions & 0 deletions examples/protocols/coap_server/main/idf_component.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dependencies:
espressif/coap: ">=4.3.0"
3 changes: 0 additions & 3 deletions tools/ci/check_copyright_ignore.txt
Original file line number Diff line number Diff line change
Expand Up @@ -406,9 +406,6 @@ components/bt/host/bluedroid/stack/smp/smp_keys.c
components/bt/host/bluedroid/stack/smp/smp_l2c.c
components/bt/host/bluedroid/stack/smp/smp_main.c
components/bt/host/bluedroid/stack/smp/smp_utils.c
components/coap/port/include/coap3/coap.h
components/coap/port/include/coap_config.h
components/coap/port/include/coap_config_posix.h
components/console/argtable3/argtable3.c
components/console/argtable3/argtable3.h
components/console/linenoise/linenoise.c
Expand Down
2 changes: 0 additions & 2 deletions tools/ci/check_public_headers_exceptions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ components/mbedtls/port/include/
components/mbedtls/mbedtls/include/mbedtls/
components/mbedtls/mbedtls/include/psa/

components/coap/

components/esp-tls/private_include/

components/protobuf-c/
Expand Down
1 change: 0 additions & 1 deletion tools/ci/static-analysis-rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ skip:
- "components/bt/host/nimble/nimble"
- "components/bt/lib"
- "components/cmock/CMock"
- "components/coap"
- "components/esp_phy/lib"
- "components/esp_wifi/lib"
- "components/esp_wifi/lib_esp32"
Expand Down

0 comments on commit 1cb9ba5

Please sign in to comment.