1 Star 0 Fork 204

月行者/nr_micro_shell

forked from Nrush/nr_micro_shell 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
SConscript 372 Bytes
Copy Edit Raw Blame History
Nrush authored 2019-11-12 14:28 . add an example for rtthread
# RT-Thread building script for bridge
import os
from building import *
cwd = GetCurrentDir()
objs = []
list = os.listdir(cwd)
if GetDepend('PKG_USING_NR_MICRO_SHELL'):
for d in list:
path = os.path.join(cwd, d)
if os.path.isfile(os.path.join(path, 'SConscript')):
objs = objs + SConscript(os.path.join(d, 'SConscript'))
Return('objs')
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/YueXingZhe/nr_micro_shell.git
git@gitee.com:YueXingZhe/nr_micro_shell.git
YueXingZhe
nr_micro_shell
nr_micro_shell
master

Search