-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
audiolite: Add defconfigs for building mp3dec worker
Add 2 defconfigs to build mp3dec worker as spk or elf format.
- Loading branch information
Showing
4 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
sdk/configs/examples/audiolite_mp3player_build_elf/README.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
18 changes: 18 additions & 0 deletions
18
sdk/configs/examples/audiolite_mp3player_build_elf/defconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
6 changes: 6 additions & 0 deletions
6
sdk/configs/examples/audiolite_mp3player_build_spk/README.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
18 changes: 18 additions & 0 deletions
18
sdk/configs/examples/audiolite_mp3player_build_spk/defconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |