Searched refs:Path (Results 1 – 11 of 11) sorted by relevance
/hal_stm32-latest/scripts/ |
D | ble_library.py | 12 from pathlib import Path 147 hci_path = Path(dest_lib_path / "hci") 159 src_file_path = Path(src_repo_path / file) 163 shutil.copy(src_file_path, Path(hci_path / file_name)) 179 src_file_path = Path(src_repo_path / file) 204 readme_path = Path(lib_path / "README.rst") 241 temp_source_lib_path = Path(temp_source_path / "lib" / stm32_serie) 264 ("git", "add", "-A", Path(temp_source_lib_path / "*")), 287 if Path(temp_source_lib_path / "README.rst").exists(): 288 Path(temp_source_lib_path / "README.rst").unlink() [all …]
|
D | serie_update.py | 13 from pathlib import Path 22 SCRIPT_DIR = Path(__file__).absolute().parent 109 self.stm32cube_serie_path = self.stm32cube_repo_path / Path( 159 hal_conf_template_fullpath = Path( 163 hal_conf_fullpath = Path( 274 Path.mkdir(temp_cmsis_soc_path, parents=True) 310 / Path(self.stm32_seriexx_upper + "_HAL_Driver") 327 / Path(self.stm32_seriexx_upper + "_HAL_Driver") 619 if Path(self.zephyr_module_serie_path, file).exists(): 620 Path(self.zephyr_module_serie_path, file).unlink() [all …]
|
D | update_stm32_package.py | 19 from pathlib import Path 62 SCRIPT_DIR = Path(__file__).absolute().parent 96 repo_path = Path(args.repo) 98 repo_path = Path(os.getenv("HOME")) / "STM32Cube_repo" 190 Path(commit_file_path).unlink()
|
/hal_stm32-latest/scripts/genllheaders/ |
D | genllheaders.py | 15 from pathlib import Path 25 SCRIPT_DIR = Path(__file__).absolute().parent 113 type=Path, 120 type=Path,
|
/hal_stm32-latest/scripts/genpinctrl/ |
D | genpinctrl.py | 17 from pathlib import Path 30 SCRIPT_DIR = Path(__file__).absolute().parent 542 def detect_xml_namespace(data_path: Path): argument 728 type=Path, 735 type=Path,
|
/hal_stm32-latest/scripts/tests/genpinctrl/ |
D | test_genpinctrl.py | 1 from pathlib import Path 241 get_gpio_ip_afs(Path("MISSING_PATH")) 244 get_mcu_signals(Path("MISSING_PATH"), dict())
|
D | conftest.py | 1 from pathlib import Path 7 _SCRIPT_DIR = Path(__file__).absolute().parent
|
/hal_stm32-latest/scripts/tests/genllheaders/ |
D | conftest.py | 1 from pathlib import Path 7 _SCRIPT_DIR = Path(__file__).absolute().parent
|
/hal_stm32-latest/scripts/common_utils/ |
D | common_utils.py | 4 from pathlib import Path 17 log_path = dest_path / str(Path(patch_file).name + ".log")
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_gpio.c | 611 assert_param(IS_GPIO_PATH(pDly_Init->Path)); in HAL_GPIO_SetDelay() 624 temp |= (pDly_Init->Path << ((position & 0x07u) * GPIO_ADVCFGRL_1_Pos)); in HAL_GPIO_SetDelay() 666 pDly_Init->Path = ((GPIOx->ADVCFGR[position >> 3u] & (GPIO_ADVCFGRL_DLYPATH0 << index)) >> index); in HAL_GPIO_GetDelay()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_gpio.h | 73 uint32_t Path; /*!< Specifies the path of the delay. member
|