Skip to content

Commit bc01dab

Browse files
authored
update 28012022
1 parent 06c64c6 commit bc01dab

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

Diff for: sdkconfig.esp32s2

+16-10
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ CONFIG_ARDUINO_UDP_RUN_CORE0=y
158158
CONFIG_ARDUINO_UDP_TASK_PRIORITY=3
159159
CONFIG_ARDUINO_UDP_RUNNING_CORE=0
160160
# CONFIG_ARDUINO_ISR_IRAM is not set
161-
# CONFIG_DISABLE_HAL_LOCKS is not set
161+
CONFIG_DISABLE_HAL_LOCKS=y
162162

163163
#
164164
# Debug Log Configuration
@@ -340,6 +340,13 @@ CONFIG_ADC_DISABLE_DAC=y
340340
#
341341
# CONFIG_UART_ISR_IN_IRAM is not set
342342
# end of UART configuration
343+
344+
#
345+
# GDMA Configuration
346+
#
347+
# CONFIG_GDMA_CTRL_FUNC_IN_IRAM is not set
348+
# CONFIG_GDMA_ISR_IRAM_SAFE is not set
349+
# end of GDMA Configuration
343350
# end of Driver configurations
344351

345352
#
@@ -1000,7 +1007,6 @@ CONFIG_MBEDTLS_INTERNAL_MEM_ALLOC=y
10001007
# CONFIG_MBEDTLS_CUSTOM_MEM_ALLOC is not set
10011008
CONFIG_MBEDTLS_SSL_MAX_CONTENT_LEN=16384
10021009
# CONFIG_MBEDTLS_ASYMMETRIC_CONTENT_LEN is not set
1003-
# CONFIG_MBEDTLS_DYNAMIC_BUFFER is not set
10041010
# CONFIG_MBEDTLS_DEBUG is not set
10051011

10061012
#
@@ -1156,7 +1162,7 @@ CONFIG_NEWLIB_STDOUT_LINE_ENDING_CRLF=y
11561162
# CONFIG_NEWLIB_STDIN_LINE_ENDING_CRLF is not set
11571163
# CONFIG_NEWLIB_STDIN_LINE_ENDING_LF is not set
11581164
CONFIG_NEWLIB_STDIN_LINE_ENDING_CR=y
1159-
# CONFIG_NEWLIB_NANO_FORMAT is not set
1165+
CONFIG_NEWLIB_NANO_FORMAT=y
11601166
# end of Newlib
11611167

11621168
#
@@ -1300,17 +1306,17 @@ CONFIG_USB_HOST_HW_BUFFER_BIAS_BALANCED=y
13001306
#
13011307
# Virtual file system
13021308
#
1303-
CONFIG_VFS_SUPPORT_IO=y
1304-
CONFIG_VFS_SUPPORT_DIR=y
1305-
CONFIG_VFS_SUPPORT_SELECT=y
1306-
CONFIG_VFS_SUPPRESS_SELECT_DEBUG_OUTPUT=y
1307-
CONFIG_VFS_SUPPORT_TERMIOS=y
1309+
# CONFIG_VFS_SUPPORT_IO=y
1310+
# CONFIG_VFS_SUPPORT_DIR=y
1311+
# CONFIG_VFS_SUPPORT_SELECT=y
1312+
# CONFIG_VFS_SUPPRESS_SELECT_DEBUG_OUTPUT=y
1313+
# CONFIG_VFS_SUPPORT_TERMIOS=y
13081314

13091315
#
13101316
# Host File System I/O (Semihosting)
13111317
#
1312-
CONFIG_VFS_SEMIHOSTFS_MAX_MOUNT_POINTS=1
1313-
CONFIG_VFS_SEMIHOSTFS_HOST_PATH_MAX_LEN=128
1318+
# CONFIG_VFS_SEMIHOSTFS_MAX_MOUNT_POINTS=1
1319+
# CONFIG_VFS_SEMIHOSTFS_HOST_PATH_MAX_LEN=128
13141320
# end of Host File System I/O (Semihosting)
13151321
# end of Virtual file system
13161322

0 commit comments

Comments
 (0)