mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
feat(openthread): update openthread submodule
This commit is contained in:
Submodule components/openthread/openthread updated: a98813b30a...b678a4f63b
@@ -280,5 +280,34 @@
|
||||
#define OPENTHREAD_CONFIG_MAC_SOFTWARE_TX_TIMING_ENABLE 1
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @def OPENTHREAD_CONFIG_PLATFORM_MAC_KEYS_EXPORTABLE_ENABLE
|
||||
*
|
||||
* Define to 1 if you want to make MAC keys exportable.
|
||||
*/
|
||||
#ifndef OPENTHREAD_CONFIG_PLATFORM_MAC_KEYS_EXPORTABLE_ENABLE
|
||||
#define OPENTHREAD_CONFIG_PLATFORM_MAC_KEYS_EXPORTABLE_ENABLE 1
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @def OPENTHREAD_CONFIG_CRYPTO_LIB
|
||||
*
|
||||
* Selects the crypto backend library for OpenThread.
|
||||
*
|
||||
* There are several options available
|
||||
* - @sa OPENTHREAD_CONFIG_CRYPTO_LIB_MBEDTLS
|
||||
* - @sa OPENTHREAD_CONFIG_CRYPTO_LIB_PSA
|
||||
* - @sa OPENTHREAD_CONFIG_CRYPTO_LIB_PLATFORM
|
||||
*/
|
||||
#ifndef OPENTHREAD_CONFIG_CRYPTO_LIB
|
||||
#define OPENTHREAD_CONFIG_CRYPTO_LIB OPENTHREAD_CONFIG_CRYPTO_LIB_PSA
|
||||
#define OPENTHREAD_CONFIG_PLATFORM_KEY_REFERENCES_ENABLE 0
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @def OPENTHREAD_CONFIG_PLATFORM_KEY_REFERENCES_ENABLE
|
||||
*
|
||||
* Define to 1 if you want to enable key ref usage support as defined by platform.
|
||||
*/
|
||||
#ifndef OPENTHREAD_CONFIG_PLATFORM_KEY_REFERENCES_ENABLE
|
||||
#define OPENTHREAD_CONFIG_PLATFORM_KEY_REFERENCES_ENABLE 1
|
||||
#endif
|
||||
|
||||
@@ -5,7 +5,7 @@ supplier: 'Organization: Espressif Systems (Shanghai) CO LTD'
|
||||
originator: 'Organization: Google LLC'
|
||||
description: OpenThread released by Google is an open-source implementation of the Thread networking
|
||||
url: https://github.com/espressif/openthread
|
||||
hash: a98813b30ae58f9a95ece680b9cc46c3874de6ea
|
||||
hash: b678a4f63b6f9397d1a0fa8f31e5b8e0271a4d00
|
||||
cve-exclude-list:
|
||||
- cve: CVE-2026-8369
|
||||
reason: We use Espressif’s NAT64 implementation and hence this CVE from the upstream NAT64 implementation is not applicable.
|
||||
|
||||
@@ -41,6 +41,7 @@ set(rcp_srcs
|
||||
openthread/src/core/radio/radio.cpp
|
||||
openthread/src/core/radio/radio_callbacks.cpp
|
||||
openthread/src/core/radio/radio_platform.cpp
|
||||
openthread/src/core/radio/radio_types.cpp
|
||||
openthread/src/core/thread/link_quality.cpp
|
||||
openthread/src/core/utils/otns.cpp
|
||||
openthread/src/core/utils/parse_cmdline.cpp
|
||||
|
||||
Reference in New Issue
Block a user