diff --git a/sdk/configs/examples/audiolite_mp3player_build_elf/README.txt b/sdk/configs/examples/audiolite_mp3player_build_elf/README.txt new file mode 100644 index 000000000..bd5830666 --- /dev/null +++ b/sdk/configs/examples/audiolite_mp3player_build_elf/README.txt @@ -0,0 +1,6 @@ +This configuration contains required options to use audiolite_mp3player example. +And contains required options to build mp3dec worker as ELF file. + +[Source path] +examples/audiolite_mp3player +sdk/modules/audiolite/worker/mp3dec diff --git a/sdk/configs/examples/audiolite_mp3player_build_elf/defconfig b/sdk/configs/examples/audiolite_mp3player_build_elf/defconfig new file mode 100644 index 000000000..95b883291 --- /dev/null +++ b/sdk/configs/examples/audiolite_mp3player_build_elf/defconfig @@ -0,0 +1,18 @@ +-MMCSD=y +-MMCSD_SDIO=y +-SCHED_LPWORK=y ++ASMP=y ++ASMP_WORKER_LIBC=y ++AUDIO=y ++AUDIO_CXD56=y ++AUDIO_FORMAT_MP3=n ++AUDIO_FORMAT_PCM=n ++AUDIO_LITE=y ++AUDIO_LITE_MP3DEC_SUBCORE_ELF=y ++CXD56_SDCARD_AUTOMOUNT=y ++CXD56_SDIO=y ++DRIVERS_AUDIO=y ++EXAMPLES_AUDIOLITE_MP3PLAYER=y ++EXTERNALS_CMSIS=y ++EXTERNALS_MOSSFW=y ++FS_AUTOMOUNTER=y diff --git a/sdk/configs/examples/audiolite_mp3player_build_spk/README.txt b/sdk/configs/examples/audiolite_mp3player_build_spk/README.txt new file mode 100644 index 000000000..257fab2fa --- /dev/null +++ b/sdk/configs/examples/audiolite_mp3player_build_spk/README.txt @@ -0,0 +1,6 @@ +This configuration contains required options to use audiolite_mp3player example. +And contains required options to build mp3dec worker as spk file. + +[Source path] +examples/audiolite_mp3player +sdk/modules/audiolite/worker/mp3dec diff --git a/sdk/configs/examples/audiolite_mp3player_build_spk/defconfig b/sdk/configs/examples/audiolite_mp3player_build_spk/defconfig new file mode 100644 index 000000000..944159b17 --- /dev/null +++ b/sdk/configs/examples/audiolite_mp3player_build_spk/defconfig @@ -0,0 +1,18 @@ +-MMCSD=y +-MMCSD_SDIO=y +-SCHED_LPWORK=y ++ASMP=y ++ASMP_WORKER_LIBC=y ++AUDIO=y ++AUDIO_CXD56=y ++AUDIO_FORMAT_MP3=n ++AUDIO_FORMAT_PCM=n ++AUDIO_LITE=y ++AUDIO_LITE_MP3DEC_SUBCORE_SPK_BUILD=y ++CXD56_SDCARD_AUTOMOUNT=y ++CXD56_SDIO=y ++DRIVERS_AUDIO=y ++EXAMPLES_AUDIOLITE_MP3PLAYER=y ++EXTERNALS_CMSIS=y ++EXTERNALS_MOSSFW=y ++FS_AUTOMOUNTER=y