Searched full:uses (Results 1 – 25 of 89) sorted by relevance
1234
/hal_rpi_pico-latest/.github/workflows/ |
D | bazel_build.yml | 17 uses: actions/checkout@v4 21 uses: bazel-contrib/setup-bazel@0.9.0 31 uses: actions/setup-python@v5 35 uses: actions/checkout@v4 50 uses: actions/checkout@v4 54 uses: bazel-contrib/setup-bazel@0.9.0 64 uses: actions/setup-python@v5 68 uses: actions/checkout@v4
|
D | windows.yml | 20 uses: actions/checkout@v4
|
D | macOS.yml | 20 uses: actions/checkout@v4
|
D | cmake.yml | 26 uses: actions/checkout@v4
|
/hal_rpi_pico-latest/tools/ |
D | check_doxygen_groups.py | 33 print("{} uses \\defgroup {} but so does {}".format(groups[group], group, filename)) 47 print("{} uses \\ingroup {} which was never defined".format(filename, group))
|
D | compare_build_systems.py | 69 # Bazel uses native --platforms mechanics. 79 # Bazel build uses PICO_CONFIG_EXTRA_HEADER and PICO_CONFIG_PLATFORM_HEADER 84 # Bazel uses PICO_CONFIG_HEADER.
|
/hal_rpi_pico-latest/src/rp2_common/hardware_divider/include/hardware/ |
D | divider_helper.S | 24 // originally we did this, however a) it uses r3, and b) the push and dividend/divisor 25 // readout takes 8 cycles, c) any IRQ which uses the divider will necessarily put the
|
/hal_rpi_pico-latest/src/rp2_common/hardware_flash/include/hardware/ |
D | flash.h | 179 * made in this way persist until the next reboot. The ROM uses this device information to control 213 * This controls whether checked_flash_op() ROM API uses D8h 64k block erase where possible, for 214 * faster erase times. If not, this ROM API always uses 20h 4k sector erase.
|
/hal_rpi_pico-latest/src/rp2_common/hardware_irq/include/hardware/ |
D | irq.h | 39 * The RP2040 uses the standard ARM nested vectored interrupt controller (NVIC). 218 * Note that this API uses the same (inverted) ordering as ARM on RISC-V 238 * Note that this API uses the same (inverted) ordering as ARM on RISC-V 327 …* \note The order_priority uses \em higher values for higher priorities which is the \em opposite …
|
/hal_rpi_pico-latest/src/rp2_common/pico_aon_timer/include/pico/ |
D | aon_timer.h | 21 * This library uses the RTC on RP2040. 24 * This library uses the Powman Timer on RP2350.
|
/hal_rpi_pico-latest/src/rp2040/hardware_regs/include/hardware/regs/ |
D | rosc.h | 41 // LOW uses stages 0 to 7 42 // MEDIUM uses stages 2 to 7 43 // HIGH uses stages 4 to 7 44 // TOOHIGH uses stages 6 to 7 and should not be used because its
|
/hal_rpi_pico-latest/src/rp2350/hardware_regs/include/hardware/regs/ |
D | rosc.h | 41 // LOW uses stages 0 to 7 42 // MEDIUM uses stages 2 to 7 43 // HIGH uses stages 4 to 7 44 // TOOHIGH uses stages 6 to 7 and should not be used because its
|
/hal_rpi_pico-latest/src/common/pico_binary_info/include/pico/ |
D | binary_info.h | 15 * Example uses include:
|
/hal_rpi_pico-latest/src/common/pico_util/ |
D | BUILD.bazel | 18 # invalid_params_if() uses Statement Expressions, which aren't supported in MSVC.
|
/hal_rpi_pico-latest/bazel/config/ |
D | BUILD.bazel | 132 …nk. hardware uses accelerated divide instructions while compiler allows the compiler to decide how…
|
/hal_rpi_pico-latest/src/host/ |
D | README.md | 13 which uses the SDL2 library to add additional library support for pico_multicore, timers/alarms in …
|
/hal_rpi_pico-latest/bazel/util/ |
D | multiple_choice_flag.bzl | 4 The name of each config setting uses the name of the `config_setting` is:
|
/hal_rpi_pico-latest/src/common/pico_sync/ |
D | BUILD.bazel | 29 # valid_params_if() uses Statement Expressions, which aren't supported in MSVC.
|
/hal_rpi_pico-latest/src/rp2040/boot_stage2/ |
D | compile_time_choice.S | 7 // This implementation uses the PICO_BOOT_STAGE2_CHOOSE_ preprocessor defines to pick
|
/hal_rpi_pico-latest/src/rp2350/boot_stage2/ |
D | compile_time_choice.S | 7 // This implementation uses the PICO_BOOT_STAGE2_CHOOSE_ preprocessor defines to pick
|
/hal_rpi_pico-latest/bazel/ |
D | generate_version_header.py | 4 Splits a semantic version string into major, minor, and patch and uses the
|
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_arch/ |
D | CMakeLists.txt | 82 …PICO_CYW43_ARCH_THREADSAFE_BACKGROUND=1 # none still uses threadsafe_background to make gpio use e…
|
/hal_rpi_pico-latest/ |
D | CMakeLists.txt | 3 …his CMakeLists.txt can be used as a top-level CMakeLists.txt for the SDK itself. For all other uses
|
/hal_rpi_pico-latest/src/rp2_common/hardware_sync/include/hardware/ |
D | sync.h | 42 …* This SDK by default uses atomic memory accesses to implement the hardware_sync_spin_lock API, as… 45 …* The SDK uses the following default spin lock assignments, classifying which spin locks are reser…
|
/hal_rpi_pico-latest/src/common/pico_time/ |
D | BUILD.bazel | 15 # invalid_params_if() uses Statement Expressions, which aren't supported in MSVC.
|
1234