添加 audio设备驱动

This commit is contained in:
yygg
2017-03-14 11:07:20 +08:00
parent 0de261f123
commit c046b78f07
3 changed files with 1066 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
from building import *
cwd = GetCurrentDir()
src = Glob('*.c')
CPPPATH = [cwd]
group = DefineGroup('cJSON', src, depend = ['RT_USING_AUDIO'], CPPPATH = CPPPATH)
Return('group')