File tree 2 files changed +4
-4
lines changed
examples/all-clusters-app/esp32
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -74,8 +74,8 @@ CONFIG_BUILD_CHIP_TESTS=y
74
74
# Move functions from IRAM to flash
75
75
CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH=y
76
76
77
- # Reduce the event loggin buffer to reduce the DRAM usage
78
- # TODO: remove this once the underlying issue is fixed
77
+ # Reduce the event logging buffer to reduce the DRAM usage
78
+ # TODO: [ESP32] Fix the DRAM overflow in esp32 apps #34717
79
79
CONFIG_EVENT_LOGGING_CRIT_BUFFER_SIZE=512
80
80
CONFIG_EVENT_LOGGING_INFO_BUFFER_SIZE=512
81
81
CONFIG_EVENT_LOGGING_DEBUG_BUFFER_SIZE=512
Original file line number Diff line number Diff line change @@ -86,8 +86,8 @@ CONFIG_BTDM_CTRL_BLE_MAX_CONN=1
86
86
CONFIG_BT_NIMBLE_ROLE_CENTRAL=n
87
87
CONFIG_BT_NIMBLE_ROLE_OBSERVER=n
88
88
89
- # Reduce the event loggin buffer to reduce the DRAM overflow
90
- # TODO: remove this once the underlying issue is fixed
89
+ # Reduce the event logging buffer to reduce the DRAM overflow
90
+ # TODO: [ESP32] Fix the DRAM overflow in esp32 apps #34717
91
91
CONFIG_EVENT_LOGGING_CRIT_BUFFER_SIZE=512
92
92
CONFIG_EVENT_LOGGING_INFO_BUFFER_SIZE=512
93
93
CONFIG_EVENT_LOGGING_DEBUG_BUFFER_SIZE=512
You can’t perform that action at this time.
0 commit comments