Skip to content

Commit b0f3a23

Browse files
committed
Disable memory speed optimization on 2m board.
Also disable dynamic log level on opt builds
1 parent c493f1b commit b0f3a23

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

ports/espressif/boards/ai_thinker_esp32-c3s-2m/sdkconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@
1414
#
1515
# CONFIG_ESP_COEX_SW_COEXIST_ENABLE is not set
1616
# end of Wireless Coexistence
17+
18+
#
19+
# LibC
20+
#
21+
# CONFIG_LIBC_OPTIMIZED_MISALIGNED_ACCESS is not set
22+
# end of LibC
23+
1724
# end of Component config
1825

1926
# end of Espressif IoT Development Framework Configuration

ports/espressif/esp-idf-config/sdkconfig-opt.defaults

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,24 @@ CONFIG_ESP_CONSOLE_SECONDARY_NONE=y
3838
CONFIG_LOG_DEFAULT_LEVEL_NONE=y
3939
# end of Log output
4040

41+
#
42+
# Log
43+
#
44+
#
45+
# Log Level
46+
#
47+
#
48+
# Level Settings
49+
#
50+
# CONFIG_LOG_DYNAMIC_LEVEL_CONTROL is not set
51+
CONFIG_LOG_TAG_LEVEL_IMPL_NONE=y
52+
# CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST is not set
53+
# end of Level Settings
54+
55+
# end of Log Level
56+
57+
# end of Log
58+
4159
# end of Component config
4260

4361
# end of Espressif IoT Development Framework Configuration

0 commit comments

Comments
 (0)