Merge pull request #11661 from espressif/fix/idf-component-logs
fix(component): Use external diag logs to avoid error
This commit is contained in:
commit
288672980c
3 changed files with 15 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue