is2_audio: Example of using i2s_dma library to output audio

This commit is contained in:
sheinz 2016-08-16 11:09:18 +03:00
parent 666f821263
commit e96dc5c722
2 changed files with 208 additions and 0 deletions

View 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))