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

Function bsp_copy_files

tools/mkdist.py:96–99  ·  view source on GitHub ↗
(bsp_root, dist_dir)

Source from the content-addressed store, hash-verified

94 source_list.append(pathfile)
95
96def bsp_copy_files(bsp_root, dist_dir):
97 # copy BSP files
98 do_copy_folder(os.path.join(bsp_root), dist_dir,
99 ignore_patterns('build', '__pycache__', 'dist', '*.pyc', '*.old', '*.map', 'rtthread.bin', '.sconsign.dblite', '*.elf', '*.axf', 'cconfig.h'))
100
101def bsp_update_sconstruct(dist_dir):
102 with open(os.path.join(dist_dir, 'SConstruct'), 'r') as f:

Callers 15

dist_do_buildingFunction · 0.90
dist_do_buildingFunction · 0.90
dist_do_buildingFunction · 0.90
dist_do_buildingFunction · 0.90
dist_do_buildingFunction · 0.90
dist_do_buildingFunction · 0.90
dist_do_buildingFunction · 0.90
dist_do_buildingFunction · 0.90
dist_do_buildingFunction · 0.90
dist_do_buildingFunction · 0.90
dist_do_buildingFunction · 0.90
dist_do_buildingFunction · 0.90

Calls 2

do_copy_folderFunction · 0.85
joinMethod · 0.45

Tested by

no test coverage detected