File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
samples/bluetooth/nrf_auraconfig Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 44# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55#
66
7-
87# General
98CONFIG_REBOOT=y
109CONFIG_DEBUG=y
@@ -44,7 +43,6 @@ CONFIG_DATA_FIFO=y
4443
4544# Enable NRFX_CLOCK for ACLK control
4645CONFIG_NRFX_CLOCK=y
47-
4846CONFIG_NEWLIB_LIBC=y
4947
5048# Audio codec LC3 related defines
@@ -70,19 +68,16 @@ CONFIG_FS_FATFS_LFN_MODE_STACK=y
7068
7169# exFAT enabled to support longer file names and higher transfer speed
7270CONFIG_FS_FATFS_EXFAT=y
73- # Set the maximum file name length to 255
7471CONFIG_FS_FATFS_MAX_LFN=255
7572
7673# Enable SPI interface
7774CONFIG_SPI=y
7875
7976# Enable ADC for board version readback
8077CONFIG_ADC=y
81-
8278CONFIG_WATCHDOG=y
8379CONFIG_TASK_WDT=y
8480
85-
8681# Use this for debugging thread usage
8782#CONFIG_LOG_THREAD_ID_PREFIX=y
8883
@@ -98,6 +93,8 @@ CONFIG_SHELL_VT100_COMMANDS=y
9893CONFIG_SHELL_VT100_COLORS=y
9994CONFIG_SHELL_STACK_SIZE=8096
10095CONFIG_SHELL_CMD_BUFF_SIZE=128
96+ CONFIG_SHELL_DEFAULT_TERMINAL_WIDTH=120
97+
10198## Reduce shell memory usage
10299CONFIG_SHELL_WILDCARD=n
103100CONFIG_SHELL_HELP_ON_WRONG_ARGUMENT_COUNT=n
@@ -152,5 +149,4 @@ CONFIG_NRF5340_AUDIO_SD_CARD_LC3_FILE=y
152149CONFIG_NRF5340_AUDIO_SD_CARD_LC3_STREAMER=y
153150
154151CONFIG_SD_CARD_LC3_STREAMER_STACK_SIZE=8000
155-
156152CONFIG_MODULE_SD_CARD_LOG_LEVEL_WRN=y
You can’t perform that action at this time.
0 commit comments