Initial commit for nrf5340_audio
This commit is contained in:
34
prj_release.conf
Normal file
34
prj_release.conf
Normal file
@@ -0,0 +1,34 @@
|
||||
#
|
||||
# Copyright (c) 2022 Nordic Semiconductor ASA
|
||||
#
|
||||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
|
||||
#
|
||||
|
||||
# nRF5340 Audio
|
||||
CONFIG_NRF5340_AUDIO=y
|
||||
|
||||
CONFIG_SAMPLE_RATE_CONVERTER=y
|
||||
CONFIG_SAMPLE_RATE_CONVERTER_FILTER_SIMPLE=y
|
||||
|
||||
# General
|
||||
CONFIG_DEBUG=n
|
||||
CONFIG_ASSERT=n
|
||||
CONFIG_STACK_USAGE=n
|
||||
CONFIG_THREAD_MONITOR=n
|
||||
CONFIG_SERIAL=n
|
||||
CONFIG_CONSOLE=n
|
||||
CONFIG_PRINTK=n
|
||||
CONFIG_UART_CONSOLE=n
|
||||
CONFIG_BOOT_BANNER=n
|
||||
|
||||
# Bluetooth
|
||||
# Default value from src/bluetooth/Kconfig.defaults.
|
||||
# BT_PRIVACY is default turned off to ease the development.
|
||||
# Should be turned on before production.
|
||||
# CONFIG_BT_PRIVACY=y
|
||||
|
||||
# USB
|
||||
# Default values from src/modules/Kconfig.defaults.
|
||||
# USB VID and PID must be changed before production.
|
||||
# CONFIG_USB_DEVICE_VID=0x1915
|
||||
# CONFIG_USB_DEVICE_PID=0x530A
|
||||
Reference in New Issue
Block a user