Skip to content

Commit 979deab

Browse files
committed
Samples: nRF Auracaster: Increased term width
- OCT-3218 - Increased terminal width to avoid zephyrproject-rtos/zephyr#78130 Signed-off-by: Kristoffer Rist Skøien <[email protected]>
1 parent 11afe41 commit 979deab

File tree

1 file changed

+2
-6
lines changed
  • samples/bluetooth/nrf_auraconfig

1 file changed

+2
-6
lines changed

samples/bluetooth/nrf_auraconfig/prj.conf

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
#
66

7-
87
# General
98
CONFIG_REBOOT=y
109
CONFIG_DEBUG=y
@@ -44,7 +43,6 @@ CONFIG_DATA_FIFO=y
4443

4544
# Enable NRFX_CLOCK for ACLK control
4645
CONFIG_NRFX_CLOCK=y
47-
4846
CONFIG_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
7270
CONFIG_FS_FATFS_EXFAT=y
73-
# Set the maximum file name length to 255
7471
CONFIG_FS_FATFS_MAX_LFN=255
7572

7673
# Enable SPI interface
7774
CONFIG_SPI=y
7875

7976
# Enable ADC for board version readback
8077
CONFIG_ADC=y
81-
8278
CONFIG_WATCHDOG=y
8379
CONFIG_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
9893
CONFIG_SHELL_VT100_COLORS=y
9994
CONFIG_SHELL_STACK_SIZE=8096
10095
CONFIG_SHELL_CMD_BUFF_SIZE=128
96+
CONFIG_SHELL_DEFAULT_TERMINAL_WIDTH=120
97+
10198
## Reduce shell memory usage
10299
CONFIG_SHELL_WILDCARD=n
103100
CONFIG_SHELL_HELP_ON_WRONG_ARGUMENT_COUNT=n
@@ -152,5 +149,4 @@ CONFIG_NRF5340_AUDIO_SD_CARD_LC3_FILE=y
152149
CONFIG_NRF5340_AUDIO_SD_CARD_LC3_STREAMER=y
153150

154151
CONFIG_SD_CARD_LC3_STREAMER_STACK_SIZE=8000
155-
156152
CONFIG_MODULE_SD_CARD_LOG_LEVEL_WRN=y

0 commit comments

Comments
 (0)