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

Function __check_dtc

tools/dtc.py:28–30  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

26"""
27
28def __check_dtc(value):
29 if value != 0 and os.system("dtc -v") != 0:
30 print(__dtc_install_tip)
31
32def dts_to_dtb(RTT_ROOT, dts_list, options = "", include_paths = [], ignore_warning = []):
33 path = GetCurrentDir() + '/'

Callers 2

dts_to_dtbFunction · 0.85
dtb_to_dtsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected