/hal_rpi_pico-latest/.github/workflows/ |
D | multi-gcc.yml | 17 run: | 18 echo "Cleaning up previous run" 26 run: git submodule update --init 31 …run: cd ${{github.workspace}}; mkdir -p build; rm -rf build/*; cd build; cmake ../ -DPICO_SDK_TEST… 36 …run: cd ${{github.workspace}}; mkdir -p build; rm -rf build/*; cd build; cmake ../ -DPICO_SDK_TEST… 41 …run: cd ${{github.workspace}}; mkdir -p build; rm -rf build/*; cd build; cmake ../ -DPICO_SDK_TEST… 46 …run: cd ${{github.workspace}}; mkdir -p build; rm -rf build/*; cd build; cmake ../ -DPICO_SDK_TEST… 51 …run: cd ${{github.workspace}}; mkdir -p build; rm -rf build/*; cd build; cmake ../ -DPICO_SDK_TEST… 56 …run: cd ${{github.workspace}}; mkdir -p build; rm -rf build/*; cd build; cmake ../ -DPICO_SDK_TEST… 61 …run: cd ${{github.workspace}}; mkdir -p build; rm -rf build/*; cd build; cmake ../ -DPICO_SDK_TEST… [all …]
|
D | macOS.yml | 15 run: | 16 echo "Cleaning up previous run" 22 run: git submodule update --init 24 run: | 31 run: | 40 run: |
|
D | cmake.yml | 20 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)
|
D | windows.yml | 16 run: | 17 echo "Cleaning up previous run" 22 run: git submodule update --init 24 run: choco install .github/workflows/choco_packages.config 28 run: |
|
D | bazel_build.yml | 42 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/ |
D | generate_multi_gcc_workflow.py | 16 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/ |
D | check_doxygen_groups.py | 12 # 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)
|
D | check_source_files_in_bazel_build.py | 14 # 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(
|
D | bazel_common.py | 23 SDK_ROOT = subprocess.run( 71 proc = subprocess.run(
|
/hal_rpi_pico-latest/src/rp2_common/pico_bootsel_via_double_reset/ |
D | pico_bootsel_via_double_reset.c | 55 // 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/ |
D | flash.c | 122 __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/ |
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
|
/hal_rpi_pico-latest/src/rp2_common/pico_async_context/include/pico/ |
D | async_context.h | 37 * 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/ |
D | btstack_run_loop_async_context.h | 18 …* \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/ |
D | adc.h | 144 * 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/ |
D | lwip_nosys.c | 30 // 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()
|
D | doc.h | 8 …* 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/ |
D | doc.h | 25 …* \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/ |
D | i2c_slave.h | 44 …* 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/ |
D | stdio_usb.c | 75 … // 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/ |
D | powman.h | 108 // 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/ |
D | boot2_is25lp080.S | 9 // 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/ |
D | boot2_at25sf128a.S | 10 // 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.
|
D | boot2_is25lp080.S | 9 // 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.
|
D | boot2_w25x10cl.S | 8 // 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.
|