Home
last modified time | relevance | path

Searched refs:other (Results 1 – 22 of 22) sorted by relevance

/hal_rpi_pico-latest/docs/
Dmainpage.md13other factors (e.g. edge-case error handling, runtime vs compile-time configuration) are necessari…
19 …om which CMake can generate a build system (for use by `make`, `ninja` or other build tools) custo…
23 … entirety of the code needed to run on the device (other than device specific floating-point and o…
27 …examples can be found [here](@ref examples_page). These examples, and any other source code includ…
Dweblinks_page.md28 All the source code for the Raspberry Pi Pico SDK, examples and other libraries can be found on Git…
/hal_rpi_pico-latest/tools/
Dcompare_build_systems.py169 def matches(self, other): argument
170 matches = (self.name == other.name) and (self.attrs == other.attrs)
172 matches = matches and (self.description == other.description)
Dextract_build_defines.py224 for other in chips_all_configs:
225 if other == applicable:
228 if config_name in chips_all_configs[other]:
229 other_config_obj = chips_all_configs[other][config_name]
Dextract_cmake_configs.py224 for other in chips_all_configs:
225 if other == applicable:
228 if config_name in chips_all_configs[other]:
229 other_config_obj = chips_all_configs[other][config_name]
Dextract_configs.py290 for other in chips_all_configs:
291 if other == applicable:
294 if config_name in chips_all_configs[other]:
295 other_config_obj = chips_all_configs[other][config_name]
Duf2_aspect.bzl42 Normally with Bazel, a cc_binary or other rule cannot be "extended" to emit
DCMakeLists.txt6 # then it can be set manually with `set_property` or other CMake
215 # Output the public key hash and other necessary rows to an otp JSON file.
/hal_rpi_pico-latest/src/common/pico_stdlib_headers/
DBUILD.bazel4 # implementation of this header, along with other critical defines headers.
/hal_rpi_pico-latest/src/rp2_common/pico_standard_link/
DBUILD.bazel7 # the other linker scripts. For example:
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/
DLICENSE.txt16 other entities that control, are controlled by, or are under common
33 and conversions to other media types.
42 editorial revisions, annotations, elaborations, or other modifications
94 (a) You must give any other recipients of the Work or
162 other commercial damages or losses), even if such Contributor
168 or other liability obligations and/or rights consistent with this
171 of any other Contributor, and only if You agree to indemnify,
/hal_rpi_pico-latest/test/pico_float_test/llvm/
DLICENSE.TXT30 documentation and/or other materials provided with the distribution.
55 other licenses gives permission to use the names of the LLVM Team or the
/hal_rpi_pico-latest/test/pico_float_test/
DCMakeLists.txt7 # routines for RISC-V soft float (and the other tests are a bit
/hal_rpi_pico-latest/
DREADME.md23 hardware, IDE/environment and how to build and debug software for the Raspberry Pi Pico and other R…
52 instructions for other platforms, and just in general, we recommend you see [Raspberry Pi Pico-Seri…
185 …When building for a board other than the Raspberry Pi Pico, you should pass `-DPICO_BOARD=board_na…
187 …` sets up various compiler defines (e.g. default pin numbers for UART and other hardware) and in c…
DCMakeLists.txt3 …his CMakeLists.txt can be used as a top-level CMakeLists.txt for the SDK itself. For all other uses
DLICENSE.TXT10 disclaimer in the documentation and/or other materials provided with the distribution.
DCONTRIBUTING.md13 …tributions, big or small, changes in the SDK may have knock-on effects in other places so it is po…
/hal_rpi_pico-latest/src/rp2_common/cmsis/
DCMakeLists.txt1 # Deferring this config until we decide how to include other CMSIS libraries... it is likely that w…
/hal_rpi_pico-latest/src/rp2_common/pico_btstack/
DLICENSE.RP14 regulations, including but not limited to, copyright and other intellectual property laws and priva…
/hal_rpi_pico-latest/src/cmake/
Drp2_common.cmake143 # at the end as it includes a lot of other stuff
/hal_rpi_pico-latest/cmake/
Dpico_pre_load_platform.cmake1 # PICO_BOARD is the root of config as it can define PICO_PLATFORM and other build vars
/hal_rpi_pico-latest/bazel/config/
DBUILD.bazel238 …e cc_library that defines PICO_CONFIG_HEADER or pico/config_autogen.h and other SDK critical defin…