/hal_rpi_pico-latest/tools/pioasm/gen/ |
D | parser.cpp | 1074 …hs.location, yystack_[0].value.as < std::string > ())) { std::stringstream msg; msg << "program " … in parse() 1078 …ram(yystack_[0].location, "instruction").add_instruction(yystack_[0].value.as < std::shared_ptr<in… in parse() 1082 …ction"); p.add_label(yystack_[1].value.as < std::shared_ptr<symbol> > ()); p.add_instruction(yysta… in parse() 1086 …current_program(yystack_[0].location, "label").add_label(yystack_[0].value.as < std::shared_ptr<sy… in parse() 1094 …as < std::string > (); if (of.empty()) of = output_format::default_name; pioasm.get_current_progra… in parse() 1098 …stack_[1].value.as < std::shared_ptr<symbol> > ()->is_label = true; yylhs.value.as < std::shared_p… in parse() 1102 …as < std::shared_ptr<symbol> > ()->is_label = false; yystack_[1].value.as < std::shared_ptr<symbol… in parse() 1106 …1].location, ".origin", true).set_origin(yylhs.location, yystack_[0].value.as < std::shared_ptr<re… in parse() 1110 …, ".pio_version", true, false).set_pio_version(yylhs.location, yystack_[0].value.as < uint > ()); } in parse() 1114 …location, ".side_set", true).set_sideset(yylhs.location, yystack_[2].value.as < std::shared_ptr<re… in parse() [all …]
|
/hal_rpi_pico-latest/ |
D | CMakeLists.txt | 3 # Note: this CMakeLists.txt can be used as a top-level CMakeLists.txt for the SDK itself. For all o… 4 # it is included as a subdirectory via the pico_sdk_init() method provided by pico_sdk_init.cmake 65 # add docs at the end, as we gather documentation dirs as we go
|
D | .bazelignore | 3 # Don't treat submodules as part of this project.
|
D | MODULE.bazel | 89 # TODO: Provide tinyusb as a proper Bazel module. 97 # TODO: Provide btstack as a proper Bazel module. 105 # TODO: Provide cyw43-driver as a proper Bazel module. 113 # TODO: Provide lwip as a proper Bazel module.
|
/hal_rpi_pico-latest/src/rp2_common/ |
D | README.md | 6 `pico_` provides higher level functionality you might generally find in say an OS kernel, as well 7 as runtime support familiar to most C programmers.
|
/hal_rpi_pico-latest/docs/ |
D | mainpage.md | 3 …tem necessary to write programs for RP-series microcontroller devices such as the Raspberry Pi Pic… 7 …as audio. The SDK can be used to build anything from simple applications, or full-fledged runtime … 15 …e box, with sensible defaults, but also to give the developer as much control and power as possibl…
|
D | examples.md | 20 as long as you retain the copyright notice. Full details on the licence can be found [here](https:/…
|
D | Doxyfile.in | 29 GENERATE_TREEVIEW = YES # This is needed as it wraps the content area in an HTML tag that we n… 48 # This is needed as we have a number of static inline functions that need to be documented.
|
/hal_rpi_pico-latest/src/rp2_common/pico_clib_interface/ |
D | BUILD.bazel | 58 # so just tag as manual. 74 # so just tag as manual. 96 # so just tag as manual. 118 # so just tag as manual.
|
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/ |
D | LICENSE.txt | 10 and distribution as defined by Sections 1 through 9 of this document. 36 Object form, made available under the License, as indicated by a 43 represent, as a whole, an original work of authorship. For the purposes 60 designated in writing by the copyright owner as "Not a Contribution." 76 (except as stated in this section) patent license to make, have made, 87 as of the date such litigation is filed. 106 (d) If the Work includes a "NOTICE" text file as part of its 112 as part of the Derivative Works; within the Source form or 119 or as an addendum to the NOTICE text from the Work, provided 121 as modifying the License. [all …]
|
/hal_rpi_pico-latest/bazel/toolchain/ |
D | gcc_arm_none_eabi.BUILD | 70 # intentionally different here as `as` is called from arm-none-eabi-gcc. 71 # `arm-none-eabi-as` will not suffice for this context. 73 "@platforms//os:windows": ["//:arm-none-eabi/bin/as.exe"], 74 "//conditions:default": ["//:arm-none-eabi/bin/as"],
|
/hal_rpi_pico-latest/cmake/preload/toolchains/util/ |
D | pico_arm_clang_common.cmake | 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") 80 # moving this here as a reminder from pico_standard_link; it was commented out theee, but if ever n… 81 # it belongs here as part of LINKER_FLAGS_INIT
|
D | find_compiler.cmake | 9 # commandline as additional search path. 36 # commandline as additional search path.
|
/hal_rpi_pico-latest/src/common/pico_usb_reset_interface_headers/ |
D | CMakeLists.txt | 1 # don't use pico_add_library here as picotool includes it directly
|
/hal_rpi_pico-latest/src/rp2_common/hardware_clocks/ |
D | CMakeLists.txt | 9 # as changing frequencies may require upping voltage
|
/hal_rpi_pico-latest/src/rp2_common/pico_stdio_usb/ |
D | BUILD.bazel | 14 # Picotool requires this, so it should work on host as well as rp2.
|
/hal_rpi_pico-latest/src/rp2_common/hardware_irq/ |
D | CMakeLists.txt | 8 target_link_libraries(hardware_irq INTERFACE pico_sync pico_runtime_init_headers) # not mirrored as…
|
/hal_rpi_pico-latest/src/rp2_common/pico_flash/ |
D | CMakeLists.txt | 9 # just include multicore headers, as we don't want to pull in the lib if it isn't pulled in already
|
/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 27 # Prefer these aliases to directly referencing @btstack, as it's possible that
|
/hal_rpi_pico-latest/src/ |
D | CMakeLists.txt | 93 # create an INTERFACE library named target, and define LIB_TARGET=1 (upper case) as a compile option 109 …named target along with associated header, and define LIB_TARGET=1 (upper case) as a compile option 118 # and hardware_structs and hardware_claim as dependencies of the library 133 # and pico_base_headers, and harddware_structs as a dependency of the library 137 …# super interesting except to determine functionality as they are mostly passive accessors, howe… 159 …# super interesting except to determine functionality as they are mostly passive accessors, howe…
|
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/cybt_shared_bus/ |
D | CMakeLists.txt | 12 # The BT firmware is supplied as a source file containing a static array with ascii hex data
|
/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… 90 # PICO_CMAKE_CONFIG: PICO_NO_HARDWARE, Option as to whether the build is not targeting an RP2040 or… 93 # PICO_CMAKE_CONFIG: PICO_ON_DEVICE, Option as to whether the build is targeting an RP2040 or RP235…
|
/hal_rpi_pico-latest/test/pico_divider_test/ |
D | CMakeLists.txt | 21 # this is a separate test as hardware_explicit above causes it not to be tested at all!
|
/hal_rpi_pico-latest/src/rp2_common/pico_stdio/ |
D | CMakeLists.txt | 19 pico_wrap_function(pico_stdio printf) # here not pico_printf as we do mutex 20 pico_wrap_function(pico_stdio vprintf) # here not pico_printf as we do mutex
|
/hal_rpi_pico-latest/src/rp2_common/pico_async_context/include/pico/ |
D | async_context_freertos.h | 43 …ame for configNUM_CORES, however it looks like you may need to define both as you are using an old…
|