add bluetooth driver

This commit is contained in:
bigmagic
2020-11-29 17:31:51 +08:00
parent bda0d303af
commit 466ca3bf9a
7 changed files with 467 additions and 15 deletions

View File

@@ -2,7 +2,7 @@
from building import *
cwd = GetCurrentDir()
src = Glob('*.c') + Glob('*.cpp')
src = Glob('*.c') + Glob('*.cpp') + Glob('*.a')
CPPPATH = [cwd, str(Dir('#'))]
if not GetDepend('BSP_USING_ETH'):