Sync while working on OT
All checks were successful
Deploy Docs / build-and-deploy (push) Successful in 12s

This commit is contained in:
2026-02-18 14:37:32 +01:00
parent 07127fb074
commit 1a589e104c
24 changed files with 616 additions and 518 deletions

View File

@@ -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()

View File

@@ -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.