@@ -158,7 +158,7 @@ CONFIG_ARDUINO_UDP_RUN_CORE0=y
158
158
CONFIG_ARDUINO_UDP_TASK_PRIORITY=3
159
159
CONFIG_ARDUINO_UDP_RUNNING_CORE=0
160
160
# CONFIG_ARDUINO_ISR_IRAM is not set
161
- # CONFIG_DISABLE_HAL_LOCKS is not set
161
+ CONFIG_DISABLE_HAL_LOCKS=y
162
162
163
163
#
164
164
# Debug Log Configuration
@@ -340,6 +340,13 @@ CONFIG_ADC_DISABLE_DAC=y
340
340
#
341
341
# CONFIG_UART_ISR_IN_IRAM is not set
342
342
# 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
343
350
# end of Driver configurations
344
351
345
352
#
@@ -1000,7 +1007,6 @@ CONFIG_MBEDTLS_INTERNAL_MEM_ALLOC=y
1000
1007
# CONFIG_MBEDTLS_CUSTOM_MEM_ALLOC is not set
1001
1008
CONFIG_MBEDTLS_SSL_MAX_CONTENT_LEN=16384
1002
1009
# CONFIG_MBEDTLS_ASYMMETRIC_CONTENT_LEN is not set
1003
- # CONFIG_MBEDTLS_DYNAMIC_BUFFER is not set
1004
1010
# CONFIG_MBEDTLS_DEBUG is not set
1005
1011
1006
1012
#
@@ -1156,7 +1162,7 @@ CONFIG_NEWLIB_STDOUT_LINE_ENDING_CRLF=y
1156
1162
# CONFIG_NEWLIB_STDIN_LINE_ENDING_CRLF is not set
1157
1163
# CONFIG_NEWLIB_STDIN_LINE_ENDING_LF is not set
1158
1164
CONFIG_NEWLIB_STDIN_LINE_ENDING_CR=y
1159
- # CONFIG_NEWLIB_NANO_FORMAT is not set
1165
+ CONFIG_NEWLIB_NANO_FORMAT=y
1160
1166
# end of Newlib
1161
1167
1162
1168
#
@@ -1300,17 +1306,17 @@ CONFIG_USB_HOST_HW_BUFFER_BIAS_BALANCED=y
1300
1306
#
1301
1307
# Virtual file system
1302
1308
#
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
1308
1314
1309
1315
#
1310
1316
# Host File System I/O (Semihosting)
1311
1317
#
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
1314
1320
# end of Host File System I/O (Semihosting)
1315
1321
# end of Virtual file system
1316
1322
0 commit comments