/hal_rpi_pico-latest/src/rp2_common/pico_printf/ |
D | LICENSE | 5 Permission is hereby granted, free of charge, to any person obtaining a copy 8 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
/hal_rpi_pico-latest/external/ |
D | pico_sdk_import.cmake | 1 # This is a copy of <PICO_SDK_PATH>/external/pico_sdk_import.cmake 32 set(PICO_SDK_FETCH_FROM_GIT "${PICO_SDK_FETCH_FROM_GIT}" CACHE BOOL "Set to ON to fetch copy of SDK…
|
/hal_rpi_pico-latest/test/pico_float_test/llvm/ |
D | LICENSE.TXT | 18 Permission is hereby granted, free of charge, to any person obtaining a copy of 21 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
/hal_rpi_pico-latest/tools/pioasm/gen/ |
D | parser.cpp | 401 value.copy< bool > (that.value); in operator =() 405 value.copy< enum condition > (that.value); in operator =() 409 value.copy< enum fifo_config > (that.value); in operator =() 415 value.copy< enum in_out_set > (that.value); in operator =() 419 value.copy< enum irq > (that.value); in operator =() 423 value.copy< enum mov_op > (that.value); in operator =() 428 value.copy< extended_mov > (that.value); in operator =() 432 value.copy< float > (that.value); in operator =() 436 value.copy< int > (that.value); in operator =() 441 value.copy< std::shared_ptr<instruction> > (that.value); in operator =() [all …]
|
D | parser.hpp | 82 # define YY_MOVE_OR_COPY copy 341 copy (const self_type& that) in copy() function in yy::parser::semantic_type 3256 value.copy< bool > (YY_MOVE (that.value)); in basic_symbol() 3260 value.copy< enum condition > (YY_MOVE (that.value)); in basic_symbol() 3264 value.copy< enum fifo_config > (YY_MOVE (that.value)); in basic_symbol() 3270 value.copy< enum in_out_set > (YY_MOVE (that.value)); in basic_symbol() 3274 value.copy< enum irq > (YY_MOVE (that.value)); in basic_symbol() 3278 value.copy< enum mov_op > (YY_MOVE (that.value)); in basic_symbol() 3283 value.copy< extended_mov > (YY_MOVE (that.value)); in basic_symbol() 3287 value.copy< float > (YY_MOVE (that.value)); in basic_symbol() [all …]
|
/hal_rpi_pico-latest/bazel/ |
D | BUILD.bazel | 42 cmd_bat = "copy NUL $@",
|
/hal_rpi_pico-latest/src/cmake/ |
D | rp2_common.cmake | 7 # PICO_CMAKE_CONFIG: PICO_COPY_TO_RAM, Option to default all binaries to copy code from flash to SR… 8 option(PICO_COPY_TO_RAM "Default binaries to copy code to RAM when booting from flash")
|
/hal_rpi_pico-latest/src/rp2_common/tinyusb/ |
D | CMakeLists.txt | 58 # suppress warning in our copy of LWIP in case it is used by TinyUSB
|
/hal_rpi_pico-latest/tools/pioasm/ |
D | pio_disassembler.cpp | 13 if (buf_len) buf[disassemble(inst, sideset_bits, sideset_opt).copy(buf, buf_len - 1)] = 0; in disassemble()
|
/hal_rpi_pico-latest/src/rp2_common/pico_btstack/ |
D | LICENSE.RP | 8 and worldwide licence to use, copy, store, develop, modify, and transmit BTstack in order to use BT…
|
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/ |
D | LICENSE.txt | 95 Derivative Works a copy of this License; and 108 include a readable copy of the attribution notices contained 193 You may obtain a copy of the License at
|
/hal_rpi_pico-latest/test/kitchen_sink/ |
D | CMakeLists.txt | 150 target_compile_definitions(kitchen_sink_copy_to_ram PRIVATE KITCHEN_SINK_ID="copy-to-ram binary")
|
/hal_rpi_pico-latest/docs/ |
D | mainpage.md | 27 …, and any other source code included in this documentation, is Copyright © 2020 Raspberry Pi …
|
/hal_rpi_pico-latest/src/rp2_common/pico_divider/ |
D | divider_hardware.S | 641 push {r4-r7,r14} @ save a copy of x 646 push {r2-r3} @ save a copy of x
|
/hal_rpi_pico-latest/src/rp2_common/pico_float/ |
D | float_sci_m33.S | 575 movs r1,r0 @ copy result to cosine output
|
/hal_rpi_pico-latest/src/rp2_common/pico_double/ |
D | double_sci_m33.S | 114 movs r3,r1 @ copy results to cosine output
|