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

Function usage

tools/release/buildbot.py:4–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import sys
3
4def usage():
5 print('%s all -- build all bsp' % os.path.basename(sys.argv[0]))
6 print('%s clean -- clean all bsp' % os.path.basename(sys.argv[0]))
7 print('%s update -- update all prject files' % os.path.basename(sys.argv[0]))
8
9BSP_ROOT = os.path.join("..", "..", "bsp")
10

Callers 1

buildbot.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected