mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
global: remove tinyxml2 submodule
This commit is contained in:
parent
b2e129fe4f
commit
faa349b93f
1
.flake8
1
.flake8
@ -149,7 +149,6 @@ exclude =
|
|||||||
components/tinyusb,
|
components/tinyusb,
|
||||||
components/unity/unity,
|
components/unity/unity,
|
||||||
components/spiffs/spiffs,
|
components/spiffs/spiffs,
|
||||||
examples/build_system/cmake/import_lib/main/lib/tinyxml2,
|
|
||||||
examples/peripherals/secure_element/atecc608_ecdsa/components/esp-cryptoauthlib,
|
examples/peripherals/secure_element/atecc608_ecdsa/components/esp-cryptoauthlib,
|
||||||
# autogenerated scripts
|
# autogenerated scripts
|
||||||
components/protocomm/python/constants_pb2.py,
|
components/protocomm/python/constants_pb2.py,
|
||||||
|
@ -193,7 +193,6 @@
|
|||||||
- "components/spiffs/spiffs"
|
- "components/spiffs/spiffs"
|
||||||
- "components/tinyusb/tinyusb"
|
- "components/tinyusb/tinyusb"
|
||||||
- "components/unity/unity"
|
- "components/unity/unity"
|
||||||
- "examples/build_system/cmake/import_lib/main/lib/tinyxml2"
|
|
||||||
- "examples/peripherals/secure_element/atecc608_ecdsa/components/esp-cryptoauthlib"
|
- "examples/peripherals/secure_element/atecc608_ecdsa/components/esp-cryptoauthlib"
|
||||||
|
|
||||||
.patterns-example_test-related_changes-ota: &patterns-example_test-related_changes-ota
|
.patterns-example_test-related_changes-ota: &patterns-example_test-related_changes-ota
|
||||||
|
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -39,10 +39,6 @@
|
|||||||
path = components/unity/unity
|
path = components/unity/unity
|
||||||
url = ../../ThrowTheSwitch/Unity.git
|
url = ../../ThrowTheSwitch/Unity.git
|
||||||
|
|
||||||
[submodule "examples/build_system/cmake/import_lib/main/lib/tinyxml2"]
|
|
||||||
path = examples/build_system/cmake/import_lib/main/lib/tinyxml2
|
|
||||||
url = ../../leethomason/tinyxml2.git
|
|
||||||
|
|
||||||
[submodule "components/bt/host/nimble/nimble"]
|
[submodule "components/bt/host/nimble/nimble"]
|
||||||
path = components/bt/host/nimble/nimble
|
path = components/bt/host/nimble/nimble
|
||||||
url = ../../espressif/esp-nimble.git
|
url = ../../espressif/esp-nimble.git
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Subproject commit 7e8e249990ec491ec15990cf95b6d871a66cf64a
|
|
@ -39,7 +39,6 @@ IGNORE_WARNS = [
|
|||||||
r'crosstool_version_check\.cmake',
|
r'crosstool_version_check\.cmake',
|
||||||
r'CryptographyDeprecationWarning',
|
r'CryptographyDeprecationWarning',
|
||||||
r'Warning: \d+/\d+ app partitions are too small for binary',
|
r'Warning: \d+/\d+ app partitions are too small for binary',
|
||||||
r'CMake Deprecation Warning at main/lib/tinyxml2/CMakeLists\.txt:11 \(cmake_policy\)',
|
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -29,7 +29,6 @@ skip:
|
|||||||
- "components/spiffs/spiffs"
|
- "components/spiffs/spiffs"
|
||||||
- "components/tinyusb/tinyusb"
|
- "components/tinyusb/tinyusb"
|
||||||
- "components/unity/unity"
|
- "components/unity/unity"
|
||||||
- "examples/build_system/cmake/import_lib/main/lib/tinyxml2"
|
|
||||||
- "examples/peripherals/secure_element/atecc608_ecdsa/components/esp-cryptoauthlib"
|
- "examples/peripherals/secure_element/atecc608_ecdsa/components/esp-cryptoauthlib"
|
||||||
|
|
||||||
# disabled temporarily to pass the CI
|
# disabled temporarily to pass the CI
|
||||||
|
Loading…
x
Reference in New Issue
Block a user