@@ -157,7 +157,7 @@ CONFIG_ARDUINO_UDP_RUN_CORE0=y
157
157
CONFIG_ARDUINO_UDP_TASK_PRIORITY=3
158
158
CONFIG_ARDUINO_UDP_RUNNING_CORE=0
159
159
# CONFIG_ARDUINO_ISR_IRAM is not set
160
- # CONFIG_DISABLE_HAL_LOCKS is not set
160
+ CONFIG_DISABLE_HAL_LOCKS=y
161
161
162
162
#
163
163
# Debug Log Configuration
@@ -208,7 +208,7 @@ CONFIG_COMPILER_STACK_CHECK_MODE_NONE=y
208
208
# CONFIG_COMPILER_STACK_CHECK_MODE_STRONG is not set
209
209
# CONFIG_COMPILER_STACK_CHECK_MODE_ALL is not set
210
210
# CONFIG_COMPILER_WARN_WRITE_STRINGS is not set
211
- # CONFIG_COMPILER_SAVE_RESTORE_LIBCALLS is not set
211
+ CONFIG_COMPILER_SAVE_RESTORE_LIBCALLS=y
212
212
# CONFIG_COMPILER_DISABLE_GCC8_WARNINGS is not set
213
213
# CONFIG_COMPILER_DUMP_RTL_FILES is not set
214
214
# end of Compiler options
@@ -564,6 +564,13 @@ CONFIG_SPI_SLAVE_ISR_IN_IRAM=y
564
564
#
565
565
# CONFIG_UART_ISR_IN_IRAM is not set
566
566
# 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
567
574
# end of Driver configurations
568
575
569
576
#
@@ -1322,7 +1329,7 @@ CONFIG_NEWLIB_STDOUT_LINE_ENDING_CRLF=y
1322
1329
# CONFIG_NEWLIB_STDIN_LINE_ENDING_CRLF is not set
1323
1330
# CONFIG_NEWLIB_STDIN_LINE_ENDING_LF is not set
1324
1331
CONFIG_NEWLIB_STDIN_LINE_ENDING_CR=y
1325
- # CONFIG_NEWLIB_NANO_FORMAT is not set
1332
+ CONFIG_NEWLIB_NANO_FORMAT=y
1326
1333
# end of Newlib
1327
1334
1328
1335
#
@@ -1453,17 +1460,17 @@ CONFIG_UNITY_ENABLE_IDF_TEST_RUNNER=y
1453
1460
#
1454
1461
# Virtual file system
1455
1462
#
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
1461
1468
1462
1469
#
1463
1470
# Host File System I/O (Semihosting)
1464
1471
#
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
1467
1474
# end of Host File System I/O (Semihosting)
1468
1475
# end of Virtual file system
1469
1476
0 commit comments