is2_audio: Example of using i2s_dma library to output audio
This commit is contained in:
parent
666f821263
commit
e96dc5c722
2 changed files with 208 additions and 0 deletions
11
examples/i2s_audio/Makefile
Normal file
11
examples/i2s_audio/Makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
PROGRAM=i2s_audio_example
|
||||
EXTRA_COMPONENTS = extras/spiffs extras/i2s_dma
|
||||
FLASH_SIZE = 32
|
||||
|
||||
# spiffs configuration
|
||||
SPIFFS_BASE_ADDR = 0x200000
|
||||
SPIFFS_SIZE = 0x100000
|
||||
|
||||
include ../../common.mk
|
||||
|
||||
$(eval $(call make_spiffs_image,files))
|
Loading…
Add table
Add a link
Reference in a new issue