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

Function recompile_bsp

tools/ci/compile_bsp_with_drivers.py:84–86  ·  view source on GitHub ↗
(dir)

Source from the content-addressed store, hash-verified

82 file.write("#define " + define2 + "\n")
83
84def recompile_bsp(dir):
85 logging.info("recomplie bsp: {}".format(dir))
86 os.system("scons -C " + dir)
87
88if __name__ == '__main__':
89 init_logger()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected