MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / TargetGetList

Function TargetGetList

tools/utils.py:159–171  ·  view source on GitHub ↗
(env, postfix)

Source from the content-addressed store, hash-verified

157 return ret_list
158
159def TargetGetList(env, postfix):
160 global source_ext
161 global source_list
162
163 target = env['target']
164
165 source_ext = postfix
166 for item in target:
167 walk_children(item)
168
169 source_list.sort()
170
171 return source_list
172
173def ProjectInfo(env):
174

Callers 1

ProjectInfoFunction · 0.85

Calls 2

sortMethod · 0.80
walk_childrenFunction · 0.70

Tested by

no test coverage detected