Lines Matching refs:path
6 sys.path.append(os.path.join(os.path.dirname(cwd_path), 'rt-thread', 'tools'))
11 if not os.path.isfile(os.path.join(dist_dir, 'Kconfig')):
14 with open(os.path.join(dist_dir, 'Kconfig'), 'r') as f:
16 with open(os.path.join(dist_dir, 'Kconfig'), 'w') as f:
29 library_dir = os.path.join(dist_dir, 'libraries')
30 library_path = os.path.join(os.path.dirname(BSP_ROOT), 'libraries')
33 os.path.join(library_path, rtconfig.BSP_LIBRARY_TYPE),
34 os.path.join(library_dir, rtconfig.BSP_LIBRARY_TYPE),
38 bsp_copy_files(os.path.join(library_path, 'CMSIS'), os.path.join(library_dir, 'CMSIS'))
39 … bsp_copy_files(os.path.join(library_path, 'rt_drivers'), os.path.join(library_dir, 'rt_drivers'))
40 …bsp_copy_files(os.path.join(library_path, 'usbd_library'), os.path.join(library_dir, 'usbd_library…
41 …bsp_copy_files(os.path.join(library_path, 'usbotg_library'), os.path.join(library_dir, 'usbotg_lib…
42 shutil.copyfile(os.path.join(library_path, 'Kconfig'), os.path.join(library_dir, 'Kconfig'))