Searched refs:f (Results 1 – 8 of 8) sorted by relevance
/hal_stm32-latest/scripts/genpinctrl/ |
D | genpinctrl.py | 151 raise ValueError(f"Missing entry match for {entry['name']}") 155 raise ValueError(f"Missing entry mode for {entry['name']}") 157 raise ValueError(f"Invalid mode for {entry['name']}: {entry['mode']}") 161 raise ValueError(f"Invalid mode for {entry['name']}: {entry['mode']}") 165 raise ValueError(f"Invalid bias for {entry['name']}: {entry['bias']}") 173 f"Bias can only be set for input mode on F1 (entry: {entry['name']})" 178 raise ValueError(f"Invalid drive for {entry['name']}: {entry['drive']}") 188 f"Invalid slew rate for {entry['name']}: {entry['slew-rate']}" 198 f"Invalid slew rate for {entry['name']}: {entry['slew-rate']}" 216 return f"AF{af:d}" [all …]
|
/hal_stm32-latest/scripts/ |
D | serie_update.py | 74 f"Error: Unknown stm32 serie: {stm32_serie}. Must start with 'stm32'" 86 self.module_patch = f"module_{self.stm32_serie}.patch" 143 logging.debug("%s", f"{str(cmd)} cwd:{str(cwd)}") 219 logging.info("%s", f"Branch used: {branch}") 244 with open(str(self.readme_file_path), "r") as f: 245 for line in f: 265 f"Error: cannot find version {previous_version} in STM32Cube_repo" 427 readme_file.write(f" version {make_version}\n") 431 readme_file.write(f" {make_commit}") 437 + f"STM32Cube{self.serie}\n" [all …]
|
D | ble_library.py | 132 logging.debug("%s", f"{str(cmd)} cwd:{str(cwd)}") 165 logging.error(f"File : {src_file_path} not found") 192 logging.error(f"File : {src_file_path} not found") 217 readme_file.write(f" version {make_version}\n") 221 readme_file.write(f" {make_commit}") 231 readme_file.write(f"{line_item}\n")
|
D | update_stm32_package.py | 79 f"*************** updating module {stmyyxx.name} *****************", 110 f"Do you want to clean downloaded repo {str(repo_path)} at the end of updates?"
|
/hal_stm32-latest/scripts/genllheaders/ |
D | genllheaders.py | 59 with open(entry / "README") as f: 60 readme = f.read() 63 logger.error(f"Could not determine version for {series}") 96 with open(readme_file, "w") as f: 97 f.write(readme_template.render(versions=versions)) 104 with open(header_file, "w") as f: 105 f.write(header_template.render(ll_api=ll_api, all_series=all_series))
|
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/System/Modules/ |
D | asm.h | 34 #define EXPORT_FUNC(f) f: argument 45 #define EXPORT_FUNC(f) f PROC argument 68 #define EXPORT_FUNC(f) f: argument
|
/hal_stm32-latest/scripts/common_utils/ |
D | common_utils.py | 24 + f" see {str(log_path)}\n" 25 + f"patch file:{patch_file}" 31 with open(str(log_path), "r", encoding="utf8", errors="ignore") as f: 34 for line in f: 39 conflict = f"{conflict} {conflict_file}\n"
|
/hal_stm32-latest/stm32cube/ |
D | CMakeLists.txt | 14 # (c.f. `*/soc/stm32*xx.h` for list of allowed values)
|