mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-05 15:23:03 +08:00
添加 audio设备驱动
This commit is contained in:
9
components/drivers/audio/SConscript
Normal file
9
components/drivers/audio/SConscript
Normal 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')
|
||||
843
components/drivers/audio/audio.c
Normal file
843
components/drivers/audio/audio.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user