Home
last modified time | relevance | path

Searched full:run (Results 1 – 25 of 104) sorted by relevance

12345

/hal_rpi_pico-latest/.github/workflows/
Dmulti-gcc.yml17 run: |
18 echo "Cleaning up previous run"
26 run: git submodule update --init
31run: cd ${{github.workspace}}; mkdir -p build; rm -rf build/*; cd build; cmake ../ -DPICO_SDK_TEST…
36run: cd ${{github.workspace}}; mkdir -p build; rm -rf build/*; cd build; cmake ../ -DPICO_SDK_TEST…
41run: cd ${{github.workspace}}; mkdir -p build; rm -rf build/*; cd build; cmake ../ -DPICO_SDK_TEST…
46run: cd ${{github.workspace}}; mkdir -p build; rm -rf build/*; cd build; cmake ../ -DPICO_SDK_TEST…
51run: cd ${{github.workspace}}; mkdir -p build; rm -rf build/*; cd build; cmake ../ -DPICO_SDK_TEST…
56run: cd ${{github.workspace}}; mkdir -p build; rm -rf build/*; cd build; cmake ../ -DPICO_SDK_TEST…
61run: cd ${{github.workspace}}; mkdir -p build; rm -rf build/*; cd build; cmake ../ -DPICO_SDK_TEST…
[all …]
DmacOS.yml15 run: |
16 echo "Cleaning up previous run"
22 run: git submodule update --init
24 run: |
31 run: |
40 run: |
Dcmake.yml20 run: |
21 echo "Cleaning up previous run"
29 run: git submodule update --init
34 run: cmake -E make_directory ${{github.workspace}}/build
44 run: cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DPICO_SDK_TESTS_ENABLED=1
50 run: cmake --build . --config $BUILD_TYPE --parallel $(nproc)
Dwindows.yml16 run: |
17 echo "Cleaning up previous run"
22 run: git submodule update --init
24 run: choco install .github/workflows/choco_packages.config
28 run: |
Dbazel_build.yml42 run: python3 tools/run_all_bazel_checks.py --program=build --picotool-dir=lib/picotool
45 run: bazel build @picotool//:picotool
75 run: python3 tools/run_all_bazel_checks.py --program=other --picotool-dir=lib/picotool
/hal_rpi_pico-latest/.github/workflows/scripts/
Dgenerate_multi_gcc_workflow.py16 version = subprocess.run([gcc_path, "--version"], capture_output=True)
52 run: |
53 echo "Cleaning up previous run"
61 run: git submodule update --init
70 …output += " run: cd ${{{{github.workspace}}}}; mkdir -p build; rm -rf build/*; cd build; cmak…
/hal_rpi_pico-latest/tools/
Dcheck_doxygen_groups.py12 # Run from the root of the tree to check
23 res = subprocess.run(['git', 'grep', '\\defgroup'], check=True, stdout=subprocess.PIPE)
37 res = subprocess.run(['git', 'grep', '\\ingroup'], check=True, stdout=subprocess.PIPE)
Dcheck_source_files_in_bazel_build.py14 # Run from anywhere in the pico-sdk repo.
68 process = subprocess.run(
104 bazel_dirs: directories in which to run bazel query
160 bazel_file_list = subprocess.run(
Dbazel_common.py23 SDK_ROOT = subprocess.run(
71 proc = subprocess.run(
/hal_rpi_pico-latest/src/rp2_common/pico_bootsel_via_double_reset/
Dpico_bootsel_via_double_reset.c55 // RP2040 stores a token in RAM, which is retained over assertion of the RUN pin.
85 // RUN events, for detecting double-tap events. The ROM has built-in support
87 // (Also, RAM is powered down when the RUN pin is asserted, so it's a bad
111 * This function is registered to run automatically before main(). The
/hal_rpi_pico-latest/src/rp2_common/pico_flash/
Dflash.c122 __wfe(); // we don't bother to try to let lower priority tasks run in __not_in_flash_func()
128 __wfe(); // we don't bother to try to let lower priority tasks run in __not_in_flash_func()
157 __wfe(); // we don't bother to try to let lower priority tasks run in default_enter_safe_zone_timeout_ms()
209 __wfe(); // we don't bother to try to let lower priority tasks run in default_exit_safe_zone_timeout_ms()
/hal_rpi_pico-latest/bazel/
DREADME.md82 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
/hal_rpi_pico-latest/src/rp2_common/pico_async_context/include/pico/
Dasync_context.h37 * synchronously run a function from the core of the async_context.
263 …* An "at time" worker will run at or after a specific point in time, and is automatically when (ju…
282 …* An "at time" worker will run at or after a specific point in time, and is automatically when (ju…
303 …* An "at time" worker will run at or after a specific point in time, and is automatically when (ju…
339 …* An "when pending" worker will run when it is pending (can be set via \ref async_context_set_work…
374 * The worker will be run from the async_context at a later time.
/hal_rpi_pico-latest/src/rp2_common/pico_btstack/include/pico/
Dbtstack_run_loop_async_context.h18 …* \brief Initialize and return the singleton BTstack run loop instance that integrates with the as…
22 * \return the BTstack run loop instance
/hal_rpi_pico-latest/src/rp2_common/hardware_adc/include/hardware/
Dadc.h144 * This function sets which inputs are to be run through in round robin mode.
187 * \param run false to disable, true to enable free running conversion mode.
189 static inline void adc_run(bool run) { in adc_run() argument
190 if (run) in adc_run()
/hal_rpi_pico-latest/src/rp2_common/pico_lwip/
Dlwip_nosys.c30 // we want to run on every execution of the helper to re-reflect any changes in update_next_timeout()
50 // we want the worker to be called on every async helper run (starting with the next) in lwip_nosys_init()
Ddoc.h8 …* If you wish to run in NO_SYS=1 mode, then you can link \c \b pico_lwip along with \ref pico_lwip…
10 …* If you wish to run in NO_SYS=0 mode, then you can link \c \b pico_lwip with (for instance) \ref …
/hal_rpi_pico-latest/src/rp2_common/pico_btstack/
Ddoc.h25 …* \note The CMake function pico_btstack_make_gatt_header can be used to run the BTstack compile_ga…
27 …_driver, which adds the cyw43 driver support needed for BTstack including BTstack run loop support.
/hal_rpi_pico-latest/src/rp2_common/pico_i2c_slave/include/pico/
Di2c_slave.h44 …* The event handler will run from the I2C ISR, so it should return quickly (under 25 us at 400 kb/…
59 * \param handler Callback for events from I2C master. It will run from the I2C ISR, on the CPU core
/hal_rpi_pico-latest/src/rp2_common/pico_stdio_usb/
Dstdio_usb.c75 … // code might run during the call to tud_task() and we might miss a necessary tud_task() call in low_priority_worker_irq()
79 // we must kick off a one-shot timer to make sure the tud_task() DOES run (this method in low_priority_worker_irq()
161 … // because our mutex use may starve out the background task, run tud_task here (we own the mutex) in stdio_usb_in_chars()
/hal_rpi_pico-latest/src/rp2350/hardware_structs/include/hardware/structs/
Dpowman.h108 // 0x00040000 [18] HAD_RUN_LOW (0) Last reset was from the RUN pin +
112 // 0x00000001 [0] DOUBLE_TAP (0) This flag is set by double-tapping RUN
117 … // 0x00001000 [12] RESET_RSM (0) If set to 1, a watchdog reset will run the full power-on...
250 // 0x00000002 [1] RUN (0) Timer enable
/hal_rpi_pico-latest/src/rp2040/boot_stage2/
Dboot2_is25lp080.S9 // Description: Configures IS25LP080D to run in Quad I/O continuous read XIP mode
25 // Building: * This code must be linked to run at 0x20027f00
39 // The serial flash interface will run at clk_sys/PICO_FLASH_SPI_CLKDIV.
/hal_rpi_pico-latest/src/rp2350/boot_stage2/
Dboot2_at25sf128a.S10 // Description: Configures AT25SF128A to run in Quad I/O continuous read XIP mode
40 // The serial flash interface will run at clk_sys/PICO_FLASH_SPI_CLKDIV.
263 // external flash on cache miss. We are ready to run code from flash.
Dboot2_is25lp080.S9 // Description: Configures IS25LP080D to run in Quad I/O continuous read XIP mode
25 // Building: * This code must be linked to run at 0x20027f00
41 // The serial flash interface will run at clk_sys/PICO_FLASH_SPI_CLKDIV.
Dboot2_w25x10cl.S8 // Description: Configures W25X10CL to run in Dual I/O continuous read XIP mode
28 // Building: * This code must be linked to run at 0x20000000
37 // The serial flash interface will run at clk_sys/PICO_FLASH_SPI_CLKDIV.

12345