i2s_dma: Implementation of I2S + DMA wrapper library
This commit is contained in:
parent
3dcc4f14a9
commit
27135d6252
6 changed files with 322 additions and 3 deletions
9
extras/i2s_dma/component.mk
Normal file
9
extras/i2s_dma/component.mk
Normal 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))
|
||||
Loading…
Add table
Add a link
Reference in a new issue