Home
last modified time | relevance | path

Searched refs:Path (Results 1 – 9 of 9) sorted by relevance

/hal_rpi_pico-latest/tools/
Dcheck_source_files_in_bazel_build.py17 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 …]
Dcompare_build_systems.py19 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:
Dbazel_common.py12 from pathlib import Path
46 type=Path,
/hal_rpi_pico-latest/src/rp2_common/pico_lwip/tools/
Dmakefsdata.py4 from pathlib import Path
74 file = Path(name)
/hal_rpi_pico-latest/external/
Dpico_sdk_import.cmake31 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/
Dfind_compiler.cmake27 set(PICO_TOOLCHAIN_PATH "" CACHE PATH "Path to search for compiler.")
/hal_rpi_pico-latest/
Dpico_sdk_init.cmake36 … 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/
DCMakeLists.txt6 # set(PICO_CMSIS_PATH "${PICO_CMSIS_PATH}" CACHE PATH "Path to the CMSIS tree to use with Raspbe…
/hal_rpi_pico-latest/cmake/
Dpico_pre_load_toolchain.cmake1 # PICO_CMAKE_CONFIG: PICO_TOOLCHAIN_PATH, Path to search for compiler, type=string, default=none (i…