8 Star 15 Fork 0

广东匠芯创科技有限公司/Baremetal

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
SConscript 291 Bytes
Copy Edit Raw Blame History
刘可亮 authored 2 years ago . v1.0.0
Import('RTT_ROOT')
Import('rtconfig')
import os
from building import *
cwd = GetCurrentDir()
objs = []
list = os.listdir(cwd)
for item in list:
if os.path.isfile(os.path.join(cwd, item, 'SConscript')):
objs = objs + SConscript(os.path.join(item, 'SConscript'))
Return('objs')
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/artinchip/baremetal.git
git@gitee.com:artinchip/baremetal.git
artinchip
baremetal
Baremetal
master

Search