/hal_rpi_pico-latest/src/rp2_common/pico_btstack/ |
D | LICENSE.RP | 5 “Customer Products” means products manufactured or distributed by Customers which use or are derive… 8 and worldwide licence to use, copy, store, develop, modify, and transmit BTstack in order to use BT… 12 All use of BTstack by the Customer is limited to Products or Customer Products, and the Customer re… 13 warrants that all such use shall be in compliance with the terms of this licence and all applicable…
|
/hal_rpi_pico-latest/src/rp2_common/cmsis/ |
D | CMakeLists.txt | 1 …ow to include other CMSIS libraries... it is likely that we always want to use the stub version of… 6 # set(PICO_CMSIS_PATH "${PICO_CMSIS_PATH}" CACHE PATH "Path to the CMSIS tree to use with Raspbe… 15 # set(PICO_CMSIS_VENDOR "${PICO_CMSIS_VENDOR}" CACHE STRING "CMSIS vendor name to use") 26 # set(PICO_CMSIS_DEVICE "${PICO_CMSIS_DEVICE}" CACHE STRING "CMSIS device name to use")
|
/hal_rpi_pico-latest/src/common/pico_usb_reset_interface_headers/ |
D | CMakeLists.txt | 1 # don't use pico_add_library here as picotool includes it directly
|
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_arch/ |
D | CMakeLists.txt | 72 …ICO_LWIP_CUSTOM_LOCK_TCPIP_CORE=1 # we want to override the lwip locking mechanism to use our mutex 82 …CO_CYW43_ARCH_THREADSAFE_BACKGROUND=1 # none still uses threadsafe_background to make gpio use easy
|
/hal_rpi_pico-latest/.github/ |
D | pull_request_template.md | 2 - _please do not submit against `master`, use `develop` instead_
|
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/ |
D | LICENSE.txt | 9 "License" shall mean the terms and conditions for use, reproduction, 77 use, offer to sell, sell, import, and otherwise transfer the Work, 125 for use, reproduction, or distribution of Your modifications, or 126 for any such Derivative Works as a whole, provided Your use, 138 6. Trademarks. This License does not grant permission to use the trade 140 except as required for reasonable and customary use in describing the 159 result of this License or out of the use or inability to use the 192 you may not use this file except in compliance with the License.
|
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/cybt_shared_bus/ |
D | CMakeLists.txt | 13 # Set this to true to use this for testing
|
/hal_rpi_pico-latest/tools/ |
D | uf2_aspect.bzl | 56 It's also possible to use this aspect within a custom macro (e.g. my_cc_binary) 58 will only be produced when you explicitly use your custom macro.
|
D | Findpioasm.cmake | 9 # todo we would like to use pckgconfig to look for it first
|
/hal_rpi_pico-latest/src/common/pico_bit_ops_headers/ |
D | BUILD.bazel | 5 # Application code should always use :pico_bit_ops instead.
|
/hal_rpi_pico-latest/bazel/util/ |
D | transition.bzl | 92 # a transition is in use. 120 # a transition is in use. 140 # a transition is in use. 159 # a transition is in use.
|
/hal_rpi_pico-latest/src/rp2_common/pico_platform_panic/ |
D | BUILD.bazel | 7 # Application code should always use :pico_platform_panic instead.
|
/hal_rpi_pico-latest/src/rp2_common/hardware_timer/ |
D | BUILD.bazel | 7 # Application code should always use :hardware_timer instead.
|
/hal_rpi_pico-latest/src/rp2_common/hardware_sync/ |
D | BUILD.bazel | 7 # Application code should always use :hardware_sync instead.
|
/hal_rpi_pico-latest/src/host/hardware_timer/ |
D | BUILD.bazel | 11 # Application code should always use :hardware_timer instead.
|
/hal_rpi_pico-latest/cmake/ |
D | pico_pre_load_platform.cmake | 106 # already using, so use that 113 The best practice is to use separate build directories for different platforms.") 122 The best practice is to use separate build directories for different platforms.") 127 # PICO_CMAKE_CONFIG: PICO_CMAKE_PRELOAD_PLATFORM_FILE, Custom CMake file to use to set up the platf…
|
D | pico_pre_load_toolchain.cmake | 28 # PICO_CMAKE_CONFIG: PICO_COMPILER, Specifies the compiler family to use, type=string, group=build,… 70 … The best practice is to use separate build directories for different platforms or compilers.")
|
/hal_rpi_pico-latest/src/cmake/ |
D | rp2_common.cmake | 5 # PICO_CMAKE_CONFIG: PICO_NO_FLASH, Option to default all binaries to not use flash i.e. run from S… 6 option(PICO_NO_FLASH "Default binaries to not not use flash") 157 # but we DO want dreq.h; it doesn't change much, so lets just use configure_file
|
/hal_rpi_pico-latest/src/rp2_common/pico_cxx_options/ |
D | CMakeLists.txt | 25 … target_compile_options( pico_cxx_options INTERFACE $<$<COMPILE_LANGUAGE:CXX>:-fno-use-cxa-atexit>)
|
/hal_rpi_pico-latest/src/rp2_common/hardware_clocks/ |
D | BUILD.bazel | 7 # Application code should always use :hardware_clocks instead.
|
/hal_rpi_pico-latest/bazel/toolchain/ |
D | objcopy.bzl | 37 doc = "File to use as input to objcopy command",
|
/hal_rpi_pico-latest/bazel/config/ |
D | BUILD.bazel | 5 # PICO_BAZEL_CONFIG: PICO_TOOLCHAIN, The toolchain to use, type=string, default=gcc, group=build 33 …EFAULT_BOOT_STAGE2_FILE, Boot stage 2 file to use; this should point to a filegroup with the .S fi… 244 …_CLIB, [Bazel only] The flavor of libc porting layer to use. auto infers the correct value to use …
|
/hal_rpi_pico-latest/docs/ |
D | examples.md | 19 …are released under a 3-Clause BSD licence. Briefly, this means you are free to use the example code
|
/hal_rpi_pico-latest/src/rp2_common/hardware_powman/ |
D | powman.c | 100 static void powman_timer_use_gpio(uint32_t gpio, uint32_t use, uint32_t using) { in powman_timer_use_gpio() argument 106 powman_set_bits(&powman_hw->timer, use); in powman_timer_use_gpio()
|
/hal_rpi_pico-latest/test/pico_float_test/llvm/ |
D | LICENSE.TXT | 21 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 55 other licenses gives permission to use the names of the LLVM Team or the
|