Searched refs:other (Results 1 – 22 of 22) sorted by relevance
/hal_rpi_pico-latest/docs/ |
D | mainpage.md | 13 …other 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…
|
D | weblinks_page.md | 28 All the source code for the Raspberry Pi Pico SDK, examples and other libraries can be found on Git…
|
/hal_rpi_pico-latest/tools/ |
D | compare_build_systems.py | 169 def matches(self, other): argument 170 matches = (self.name == other.name) and (self.attrs == other.attrs) 172 matches = matches and (self.description == other.description)
|
D | extract_build_defines.py | 224 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]
|
D | extract_cmake_configs.py | 224 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]
|
D | extract_configs.py | 290 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]
|
D | uf2_aspect.bzl | 42 Normally with Bazel, a cc_binary or other rule cannot be "extended" to emit
|
D | CMakeLists.txt | 6 # 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/ |
D | BUILD.bazel | 4 # implementation of this header, along with other critical defines headers.
|
/hal_rpi_pico-latest/src/rp2_common/pico_standard_link/ |
D | BUILD.bazel | 7 # the other linker scripts. For example:
|
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/ |
D | LICENSE.txt | 16 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/ |
D | LICENSE.TXT | 30 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/ |
D | CMakeLists.txt | 7 # routines for RISC-V soft float (and the other tests are a bit
|
/hal_rpi_pico-latest/ |
D | README.md | 23 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…
|
D | CMakeLists.txt | 3 …his CMakeLists.txt can be used as a top-level CMakeLists.txt for the SDK itself. For all other uses
|
D | LICENSE.TXT | 10 disclaimer in the documentation and/or other materials provided with the distribution.
|
D | CONTRIBUTING.md | 13 …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/ |
D | CMakeLists.txt | 1 # 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/ |
D | LICENSE.RP | 14 regulations, including but not limited to, copyright and other intellectual property laws and priva…
|
/hal_rpi_pico-latest/src/cmake/ |
D | rp2_common.cmake | 143 # at the end as it includes a lot of other stuff
|
/hal_rpi_pico-latest/cmake/ |
D | pico_pre_load_platform.cmake | 1 # PICO_BOARD is the root of config as it can define PICO_PLATFORM and other build vars
|
/hal_rpi_pico-latest/bazel/config/ |
D | BUILD.bazel | 238 …e cc_library that defines PICO_CONFIG_HEADER or pico/config_autogen.h and other SDK critical defin…
|