| /bsp/hpmicro/libraries/hpm_sdk/components/ |
| A D | SConscript | 11 path = [ os.path.join(cwd, 'debug_console'), os.path.join(cwd, 'touch'), os.path.join(cwd, 'usb'), … 22 path += [ os.path.join(cwd, 'touch', 'gt9xx') ] 27 path += [ os.path.join(cwd, 'touch', 'ft5406') ] 31 path += [ os.path.join(cwd, 'usb', 'device') ] 34 path += [ os.path.join(cwd, 'usb', 'host') ] 39 path += [ os.path.join(cwd, 'enet_phy') ] 45 path += [ os.path.join(cwd, 'enet_phy') ] 51 path += [ os.path.join(cwd, 'enet_phy') ] 56 path += [ os.path.join(cwd, 'enet_phy') ] 71 path += [ os.path.join(cwd, 'camera') ] [all …]
|
| /bsp/nxp/imx/imxrt/libraries/drivers/vglite/VGLite/ |
| A D | vg_lite_path.c | 59 memcpy((uint32_t *) buffer->memory + 2, path->path, path->path_length); in vg_lite_upload_path() 207 if(cmd == NULL || data == NULL || path == NULL || path->path == NULL) in vg_lite_path_append() 217 pathf = (float *)path->path; in vg_lite_path_append() 218 path_s32 = (int32_t *)path->path; in vg_lite_path_append() 219 path_s16 = (int16_t *)path->path; in vg_lite_path_append() 220 path_s8 = (int8_t *)path->path; in vg_lite_path_append() 221 pathc = (uint8_t *)path->path; in vg_lite_path_append() 328 …compute_pathbounds(&path->bounding_box[0], &path->bounding_box[1], &path->bounding_box[2], &path->… in vg_lite_path_append() 347 path->path, in vg_lite_path_append() 348 path->bounding_box[0], path->bounding_box[1], in vg_lite_path_append() [all …]
|
| /bsp/at32/tools/ |
| A D | sdk_dist.py | 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') 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… [all …]
|
| /bsp/w60x/ |
| A D | makeimg.py | 43 def copy_file(name, path): argument 45 if os.path.exists(path): 52 def is_exists(name, path): argument 54 if not os.path.exists(path): 59 def get_exec_path(path): argument 60 (file_path, file_name) = os.path.split(path) 84 def get_wmlib_path_full(path): argument 85 (_wmlib_path,_wmlib_name) = os.path.split(path) 90 return path 167 if os.path.exists(rm_file): [all …]
|
| /bsp/core-v-mcu/tools/ |
| A D | sdk_dist.py | 7 sys.path.append(os.path.join(os.path.dirname(cwd_path), 'rt-thread', 'tools')) 16 library_dir = os.path.join(dist_dir, 'Libraries') 17 library_path = os.path.join(os.path.dirname(BSP_ROOT), 'Libraries') 18 …bsp_copy_files(os.path.join(library_path, rtconfig.BSP_LIBRARY_TYPE), os.path.join(library_dir, rt… 21 …bsp_copy_files(os.path.join(library_path, 'core_v_drivers'), os.path.join(library_dir, 'core_v_dri… 22 shutil.copyfile(os.path.join(library_path, 'Kconfig'), os.path.join(library_dir, 'Kconfig')) 24 if not os.path.isfile(os.path.join(dist_dir, 'Kconfig')): 27 with open(os.path.join(dist_dir, 'Kconfig'), 'r') as f: 29 with open(os.path.join(dist_dir, 'Kconfig'), 'w') as f:
|
| /bsp/bouffalo_lab/bl808/tools/ |
| A D | sdk_dist.py | 6 sys.path.append(os.path.join(os.path.dirname(cwd_path), 'rt-thread', 'tools')) 14 library_path = os.path.join(os.path.dirname(BSP_ROOT), '../libraries') 16 library_dir = os.path.join(dist_dir, 'libraries') 19 … bsp_copy_files(os.path.join(library_path, 'rt_drivers'), os.path.join(library_dir, 'rt_drivers')) 21 … bsp_copy_files(os.path.join(library_path, 'bl_mcu_sdk'), os.path.join(library_dir, 'bl_mcu_sdk')) 24 shutil.copyfile(os.path.join(library_path, 'Kconfig'), os.path.join(library_dir, 'Kconfig')) 27 if not os.path.isfile(os.path.join(dist_dir, 'Kconfig')): 30 with open(os.path.join(dist_dir, 'Kconfig'), 'r') as f: 32 with open(os.path.join(dist_dir, 'Kconfig'), 'w') as f:
|
| /bsp/wch/arm/tools/ |
| A D | sdk_dist.py | 6 sys.path.append(os.path.join(os.path.dirname(cwd_path), 'rt-thread', 'tools')) 15 library_dir = os.path.join(dist_dir, 'Libraries') 16 library_path = os.path.join(os.path.dirname(BSP_ROOT), 'Libraries') 18 os.path.join(library_path, rtconfig.BSP_LIBRARY_TYPE), 19 os.path.join(library_dir, rtconfig.BSP_LIBRARY_TYPE), 23 …bsp_copy_files(os.path.join(library_path, 'ch32_drivers'), os.path.join(library_dir, 'ch32_drivers… 24 shutil.copyfile(os.path.join(library_path, 'Kconfig'), os.path.join(library_dir, 'Kconfig')) 26 if not os.path.isfile(os.path.join(dist_dir, 'Kconfig')): 29 with open(os.path.join(dist_dir, 'Kconfig'), 'r') as f: 31 with open(os.path.join(dist_dir, 'Kconfig'), 'w') as f:
|
| /bsp/wch/risc-v/tools/ |
| A D | sdk_dist.py | 6 sys.path.append(os.path.join(os.path.dirname(cwd_path), 'rt-thread', 'tools')) 15 library_dir = os.path.join(dist_dir, 'Libraries') 16 library_path = os.path.join(os.path.dirname(BSP_ROOT), 'Libraries') 18 bsp_copy_files(os.path.join(library_path, rtconfig.BSP_LIBRARY_TYPE), 19 os.path.join(library_dir, rtconfig.BSP_LIBRARY_TYPE)) 21 …bsp_copy_files(os.path.join(library_path, 'ch32_drivers'), os.path.join(library_dir, 'ch32_drivers… 22 shutil.copyfile(os.path.join(library_path, 'Kconfig'), os.path.join(library_dir, 'Kconfig')) 24 if not os.path.isfile(os.path.join(dist_dir, 'Kconfig')): 27 with open(os.path.join(dist_dir, 'Kconfig'), 'r') as f: 29 with open(os.path.join(dist_dir, 'Kconfig'), 'w') as f:
|
| /bsp/ht32/tools/ |
| A D | sdk_dist.py | 7 sys.path.append(os.path.join(os.path.dirname(cwd_path), 'rt-thread', 'tools')) 12 if not os.path.isfile(os.path.join(dist_dir, 'Kconfig')): 15 with open(os.path.join(dist_dir, 'Kconfig'), 'r') as f: 17 with open(os.path.join(dist_dir, 'Kconfig'), 'w') as f: 30 library_dir = os.path.join(dist_dir, 'libraries') 31 library_path = os.path.join(os.path.dirname(BSP_ROOT), 'libraries') 32 …bsp_copy_files(os.path.join(library_path, rtconfig.BSP_LIBRARY_TYPE), os.path.join(library_dir, rt… 35 …bsp_copy_files(os.path.join(library_path, 'ht32_drivers'), os.path.join(library_dir, 'ht32_drivers… 36 shutil.copyfile(os.path.join(library_path, 'Kconfig'), os.path.join(library_dir, 'Kconfig')) 44 if not os.path.isfile(file_path): [all …]
|
| /bsp/gd32/arm/tools/ |
| A D | sdk_dist.py | 6 sys.path.append(os.path.join(os.path.dirname(cwd_path), 'rt-thread', 'tools')) 10 if not os.path.isfile(os.path.join(dist_dir, 'board/Kconfig')): 13 with open(os.path.join(dist_dir, 'board/Kconfig'), 'r') as f: 15 with open(os.path.join(dist_dir, 'board/Kconfig'), 'w') as f: 28 library_dir = os.path.join(dist_dir, 'libraries') 29 library_path = os.path.join(os.path.dirname(BSP_ROOT), 'libraries') 32 bsp_copy_files(os.path.join(library_path, rtconfig.BSP_LIBRARY_TYPE), 33 os.path.join(library_dir, rtconfig.BSP_LIBRARY_TYPE)) 36 …bsp_copy_files(os.path.join(library_path, 'gd32_drivers'), os.path.join(library_dir, 'gd32_drivers… 37 shutil.copyfile(os.path.join(library_path, 'Kconfig'), os.path.join(library_dir, 'Kconfig'))
|
| /bsp/gd32/risc-v/tools/ |
| A D | sdk_dist.py | 6 sys.path.append(os.path.join(os.path.dirname(cwd_path), 'rt-thread', 'tools')) 10 if not os.path.isfile(os.path.join(dist_dir, 'board/Kconfig')): 13 with open(os.path.join(dist_dir, 'board/Kconfig'), 'r') as f: 15 with open(os.path.join(dist_dir, 'board/Kconfig'), 'w') as f: 28 library_dir = os.path.join(dist_dir, 'libraries') 29 library_path = os.path.join(os.path.dirname(BSP_ROOT), 'libraries') 30 bsp_copy_files(os.path.join(library_path, rtconfig.BSP_LIBRARY_TYPE), 31 os.path.join(library_dir, rtconfig.BSP_LIBRARY_TYPE)) 34 …bsp_copy_files(os.path.join(library_path, 'gd32_drivers'), os.path.join(library_dir, 'gd32_drivers… 35 shutil.copyfile(os.path.join(library_path, 'Kconfig'), os.path.join(library_dir, 'Kconfig'))
|
| /bsp/n32/tools/ |
| A D | sdk_dist.py | 6 sys.path.append(os.path.join(os.path.dirname(cwd_path), 'rt-thread', 'tools')) 10 if not os.path.isfile(os.path.join(dist_dir, 'board/Kconfig')): 13 with open(os.path.join(dist_dir, 'board/Kconfig'), 'r') as f: 15 with open(os.path.join(dist_dir, 'board/Kconfig'), 'w') as f: 28 library_dir = os.path.join(dist_dir, 'libraries') 29 library_path = os.path.join(os.path.dirname(BSP_ROOT), 'libraries') 30 bsp_copy_files(os.path.join(library_path, rtconfig.BSP_LIBRARY_TYPE), 31 os.path.join(library_dir, rtconfig.BSP_LIBRARY_TYPE)) 34 …bsp_copy_files(os.path.join(library_path, 'n32_drivers'), os.path.join(library_dir, 'n32_drivers')) 35 shutil.copyfile(os.path.join(library_path, 'Kconfig'), os.path.join(library_dir, 'Kconfig'))
|
| /bsp/nxp/imx/imxrt/tools/ |
| A D | sdk_dist.py | 5 sys.path.append(os.path.join(os.path.dirname(cwd_path), 'rt-thread', 'tools')) 13 dist_dir = os.path.join(BSP_ROOT, 'dist', os.path.basename(BSP_ROOT)) 16 library_path = os.path.join(os.path.dirname(BSP_ROOT), 'libraries') 17 library_dir = os.path.join(dist_dir, 'libraries') 20 bsp_copy_files(os.path.join(library_path, 'drivers'), os.path.join(library_dir, 'drivers')) 21 shutil.copyfile(os.path.join(library_path, 'Kconfig'), os.path.join(library_dir, 'Kconfig')) 24 …bsp_copy_files(os.path.join(library_path, 'peripherals'), os.path.join(library_dir, 'peripherals'))
|
| /bsp/bluetrum/tools/ |
| A D | sdk_dist.py | 5 sys.path.append(os.path.join(os.path.dirname(cwd_path), 'rt-thread', 'tools')) 12 library_dir = os.path.join(dist_dir, 'libraries') 15 library_path = os.path.join(os.path.dirname(BSP_ROOT), 'libraries') 16 library_dir = os.path.join(dist_dir, 'libraries') 17 …bsp_copy_files(os.path.join(library_path, rtconfig.BSP_LIBRARY_TYPE), os.path.join(library_dir, rt… 20 …bsp_copy_files(os.path.join(library_path, 'hal_drivers'), os.path.join(library_dir, 'hal_drivers')) 24 …bsp_copy_files(os.path.join(os.path.dirname(BSP_ROOT), 'libcpu'), os.path.join(dist_dir, 'libcpu'))
|
| /bsp/stm32/stm32l475-atk-pandora/board/ |
| A D | SConscript | 12 path = [cwd] 13 path += [os.path.join(cwd, 'CubeMX_Config', 'Inc')] 17 src += [os.path.join('ports', 'drv_key.c')] 20 src += [os.path.join('ports', 'drv_qspi_flash.c')] 23 src += [os.path.join('ports', 'drv_filesystem.c')] 26 path += [os.path.join(cwd, 'ports', 'fal')] 29 src += [os.path.join('ports', 'drv_sensors.c')] 33 src += [os.path.join('ports', 'audio', 'drv_sound.c')] 36 src += [os.path.join('ports', 'audio', 'drv_mic.c')] 39 src += [os.path.join('ports', 'drv_sdio_adapter.c')] [all …]
|
| /bsp/nxp/lpc/lpc55sxx/tools/ |
| A D | sdk_dist.py | 6 sys.path.append(os.path.join(os.path.dirname(cwd_path), 'rt-thread', 'tools')) 14 library_path = os.path.join(os.path.dirname(BSP_ROOT), 'Libraries') 15 library_dir = os.path.join(dist_dir, 'Libraries') 17 bsp_copy_files(os.path.join(library_path, 'drivers'), os.path.join(library_dir, 'drivers')) 18 shutil.copyfile(os.path.join(library_path, 'Kconfig'), os.path.join(library_dir, 'Kconfig')) 21 if not os.path.isfile(os.path.join(dist_dir, 'Kconfig')): 24 with open(os.path.join(dist_dir, 'Kconfig'), 'r') as f: 26 with open(os.path.join(dist_dir, 'Kconfig'), 'w') as f:
|
| /bsp/ft32/tools/ |
| A D | sdk_dist.py | 6 sys.path.append(os.path.join(os.path.dirname(cwd_path), 'rt-thread', 'tools')) 15 library_dir = os.path.join(dist_dir, 'libraries') 16 library_path = os.path.join(os.path.dirname(BSP_ROOT), 'libraries') 17 bsp_copy_files(os.path.join(library_path, rtconfig.BSP_LIBRARY_TYPE), 18 os.path.join(library_dir, rtconfig.BSP_LIBRARY_TYPE)) 21 bsp_copy_files(os.path.join(library_path, 'Drivers'), os.path.join(library_dir, 'Drivers')) 22 shutil.copyfile(os.path.join(library_path, 'Kconfig'), os.path.join(library_dir, 'Kconfig'))
|
| /bsp/Infineon/tools/ |
| A D | sdk_dist.py | 6 sys.path.append(os.path.join(os.path.dirname(cwd_path), 'rt-thread', 'tools')) 15 library_dir = os.path.join(dist_dir, 'libraries') 16 library_path = os.path.join(os.path.dirname(BSP_ROOT), 'libraries') 17 bsp_copy_files(os.path.join(library_path, rtconfig.BSP_LIBRARY_TYPE), 18 os.path.join(library_dir, rtconfig.BSP_LIBRARY_TYPE)) 21 …bsp_copy_files(os.path.join(library_path, 'HAL_Drivers'), os.path.join(library_dir, 'HAL_Drivers')) 22 shutil.copyfile(os.path.join(library_path, 'Kconfig'), os.path.join(library_dir, 'Kconfig'))
|
| /bsp/hc32/tools/ |
| A D | sdk_dist.py | 6 sys.path.append(os.path.join(os.path.dirname(cwd_path), 'rt-thread', 'tools')) 14 library_dir = os.path.join(dist_dir, 'libraries') 15 library_path = os.path.join(os.path.dirname(BSP_ROOT), 'libraries') 16 bsp_copy_files(os.path.join(library_path, rtconfig.BSP_LIBRARY_TYPE), 17 os.path.join(library_dir, rtconfig.BSP_LIBRARY_TYPE)) 20 …bsp_copy_files(os.path.join(library_path, 'hc32_drivers'), os.path.join(library_dir, 'hc32_drivers… 21 shutil.copyfile(os.path.join(library_path, 'Kconfig'), os.path.join(library_dir, 'Kconfig'))
|
| /bsp/mm32/tools/ |
| A D | sdk_dist.py | 6 sys.path.append(os.path.join(os.path.dirname(cwd_path), 'rt-thread', 'tools')) 15 library_dir = os.path.join(dist_dir, 'libraries') 16 library_path = os.path.join(os.path.dirname(BSP_ROOT), 'libraries') 17 bsp_copy_files(os.path.join(library_path, rtconfig.BSP_LIBRARY_TYPE), 18 os.path.join(library_dir, rtconfig.BSP_LIBRARY_TYPE)) 21 …bsp_copy_files(os.path.join(library_path, 'HAL_Drivers'), os.path.join(library_dir, 'HAL_Drivers')) 22 shutil.copyfile(os.path.join(library_path, 'Kconfig'), os.path.join(library_dir, 'Kconfig'))
|
| /bsp/apm32/tools/ |
| A D | sdk_dist.py | 6 sys.path.append(os.path.join(os.path.dirname(cwd_path), 'rt-thread', 'tools')) 14 library_dir = os.path.join(dist_dir, 'libraries') 15 library_path = os.path.join(os.path.dirname(BSP_ROOT), 'libraries') 16 bsp_copy_files(os.path.join(library_path, rtconfig.BSP_LIBRARY_TYPE), 17 os.path.join(library_dir, rtconfig.BSP_LIBRARY_TYPE)) 20 bsp_copy_files(os.path.join(library_path, 'Drivers'), os.path.join(library_dir, 'Drivers')) 21 shutil.copyfile(os.path.join(library_path, 'Kconfig'), os.path.join(library_dir, 'Kconfig'))
|
| /bsp/n32g452xx/tools/ |
| A D | sdk_dist.py | 5 sys.path.append(os.path.join(os.path.dirname(cwd_path), 'rt-thread', 'tools')) 13 library_dir = os.path.join(dist_dir, 'Libraries') 14 library_path = os.path.join(os.path.dirname(BSP_ROOT), 'Libraries') 15 bsp_copy_files(os.path.join(library_path, rtconfig.BSP_LIBRARY_TYPE), 16 os.path.join(library_dir, rtconfig.BSP_LIBRARY_TYPE)) 19 … bsp_copy_files(os.path.join(library_path, 'rt_drivers'), os.path.join(library_dir, 'rt_drivers')) 20 shutil.copyfile(os.path.join(library_path, 'Kconfig'), os.path.join(library_dir, 'Kconfig'))
|
| /bsp/allwinner/tools/ |
| A D | sdk_dist.py | 6 sys.path.append(os.path.join(os.path.dirname(cwd_path), 'rt-thread', 'tools')) 15 library_dir = os.path.join(dist_dir, 'libraries') 16 library_path = os.path.join(os.path.dirname(BSP_ROOT), 'libraries') 17 bsp_copy_files(os.path.join(library_path, rtconfig.BSP_LIBRARY_TYPE), 18 os.path.join(library_dir, rtconfig.BSP_LIBRARY_TYPE)) 21 bsp_copy_files(os.path.join(library_path, 'drivers'), os.path.join(library_dir, 'drivers')) 22 shutil.copyfile(os.path.join(library_path, 'Kconfig'), os.path.join(library_dir, 'Kconfig'))
|
| /bsp/nuvoton/tools/ |
| A D | sdk_dist.py | 5 sys.path.append(os.path.join(os.path.dirname(cwd_path), 'rt-thread', 'tools')) 24 library_path = os.path.join(os.path.dirname(BSP_ROOT), 'libraries') 25 library_dir = os.path.join(dist_dir, 'libraries') 28 bsp_copy_files(os.path.join(library_path, rtconfig.BSP_LIBRARY_TYPE), 29 os.path.join(library_dir, rtconfig.BSP_LIBRARY_TYPE)) 32 bsp_copy_files(os.path.join(library_path, 'nu_packages'), 33 os.path.join(library_dir, 'nu_packages')) 36 shutil.copyfile(os.path.join(library_path, 'Kconfig'), os.path.join(library_dir, 'Kconfig')) 39 dist_modify_relative_path(os.path.join(dist_dir, 'board', 'Kconfig'))
|
| /bsp/stm32/tools/ |
| A D | sdk_dist.py | 6 sys.path.append(os.path.join(os.path.dirname(cwd_path), 'rt-thread', 'tools')) 15 library_dir = os.path.join(dist_dir, 'libraries') 16 library_path = os.path.join(os.path.dirname(BSP_ROOT), 'libraries') 18 bsp_copy_files(os.path.join(library_path, rtconfig.BSP_LIBRARY_TYPE), 19 os.path.join(library_dir, rtconfig.BSP_LIBRARY_TYPE)) 22 …bsp_copy_files(os.path.join(library_path, 'HAL_Drivers'), os.path.join(library_dir, 'HAL_Drivers')) 23 shutil.copyfile(os.path.join(library_path, 'Kconfig'), os.path.join(library_dir, 'Kconfig'))
|