Searched refs:using (Results 1 – 25 of 27) sorted by relevance
12
/hal_rpi_pico-latest/tools/pioasm/ |
D | pio_assembler.h | 22 using syntax_error = yy::parser::syntax_error; 23 using location_type = yy::parser::location_type; 24 using position = yy::position;
|
D | pio_types.h | 45 using rvalue = std::shared_ptr<resolvable>;
|
/hal_rpi_pico-latest/src/common/ |
D | README.md | 2 of common header files, or high level functionality built entirely using `hardware_` or `pico_` lib…
|
/hal_rpi_pico-latest/cmake/preload/toolchains/util/ |
D | pico_arm_clang_common.cmake | 57 …c.h` seems to exist on the newer versions of LLVM embedded toolchain for ARM using picolibc whereas 60 message("Setting default C library to picolibc as LLVM appears to be using it") 73 message("Setting default C library to llvm_libc as LLVM appears to be using it")
|
/hal_rpi_pico-latest/src/rp2_common/hardware_clocks/include/hardware/ |
D | clocks.h | 210 #error PLL_SYS_VCO_FREQ_HZ, PLL_SYS_POSTDIV1 and PLL_SYS_POSTDIV2 must all be specified when using … 246 #error PLL_USB_VCO_FREQ_HZ, PLL_USB_POSTDIV1 and PLL_USB_POSTDIV2 must all be specified when using …
|
/hal_rpi_pico-latest/src/rp2_common/pico_async_context/include/pico/ |
D | async_context_freertos.h | 43 …igNUM_CORES, however it looks like you may need to define both as you are using an old SMP branch …
|
/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 109 while(!(powman_hw->timer & using)); in powman_timer_use_gpio()
|
/hal_rpi_pico-latest/src/rp2_common/pico_divider/ |
D | CMakeLists.txt | 2 …# library to be depended on - we make this depend on particular implementations using per target g…
|
/hal_rpi_pico-latest/src/host/ |
D | README.md | 2 running on your computer (Raspberry Pi OS, Linux, macOS or Windows using Cygwin or Windows Subsyste…
|
/hal_rpi_pico-latest/src/rp2_common/pico_printf/ |
D | CMakeLists.txt | 2 …# library to be depended on - we make this depend on particular implementations using per target g…
|
/hal_rpi_pico-latest/src/rp2_common/pico_mem_ops/ |
D | mem_ops_aeabi.S | 30 # otherwise code using basic c division operators will require XIP flash access.
|
/hal_rpi_pico-latest/docs/ |
D | mainpage.md | 7 …ti-core programming, along with additional high-level functionality built using PIO, such as audio… 9 This documentation is generated from the SDK source tree using Doxygen. It provides basic informati…
|
/hal_rpi_pico-latest/src/rp2_common/pico_btstack/ |
D | BUILD.bazel | 5 # Prefer using this target to link in all the enabled bt modules, as it will
|
/hal_rpi_pico-latest/src/rp2_common/cmsis/ |
D | CMakeLists.txt | 47 # ... using these 3 lines instead
|
/hal_rpi_pico-latest/cmake/ |
D | pico_pre_load_toolchain.cmake | 49 …message("Accepting PICO_COMPILER value '${ORIG_PICO_COMPILER}' for compatibility, but using '${PIC…
|
D | pico_pre_load_platform.cmake | 106 # already using, so use that
|
/hal_rpi_pico-latest/bazel/ |
D | defs.bzl | 98 This generates pico_config_platform_headers.h using the list of
|
/hal_rpi_pico-latest/src/rp2_common/pico_float/ |
D | CMakeLists.txt | 2 …# library to be depended on - we make this depend on particular implementations using per target g…
|
/hal_rpi_pico-latest/src/rp2_common/pico_double/ |
D | CMakeLists.txt | 2 …# library to be depended on - we make this depend on particular implementations using per target g…
|
D | double_fma_dcp.S | 82 ldrd r4,r5,[r12,#0] @ fetch a using original SP 602 ldrd r2,r3,[r12,#0] @ fetch a using original SP
|
/hal_rpi_pico-latest/src/rp2040/boot_stage2/ |
D | CMakeLists.txt | 100 # Create a new boot stage 2 target using the default implementation for the current build (PICO_BOA…
|
/hal_rpi_pico-latest/src/rp2350/boot_stage2/ |
D | CMakeLists.txt | 100 # Create a new boot stage 2 target using the default implementation for the current build (PICO_BOA…
|
/hal_rpi_pico-latest/tools/ |
D | CMakeLists.txt | 77 …# Assemble the version string from components instead of using PICO_SDK_VERSION_STRING, because th… 157 …O_DEFAULT_PIOASM_OUTPUT_FORMAT, Default output format used by pioasm when using pico_generate_pio_… 383 # Add a UF2 output using picotool - must be called after
|
/hal_rpi_pico-latest/ |
D | README.md | 28 …rry Pi Pico-Series C/C++ SDK](https://rptl.io/pico-c-sdk) to learn more about programming using the 178 For example, if not using an IDE:
|
/hal_rpi_pico-latest/src/rp2_common/pico_standard_link/ |
D | CMakeLists.txt | 45 # todo only needed if not using a custom linker script
|
12