Searched refs:Path (Results 1 – 9 of 9) sorted by relevance
/hal_rpi_pico-latest/tools/ |
D | check_source_files_in_bazel_build.py | 17 from pathlib import Path 66 def get_paths_from_command(source_dir: Path, *args, **kwargs) -> Set[Path]: argument 88 files.add(Path(path)) 95 files: Iterable[Path], argument 96 bazel_dirs: Iterable[Path], argument 97 picotool_dir: Optional[Path], argument 98 ) -> List[Path]: 111 bazel_build_source_files: Set[Path] = set() 119 missing_from_bazel: List[Path] = [] 120 referenced_in_bazel_missing: List[Path] = [] [all …]
|
D | compare_build_systems.py | 19 from pathlib import Path 242 with open(Path(SDK_ROOT) / "MODULE.bazel", "r") as bazel_module_file: 266 bazel_module_file_path = Path(SDK_ROOT) / "MODULE.bazel" 276 with open(Path(SDK_ROOT) / "pico_sdk_version.cmake", "r") as cmake_version_file:
|
D | bazel_common.py | 12 from pathlib import Path 46 type=Path,
|
/hal_rpi_pico-latest/src/rp2_common/pico_lwip/tools/ |
D | makefsdata.py | 4 from pathlib import Path 74 file = Path(name)
|
/hal_rpi_pico-latest/external/ |
D | pico_sdk_import.cmake | 31 set(PICO_SDK_PATH "${PICO_SDK_PATH}" CACHE PATH "Path to the Raspberry Pi Pico SDK") 82 set(PICO_SDK_PATH ${PICO_SDK_PATH} CACHE PATH "Path to the Raspberry Pi Pico SDK" FORCE)
|
/hal_rpi_pico-latest/cmake/preload/toolchains/util/ |
D | find_compiler.cmake | 27 set(PICO_TOOLCHAIN_PATH "" CACHE PATH "Path to search for compiler.")
|
/hal_rpi_pico-latest/ |
D | pico_sdk_init.cmake | 36 … set(PICO_SDK_PATH ${CMAKE_CURRENT_LIST_DIR} CACHE PATH "Path to the Raspberry Pi Pico SDK" FORCE)
|
/hal_rpi_pico-latest/src/rp2_common/cmsis/ |
D | CMakeLists.txt | 6 # set(PICO_CMSIS_PATH "${PICO_CMSIS_PATH}" CACHE PATH "Path to the CMSIS tree to use with Raspbe…
|
/hal_rpi_pico-latest/cmake/ |
D | pico_pre_load_toolchain.cmake | 1 # PICO_CMAKE_CONFIG: PICO_TOOLCHAIN_PATH, Path to search for compiler, type=string, default=none (i…
|