Skip to content

Commit

Permalink
examples/audiolite_fft: Add the defconfig
Browse files Browse the repository at this point in the history
Add a defconfig of examples/audiolite_fft.
  • Loading branch information
SPRESENSE committed Dec 2, 2024
1 parent dd4fa87 commit b90d5b2
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sdk/configs/examples/audiolite_fft/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
This configuration contains required options to use audiolite_fft example.
This example has a tutrial document to make the same user app as this example
by a user. Please look at examples/audiolite_fft/README.md.

[Source path]
examples/audiolite_fft
19 changes: 19 additions & 0 deletions sdk/configs/examples/audiolite_fft/defconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
-MMCSD=y
-MMCSD_SDIO=y
-SCHED_LPWORK=y
+ASMP=y
+ASMP_WORKER_CMSIS=y
+ASMP_WORKER_FMSYNTH=y
+ASMP_WORKER_LIBC=y
+AUDIO=y
+AUDIO_CXD56=y
+AUDIO_FORMAT_MP3=n
+AUDIO_FORMAT_PCM=n
+AUDIO_LITE=y
+CXD56_SDCARD_AUTOMOUNT=y
+CXD56_SDIO=y
+DRIVERS_AUDIO=y
+EXAMPLES_AUDIOLITE_FFT=y
+EXTERNALS_CMSIS=y
+EXTERNALS_MOSSFW=y
+FS_AUTOMOUNTER=y

0 comments on commit b90d5b2

Please sign in to comment.