/hal_rpi_pico-latest/tools/ |
D | build_all_headers.py | 21 IGNORE_DIRS.add('common/boot_picoboot') 22 IGNORE_DIRS.add('common/boot_uf2') 23 IGNORE_DIRS.add('common/pico_usb_reset_interface') 24 IGNORE_DIRS.add('rp2_common/cmsis') 25 IGNORE_DIRS.add('rp2_common/pico_async_context') 26 IGNORE_DIRS.add('rp2_common/pico_btstack') 27 IGNORE_DIRS.add('rp2_common/pico_cyw43_arch') 28 IGNORE_DIRS.add('rp2_common/pico_cyw43_driver') 29 IGNORE_DIRS.add('rp2_common/pico_lwip') 30 IGNORE_DIRS.add('rp2_common/pico_stdio_semihosting') [all …]
|
/hal_rpi_pico-latest/src/rp2_common/pico_double/ |
D | double_conv_m33.S | 45 add r2,r2,r3 47 add r2,#0x3ff+19+32 48 add r1,r1,r2,lsl#20 @ insert exponent 59 add r3,#33 71 add r2,#0x3ff+19+32 75 adc r1,r1,r2,lsl#20 @ insert exponent, add rounding 113 add r2,r2,r3 115 add r2,#0x3ff+19+32 116 add r1,r1,r2,lsl#20 @ insert exponent 126 add r3,#33 [all …]
|
D | double_sci_m33.S | 72 add r3,r3,r8,lsl#2 @ p 153 add r12,#4 154 add r2,#4 316 add r2,#12 @ e+12 322 add r12,r12,r4,lsl#1 346 add r3,r3,r2,lsl#4 597 add r2,r2,r4 611 add r1,r1,r2,lsl#20 684 add r3,#32 757 add r12,r2,#0x3fe @ exponent offset [all …]
|
D | double_fma_dcp.S | 85 add r8,r7,r8 @ em+en 128 @ now add (shifted) a into mn, preserving flags 256 …add r3,r3,r14,lsl#20 @ note that "implied" 1 is present in r3, giving an offset of 1 in the… 267 …add r3,r3,#0x40000000 @ ea cannot be very large (as adding r7 made it negative), so safe to … 268 add r5,r5,#0x40000000 556 add r3,r3,r14,lsl#20 571 add r3,r3,#0x40000000 @ otherwise offset exponents by +1024 572 add r5,r5,#0x40000000
|
/hal_rpi_pico-latest/src/rp2_common/pico_float/ |
D | float_conv_m33.S | 48 adc r0,r0,r2,lsl#23 @ insert exponent, add rounding 55 add r3,#33 64 add r2,#22+127+32 65 adc r0,r0,r2,lsl#23 @ insert exponent, add rounding 100 add r2,r1,r3 102 add r0,r0,r2,lsl#23 @ insert exponent 109 add r3,#33 117 add r2,#22+127 146 add r2,r1,r3 148 add r0,r0,r2,lsl#23 @ insert exponent [all …]
|
D | float_sci_m33.S | 49 add r2,r2,r3,lsl#2 @ p 72 @ need to add quadratic term 78 add r0,r0,r1 107 add r0,r0,r1 124 add r1,r1,r12,lsr#31 @ rounded up if we have a negative argument 134 add r2,r2,r1,lsl#3 143 add r1,#256 150 add r1,r1,r1 151 add r1,#4096 259 add r2,r2,r1,lsl#3 [all …]
|
D | float_single_hazard3.S | 87 add \sig_lhs, \sig_lhs, \packed_lhs 105 add \sig_lhs, \sig_lhs, \packed_lhs 118 add a0, \sig_lhs, \exp_lhs 219 add a2, a2, a3 229 add a4, a4, a1 240 add a0, a4, a2
|
D | float_sci_m33_vfp.S | 49 add r2,r2,r3,lsl#2 @ p 99 add r2,r2,r1,lsl#23 210 add r3,r3,r0,lsr#16 @ look up r0>>19 rounded, preserving flags 315 add r12,r12,r3 338 @ add r4,r4,r2,lsr#31 347 add r3,r0,r6,lsl#31 @ apply sign of reduced angle 386 add r12,r12,r2 394 .word 0xb695777a,0x3fc91000 @ these two add up to π/2 with error ~1.6e-13 470 add r2,r2,r1,lsl#2 @ 12 bytes per entry 471 add r2,r2,r1,lsl#3 [all …]
|
/hal_rpi_pico-latest/src/rp2_common/hardware_irq/ |
D | irq_handler_chain.S | 76 add ra, t0, 4 // Set up function call to return to offset 8 of the slot 89 add a0, ra, -10 // Expect to be called with a 16-bit jal, at 8-byte offset in the slot.
|
/hal_rpi_pico-latest/src/ |
D | CMakeLists.txt | 23 # todo add option to disable skip flag 61 # note, it would be nice to only add the dependency if it exists, but we do 62 # not necessarily add libraries in reverse dependency order, so we do this 70 # add a link option to wrap the given function name; i.e. -Wl:wrap=FUNCNAME for gcc 75 # add map file generation for the given target 117 # and add include/ relative to the calling directory to the includes. 132 # INTERFACE library that it depends on. The hardware_NAME_headers library add include/ relat… 136 …# Choosing not to add LIB_HARDWARE_ defines to avoid command line bloat pending a need (they aren't 158 …# Choosing not to add LIB_HARDWARE_ defines to avoid command line bloat pending a need (they aren't
|
D | combined-docs.cmake | 17 # (note we don't add rp2040/hardware_regs because of the size)
|
/hal_rpi_pico-latest/tools/pioasm/ |
D | hex_output.cpp | 13 output_format::add(new hex_output()); in factory()
|
D | go_output.cpp | 23 output_format::add(new go_output()); in factory()
|
D | json_output.cpp | 15 output_format::add(new json_output()); in factory()
|
/hal_rpi_pico-latest/src/rp2_common/pico_int64_ops/ |
D | pico_int64_ops_aeabi.S | 45 add r1, r12
|
D | CMakeLists.txt | 9 # add alias "default" which is just pico.
|
/hal_rpi_pico-latest/src/rp2_common/pico_standard_link/ |
D | BUILD.bazel | 24 # When PICO_BARE_METAL is enabled, don't automagically add link-time
|
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2350/ |
D | BUILD.bazel | 19 # * Manually add your desired linker script to each cc_binary.
|
/hal_rpi_pico-latest/src/rp2_common/pico_bit_ops/ |
D | CMakeLists.txt | 8 # add alias "default" which is just pico.
|
/hal_rpi_pico-latest/src/rp2_common/pico_mem_ops/ |
D | CMakeLists.txt | 8 # add alias "default" which is just pico.
|
/hal_rpi_pico-latest/src/rp2_common/pico_divider/ |
D | CMakeLists.txt | 12 # add alias "default" which is hardware for RP2040 and compiler for RP2350
|
/hal_rpi_pico-latest/src/host/ |
D | README.md | 13 which uses the SDL2 library to add additional library support for pico_multicore, timers/alarms in …
|
/hal_rpi_pico-latest/src/rp2_common/pico_printf/ |
D | CMakeLists.txt | 10 # add alias "default" which is just pico.
|
/hal_rpi_pico-latest/ |
D | ChangeLog.zephyr.md | 10 - [#7] pico-sdk: hardware_timer: Don't add irq handler to interrupt vector
|
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2040/ |
D | BUILD.bazel | 20 # * Manually add your desired linker script to each cc_binary.
|