Skip to content

Commit be51f40

Browse files
authored
Update sdkconfig.esp32c3
1 parent e7e72d3 commit be51f40

File tree

1 file changed

+17
-10
lines changed

1 file changed

+17
-10
lines changed

Diff for: sdkconfig.esp32c3

+17-10
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ CONFIG_ARDUINO_UDP_RUN_CORE0=y
157157
CONFIG_ARDUINO_UDP_TASK_PRIORITY=3
158158
CONFIG_ARDUINO_UDP_RUNNING_CORE=0
159159
# CONFIG_ARDUINO_ISR_IRAM is not set
160-
# CONFIG_DISABLE_HAL_LOCKS is not set
160+
CONFIG_DISABLE_HAL_LOCKS=y
161161

162162
#
163163
# Debug Log Configuration
@@ -208,7 +208,7 @@ CONFIG_COMPILER_STACK_CHECK_MODE_NONE=y
208208
# CONFIG_COMPILER_STACK_CHECK_MODE_STRONG is not set
209209
# CONFIG_COMPILER_STACK_CHECK_MODE_ALL is not set
210210
# CONFIG_COMPILER_WARN_WRITE_STRINGS is not set
211-
# CONFIG_COMPILER_SAVE_RESTORE_LIBCALLS is not set
211+
CONFIG_COMPILER_SAVE_RESTORE_LIBCALLS=y
212212
# CONFIG_COMPILER_DISABLE_GCC8_WARNINGS is not set
213213
# CONFIG_COMPILER_DUMP_RTL_FILES is not set
214214
# end of Compiler options
@@ -564,6 +564,13 @@ CONFIG_SPI_SLAVE_ISR_IN_IRAM=y
564564
#
565565
# CONFIG_UART_ISR_IN_IRAM is not set
566566
# end of UART configuration
567+
568+
#
569+
# GDMA Configuration
570+
#
571+
# CONFIG_GDMA_CTRL_FUNC_IN_IRAM is not set
572+
# CONFIG_GDMA_ISR_IRAM_SAFE is not set
573+
# end of GDMA Configuration
567574
# end of Driver configurations
568575

569576
#
@@ -1322,7 +1329,7 @@ CONFIG_NEWLIB_STDOUT_LINE_ENDING_CRLF=y
13221329
# CONFIG_NEWLIB_STDIN_LINE_ENDING_CRLF is not set
13231330
# CONFIG_NEWLIB_STDIN_LINE_ENDING_LF is not set
13241331
CONFIG_NEWLIB_STDIN_LINE_ENDING_CR=y
1325-
# CONFIG_NEWLIB_NANO_FORMAT is not set
1332+
CONFIG_NEWLIB_NANO_FORMAT=y
13261333
# end of Newlib
13271334

13281335
#
@@ -1453,17 +1460,17 @@ CONFIG_UNITY_ENABLE_IDF_TEST_RUNNER=y
14531460
#
14541461
# Virtual file system
14551462
#
1456-
CONFIG_VFS_SUPPORT_IO=y
1457-
CONFIG_VFS_SUPPORT_DIR=y
1458-
CONFIG_VFS_SUPPORT_SELECT=y
1459-
CONFIG_VFS_SUPPRESS_SELECT_DEBUG_OUTPUT=y
1460-
CONFIG_VFS_SUPPORT_TERMIOS=y
1463+
# CONFIG_VFS_SUPPORT_IO=y
1464+
# CONFIG_VFS_SUPPORT_DIR=y
1465+
# CONFIG_VFS_SUPPORT_SELECT=y
1466+
# CONFIG_VFS_SUPPRESS_SELECT_DEBUG_OUTPUT=y
1467+
# CONFIG_VFS_SUPPORT_TERMIOS=y
14611468

14621469
#
14631470
# Host File System I/O (Semihosting)
14641471
#
1465-
CONFIG_VFS_SEMIHOSTFS_MAX_MOUNT_POINTS=1
1466-
CONFIG_VFS_SEMIHOSTFS_HOST_PATH_MAX_LEN=128
1472+
# CONFIG_VFS_SEMIHOSTFS_MAX_MOUNT_POINTS=1
1473+
# CONFIG_VFS_SEMIHOSTFS_HOST_PATH_MAX_LEN=128
14671474
# end of Host File System I/O (Semihosting)
14681475
# end of Virtual file system
14691476

0 commit comments

Comments
 (0)