Skip to content

Commit 2886729

Browse files
authored
Merge pull request #11661 from espressif/fix/idf-component-logs
fix(component): Use external diag logs to avoid error
2 parents c7520cc + 311955c commit 2886729

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

idf_component_examples/esp_matter_light/sdkconfig.defaults

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,8 @@ CONFIG_MBEDTLS_HKDF_C=y
6060
# Increase LwIP IPv6 address number to 6 (MAX_FABRIC + 1)
6161
# unique local addresses for fabrics(MAX_FABRIC), a link local address(1)
6262
CONFIG_LWIP_IPV6_NUM_ADDRESSES=6
63+
64+
#
65+
# DIAGNOSTICS
66+
#
67+
CONFIG_DIAG_USE_EXTERNAL_LOG_WRAP=y

idf_component_examples/hello_world/sdkconfig.defaults

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@ CONFIG_AUTOSTART_ARDUINO=y
1010
CONFIG_FREERTOS_HZ=1000
1111
# end of FREERTOS
1212
# end of Component config
13+
14+
#
15+
# DIAGNOSTICS
16+
#
17+
CONFIG_DIAG_USE_EXTERNAL_LOG_WRAP=y

idf_component_examples/hw_cdc_hello_world/sdkconfig.defaults

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@ CONFIG_AUTOSTART_ARDUINO=y
1010
CONFIG_FREERTOS_HZ=1000
1111
# end of FREERTOS
1212
# end of Component config
13+
14+
#
15+
# DIAGNOSTICS
16+
#
17+
CONFIG_DIAG_USE_EXTERNAL_LOG_WRAP=y

0 commit comments

Comments
 (0)