Merge branch 'backport5.2/ot_examples_config' into 'release/v5.2'

fix(openthread): openthread examples config (backport v5.2)

See merge request espressif/esp-idf!27554
This commit is contained in:
Shu Chen 2023-12-03 17:31:52 +08:00
commit 3c43fb0707
5 changed files with 3 additions and 23 deletions

View File

@ -105,8 +105,10 @@ void app_main(void)
// * task queue // * task queue
// * border router // * border router
esp_vfs_eventfd_config_t eventfd_config = { esp_vfs_eventfd_config_t eventfd_config = {
#if CONFIG_OPENTHREAD_RADIO_NATIVE #if CONFIG_OPENTHREAD_RADIO_NATIVE || CONFIG_OPENTHREAD_RADIO_SPINEL_SPI
// * radio driver (A native radio device needs a eventfd for radio driver.) // * radio driver (A native radio device needs a eventfd for radio driver.)
// * SpiSpinelInterface (The Spi Spinel Interface needs a eventfd.)
// The above will not exist at the same time.
.max_fds = 4, .max_fds = 4,
#else #else
.max_fds = 3, .max_fds = 3,

View File

@ -1,9 +1,3 @@
#
# libsodium
#
CONFIG_LIBSODIUM_USE_MBEDTLS_SHA=y
# end of libsodium
# #
# Partition Table # Partition Table
# #
@ -30,7 +24,6 @@ CONFIG_MBEDTLS_ECJPAKE_C=y
# #
CONFIG_OPENTHREAD_ENABLED=y CONFIG_OPENTHREAD_ENABLED=y
CONFIG_OPENTHREAD_BORDER_ROUTER=y CONFIG_OPENTHREAD_BORDER_ROUTER=y
CONFIG_OPENTHREAD_TREL=y
# end of OpenThread # end of OpenThread
# #
@ -50,7 +43,6 @@ CONFIG_LWIP_IPV6_AUTOCONFIG=y
# #
# mDNS # mDNS
# #
CONFIG_MDNS_STRICT_MODE=y
CONFIG_MDNS_MULTIPLE_INSTANCE=y CONFIG_MDNS_MULTIPLE_INSTANCE=y
# end of mDNS # end of mDNS

View File

@ -1,9 +1,3 @@
#
# libsodium
#
CONFIG_LIBSODIUM_USE_MBEDTLS_SHA=y
# end of libsodium
# #
# Partition Table # Partition Table
# #

View File

@ -1,9 +1,3 @@
#
# libsodium
#
CONFIG_LIBSODIUM_USE_MBEDTLS_SHA=y
# end of libsodium
# #
# Partition Table # Partition Table
# #

View File

@ -45,8 +45,6 @@ CONFIG_IEEE802154_ENABLED=y
# #
# deep sleep # deep sleep
# #
CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_80=y
CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ=80
CONFIG_ULP_COPROC_ENABLED=y CONFIG_ULP_COPROC_ENABLED=y
CONFIG_ULP_COPROC_RESERVE_MEM=512 CONFIG_ULP_COPROC_RESERVE_MEM=512
CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC_HRT=y CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC_HRT=y