Searched refs:run (Results 1 – 20 of 20) sorted by relevance
/hal_rpi_pico-latest/tools/ |
D | check_doxygen_groups.py | 23 res = subprocess.run(['git', 'grep', '\\defgroup'], check=True, stdout=subprocess.PIPE) 37 res = subprocess.run(['git', 'grep', '\\ingroup'], check=True, stdout=subprocess.PIPE)
|
D | bazel_common.py | 23 SDK_ROOT = subprocess.run( 71 proc = subprocess.run(
|
D | check_source_files_in_bazel_build.py | 68 process = subprocess.run( 160 bazel_file_list = subprocess.run(
|
D | uf2_aspect.bzl | 17 ctx.actions.run(
|
D | compare_build_systems.py | 248 current_submodule_pin = subprocess.run(
|
/hal_rpi_pico-latest/src/rp2_common/hardware_adc/include/hardware/ |
D | adc.h | 189 static inline void adc_run(bool run) { in adc_run() argument 190 if (run) in adc_run()
|
/hal_rpi_pico-latest/.github/workflows/scripts/ |
D | generate_multi_gcc_workflow.py | 16 version = subprocess.run([gcc_path, "--version"], capture_output=True)
|
/hal_rpi_pico-latest/bazel/ |
D | README.md | 82 To build all of the Pico SDK, run the following command: 103 When making changes to the Bazel build, please run the Bazel validation script 110 If you need to check against a local version of Picotool, you can run the script
|
D | pico_btstack_make_gatt_header.bzl | 16 ctx.actions.run(
|
D | defs.bzl | 11 ctx.actions.run(
|
/hal_rpi_pico-latest/bazel/toolchain/ |
D | objcopy.bzl | 17 ctx.actions.run(
|
/hal_rpi_pico-latest/src/host/ |
D | README.md | 6 to run on the RP2040 or RP2350 device itself.
|
/hal_rpi_pico-latest/docs/ |
D | weblinks_page.md | 18 At Raspberry Pi we have a very community-based attitude to help. We run a very popular and busy for…
|
D | mainpage.md | 23 …e which is bare-metal, i.e. it includes the entirety of the code needed to run on the device (othe…
|
/hal_rpi_pico-latest/src/rp2_common/pico_runtime/ |
D | CMakeLists.txt | 67 # FPGA_CHECK - checks for FPGA which allows Raspberry Pi to run your binary on FPGA
|
/hal_rpi_pico-latest/tools/pioasm/ |
D | lexer.ll | 48 // Code run each time a pattern is matched. 62 // Code run each time yylex is called.
|
/hal_rpi_pico-latest/src/cmake/ |
D | on_device.cmake | 33 …# Don't run coprocessor dissassembly on Risc-V or RP2040, as those don't have the RP2350 coprocess…
|
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…
|
/hal_rpi_pico-latest/ |
D | README.md | 199 …lf` to load via a debugger, or `hello_world.uf2` that can be installed and run on your Raspberry P…
|
/hal_rpi_pico-latest/src/rp2_common/pico_double/ |
D | double_v1_rom_shim_rp2040.S | 1116 @ in one pass, rotate the initial vector by the residual ω and then run a
|