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

Function do_makeimg

bsp/w60x/makeimg.py:77–82  ·  view source on GitHub ↗
(tool_path, param)

Source from the content-addressed store, hash-verified

75 return exec_path
76
77def do_makeimg(tool_path, param):
78 str = "\"" + tool_path + "\"" + ' ' + param
79 if debug_info:
80 print('exec cmd: ' + str);
81
82 execute_command(str)
83
84def get_wmlib_path_full(path):
85 (_wmlib_path,_wmlib_name) = os.path.split(path)

Callers 1

makeimg.pyFile · 0.85

Calls 1

execute_commandFunction · 0.85

Tested by

no test coverage detected