APP_Framework/Applications/:framework initialize in the bsp applications/main.c

This commit is contained in:
chunyexixiaoyu
2021-09-24 15:51:03 +08:00
parent 3fdc18e837
commit 2e209ef174
3 changed files with 30 additions and 2 deletions

View File

@@ -1,9 +1,15 @@
import os
Import('RTT_ROOT')
Import('rtconfig')
from building import *
cwd = GetCurrentDir()
SOURCES = ['framework_init.c']
path = [cwd]
objs = []
group = DefineGroup('sensor', SOURCES, depend = [], CPPPATH = [cwd])
objs = objs + group
list = os.listdir(cwd)
for d in list: