Skip to content

Commit

Permalink
other: Move cbor, jsmn and libsodium to idf-component-manager
Browse files Browse the repository at this point in the history
Marginal components are being carved out from esp-idf and moved to
https://github.com/espressif/idf-extra-components.
They are distributed via idf-component-manager, see
https://components.espressif.com.
  • Loading branch information
tore-espressif committed Nov 30, 2021
1 parent 6a11f6f commit ebaca79
Show file tree
Hide file tree
Showing 52 changed files with 97 additions and 1,198 deletions.
1 change: 0 additions & 1 deletion .flake8
Expand Up @@ -146,7 +146,6 @@ exclude =
components/esptool_py/esptool,
components/expat/expat,
components/json/cJSON,
components/libsodium/libsodium,
components/mbedtls/mbedtls,
components/nghttp/nghttp2,
components/openthread/openthread,
Expand Down
3 changes: 0 additions & 3 deletions .gitlab/CODEOWNERS
Validating CODEOWNERS rules …
Expand Up @@ -66,7 +66,6 @@
/components/asio/ @esp-idf-codeowners/network
/components/bootloader*/ @esp-idf-codeowners/system @esp-idf-codeowners/security
/components/bt/ @esp-idf-codeowners/bluetooth
/components/cbor/ @esp-idf-codeowners/app-utilities
/components/cmock/ @esp-idf-codeowners/system
/components/coap/ @esp-idf-codeowners/app-utilities
/components/console/ @esp-idf-codeowners/system @esp-idf-codeowners/app-utilities
Expand Down Expand Up @@ -109,9 +108,7 @@
/components/heap/ @esp-idf-codeowners/system
/components/idf_test/ @esp-idf-codeowners/ci
/components/ieee802154/ @esp-idf-codeowners/ieee802154
/components/jsmn/ @esp-idf-codeowners/app-utilities
/components/json/ @esp-idf-codeowners/app-utilities
/components/libsodium/ @esp-idf-codeowners/security
/components/log/ @esp-idf-codeowners/system
/components/lwip/ @esp-idf-codeowners/lwip
/components/mbedtls/ @esp-idf-codeowners/app-utilities @esp-idf-codeowners/security
Expand Down
2 changes: 0 additions & 2 deletions .gitlab/ci/rules.yml
Expand Up @@ -146,7 +146,6 @@
- "components/bt/controller/lib_esp32"
- "components/bt/controller/lib_esp32c3_family"
- "components/bt/host/nimble/nimble"
- "components/cbor/tinycbor"
- "components/cmock/CMock"
- "components/cmock/CMock/vendor/c_exception"
- "components/cmock/CMock/vendor/unity"
Expand All @@ -157,7 +156,6 @@
- "components/esptool_py/esptool"
- "components/expat/expat"
- "components/json/cJSON"
- "components/libsodium/libsodium"
- "components/lwip/lwip"
- "components/mbedtls/mbedtls"
- "components/mqtt/esp-mqtt"
Expand Down
8 changes: 0 additions & 8 deletions .gitmodules
Expand Up @@ -23,10 +23,6 @@
path = components/nghttp/nghttp2
url = ../../nghttp2/nghttp2.git

[submodule "components/libsodium/libsodium"]
path = components/libsodium/libsodium
url = ../../jedisct1/libsodium.git

[submodule "components/spiffs/spiffs"]
path = components/spiffs/spiffs
url = ../../pellepl/spiffs.git
Expand Down Expand Up @@ -71,10 +67,6 @@
path = components/bt/host/nimble/nimble
url = ../../espressif/esp-nimble.git

[submodule "components/cbor/tinycbor"]
path = components/cbor/tinycbor
url = ../../intel/tinycbor.git

[submodule "components/esp_wifi/lib"]
path = components/esp_wifi/lib
url = ../../espressif/esp32-wifi-lib.git
Expand Down
20 changes: 0 additions & 20 deletions components/cbor/CMakeLists.txt

This file was deleted.

2 changes: 0 additions & 2 deletions components/cbor/port/include/cbor.h

This file was deleted.

1 change: 0 additions & 1 deletion components/cbor/tinycbor
Submodule tinycbor deleted from 7c349d
10 changes: 0 additions & 10 deletions components/jsmn/CMakeLists.txt

This file was deleted.

16 changes: 0 additions & 16 deletions components/jsmn/Kconfig

This file was deleted.

106 changes: 0 additions & 106 deletions components/jsmn/include/jsmn.h

This file was deleted.

0 comments on commit ebaca79

Please sign in to comment.