Merge pull request #11661 from espressif/fix/idf-component-logs

fix(component): Use external diag logs to avoid error
This commit is contained in:
Me No Dev 2025-07-28 14:59:51 +03:00 committed by GitHub
commit 288672980c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 15 additions and 0 deletions

View file

@ -60,3 +60,8 @@ CONFIG_MBEDTLS_HKDF_C=y
# Increase LwIP IPv6 address number to 6 (MAX_FABRIC + 1) # Increase LwIP IPv6 address number to 6 (MAX_FABRIC + 1)
# unique local addresses for fabrics(MAX_FABRIC), a link local address(1) # unique local addresses for fabrics(MAX_FABRIC), a link local address(1)
CONFIG_LWIP_IPV6_NUM_ADDRESSES=6 CONFIG_LWIP_IPV6_NUM_ADDRESSES=6
#
# DIAGNOSTICS
#
CONFIG_DIAG_USE_EXTERNAL_LOG_WRAP=y

View file

@ -10,3 +10,8 @@ CONFIG_AUTOSTART_ARDUINO=y
CONFIG_FREERTOS_HZ=1000 CONFIG_FREERTOS_HZ=1000
# end of FREERTOS # end of FREERTOS
# end of Component config # end of Component config
#
# DIAGNOSTICS
#
CONFIG_DIAG_USE_EXTERNAL_LOG_WRAP=y

View file

@ -10,3 +10,8 @@ CONFIG_AUTOSTART_ARDUINO=y
CONFIG_FREERTOS_HZ=1000 CONFIG_FREERTOS_HZ=1000
# end of FREERTOS # end of FREERTOS
# end of Component config # end of Component config
#
# DIAGNOSTICS
#
CONFIG_DIAG_USE_EXTERNAL_LOG_WRAP=y