Sync while working on OT
All checks were successful
Deploy Docs / build-and-deploy (push) Successful in 12s
All checks were successful
Deploy Docs / build-and-deploy (push) Successful in 12s
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
if(CONFIG_AUDIO)
|
||||
zephyr_library()
|
||||
zephyr_sources(src/audio.c)
|
||||
zephyr_library_sources(src/audio.c)
|
||||
zephyr_include_directories(include)
|
||||
endif()
|
||||
@@ -1,8 +1,8 @@
|
||||
menuconfig AUDIO
|
||||
bool "Audio Support"
|
||||
depends on FS_MGMT
|
||||
select FS_MGMT
|
||||
select I2S
|
||||
select I2S_NRFX
|
||||
select I2S_NRFX if DT_HAS_NORDIC_NRF_I2S_ENABLED
|
||||
help
|
||||
Library for initializing and managing the audio subsystem.
|
||||
|
||||
@@ -64,7 +64,7 @@ if AUDIO
|
||||
|
||||
config AUDIO_MAX_PATH_LEN
|
||||
int "Maximum Audio File Path Length"
|
||||
default 16
|
||||
default 32
|
||||
range 8 128
|
||||
help
|
||||
Set the maximum length for audio file paths. Default is 16 characters.
|
||||
|
||||
Reference in New Issue
Block a user