i2s_dma: Implementation of I2S + DMA wrapper library

This commit is contained in:
sheinz 2016-08-16 10:10:35 +03:00
parent 3dcc4f14a9
commit 27135d6252
6 changed files with 322 additions and 3 deletions

View file

@ -0,0 +1,9 @@
# Component makefile for extras/i2s_dma
# expected anyone using i2s_dma driver includes it as 'i2s_dma/i2s_dma.h'
INC_DIRS += $(i2s_dma_ROOT)..
# args for passing into compile rule generation
i2s_dma_SRC_DIR = $(i2s_dma_ROOT)
$(eval $(call component_compile_rules,i2s_dma))