| /bsp/gd32/arm/tools/ |
| A D | sdk_dist.py | 8 def bsp_update_board_kconfig(dist_dir): argument 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: 23 def dist_do_building(BSP_ROOT, dist_dir): argument 28 library_dir = os.path.join(dist_dir, 'libraries') 39 bsp_update_board_kconfig(dist_dir)
|
| /bsp/gd32/risc-v/tools/ |
| A D | sdk_dist.py | 8 def bsp_update_board_kconfig(dist_dir): argument 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: 23 def dist_do_building(BSP_ROOT, dist_dir): argument 28 library_dir = os.path.join(dist_dir, 'libraries') 37 bsp_update_board_kconfig(dist_dir)
|
| /bsp/n32/tools/ |
| A D | sdk_dist.py | 8 def bsp_update_board_kconfig(dist_dir): argument 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: 23 def dist_do_building(BSP_ROOT, dist_dir): argument 28 library_dir = os.path.join(dist_dir, 'libraries') 37 bsp_update_board_kconfig(dist_dir)
|
| /bsp/at32/tools/ |
| A D | sdk_dist.py | 9 def bsp_update_kconfig_library(dist_dir): argument 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: 24 def dist_do_building(BSP_ROOT, dist_dir): argument 29 library_dir = os.path.join(dist_dir, 'libraries') 43 bsp_update_kconfig_library(dist_dir)
|
| /bsp/ht32/tools/ |
| A D | sdk_dist.py | 10 def bsp_update_kconfig_library(dist_dir): argument 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: 25 def dist_do_building(BSP_ROOT, dist_dir): argument 30 library_dir = os.path.join(dist_dir, 'libraries') 37 bsp_update_kconfig_library(dist_dir)
|
| /bsp/nxp/lpc/lpc55sxx/tools/ |
| A D | sdk_dist.py | 10 def dist_do_building(BSP_ROOT, dist_dir): argument 15 library_dir = os.path.join(dist_dir, 'Libraries') 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/core-v-mcu/tools/ |
| A D | sdk_dist.py | 11 def dist_do_building(BSP_ROOT, dist_dir): argument 16 library_dir = os.path.join(dist_dir, 'Libraries') 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 | 10 def dist_do_building(BSP_ROOT, dist_dir): argument 16 library_dir = os.path.join(dist_dir, 'libraries') 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 | 10 def dist_do_building(BSP_ROOT, dist_dir): argument 15 library_dir = os.path.join(dist_dir, 'Libraries') 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 | 10 def dist_do_building(BSP_ROOT, dist_dir): argument 15 library_dir = os.path.join(dist_dir, 'Libraries') 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/nxp/imx/imxrt/tools/ |
| A D | sdk_dist.py | 8 def dist_do_building(BSP_ROOT, dist_dir=None): argument 12 if dist_dir is None: 13 dist_dir = os.path.join(BSP_ROOT, 'dist', os.path.basename(BSP_ROOT)) 17 library_dir = os.path.join(dist_dir, 'libraries')
|
| /bsp/bluetrum/tools/ |
| A D | sdk_dist.py | 8 def dist_do_building(BSP_ROOT, dist_dir): argument 12 library_dir = os.path.join(dist_dir, 'libraries') 16 library_dir = os.path.join(dist_dir, 'libraries') 24 …bsp_copy_files(os.path.join(os.path.dirname(BSP_ROOT), 'libcpu'), os.path.join(dist_dir, 'libcpu'))
|
| /bsp/xuantie/tools/ |
| A D | sdk_dist.py | 9 def dist_do_building(BSP_ROOT, dist_dir): argument 13 print(dist_dir) 15 library_dir = os.path.join(dist_dir, './libraries')
|
| /bsp/nuclei/tools/ |
| A D | sdk_dist.py | 8 def dist_do_building(BSP_ROOT, dist_dir): argument 12 library_dir = os.path.join(dist_dir, 'libraries') 16 library_dir = os.path.join(dist_dir, 'libraries')
|
| /bsp/nxp/mcx/tools/ |
| A D | sdk_dist.py | 8 def dist_do_building(BSP_ROOT, dist_dir): argument 13 library_dir = os.path.join(dist_dir, 'Libraries') 19 project_kconfig = os.path.join(dist_dir, 'Kconfig')
|
| /bsp/nuvoton/tools/ |
| A D | sdk_dist.py | 20 def dist_do_building(BSP_ROOT, dist_dir): argument 25 library_dir = os.path.join(dist_dir, 'libraries') 39 dist_modify_relative_path(os.path.join(dist_dir, 'board', 'Kconfig'))
|
| /bsp/hpmicro/tools/ |
| A D | sdk_dist.py | 8 def dist_do_building(BSP_ROOT, dist_dir): argument 12 library_dir = os.path.join(dist_dir, 'libraries')
|
| /bsp/nrf5x/tools/ |
| A D | sdk_dist.py | 8 def dist_do_building(BSP_ROOT, dist_dir): argument 12 library_dir = os.path.join(dist_dir, 'libraries')
|
| /bsp/maxim/tools/ |
| A D | sdk_dist.py | 10 def dist_do_building(BSP_ROOT, dist_dir): argument 15 library_dir = os.path.join(dist_dir, 'libraries')
|
| /bsp/renesas/tools/ |
| A D | sdk_dist.py | 10 def dist_do_building(BSP_ROOT, dist_dir): argument 15 library_dir = os.path.join(dist_dir, 'libraries')
|
| /bsp/ft32/tools/ |
| A D | sdk_dist.py | 10 def dist_do_building(BSP_ROOT, dist_dir): argument 15 library_dir = os.path.join(dist_dir, 'libraries')
|
| /bsp/Infineon/tools/ |
| A D | sdk_dist.py | 10 def dist_do_building(BSP_ROOT, dist_dir): argument 15 library_dir = os.path.join(dist_dir, 'libraries')
|
| /bsp/hc32/tools/ |
| A D | sdk_dist.py | 9 def dist_do_building(BSP_ROOT, dist_dir): argument 14 library_dir = os.path.join(dist_dir, 'libraries')
|
| /bsp/mm32/tools/ |
| A D | sdk_dist.py | 10 def dist_do_building(BSP_ROOT, dist_dir): argument 15 library_dir = os.path.join(dist_dir, 'libraries')
|
| /bsp/apm32/tools/ |
| A D | sdk_dist.py | 9 def dist_do_building(BSP_ROOT, dist_dir): argument 14 library_dir = os.path.join(dist_dir, 'libraries')
|