Searched refs:link (Results 1 – 17 of 17) sorted by relevance
/hal_rpi_pico-latest/src/rp2_common/hardware_irq/ |
D | irq.c | 184 int8_t link; member 368 irq_handler_chain_free_slot_head = slot->link; in irq_add_shared_handler() 383 .link = -1, in irq_add_shared_handler() 395 if (cur_slot->link < 0) break; in irq_add_shared_handler() 396 cur_slot = &irq_handler_chain_slots[cur_slot->link]; in irq_add_shared_handler() 409 .inst3 = prev_slot->link >= 0 ? in irq_add_shared_handler() 412 .link = prev_slot->link, in irq_add_shared_handler() 417 prev_slot->link = slot_index; in irq_add_shared_handler() 431 .link = get_slot_index(existing_vtable_slot), in irq_add_shared_handler() 506 if (to_free_slot->link < 0) break; in irq_remove_handler() [all …]
|
/hal_rpi_pico-latest/bazel/config/ |
D | BUILD.bazel | 45 …OOT_STAGE2_LINK_IMAGE, [Bazel only] The final boot_stage2 image target to link in. Use this to ful… 105 # PICO_BAZEL_CONFIG: PICO_DEFAULT_DOUBLE_IMPL, The default implementation for pico_double to link. … 118 # PICO_BAZEL_CONFIG: PICO_DEFAULT_FLOAT_IMPL, The default implementation for pico_float to link. au… 132 # PICO_BAZEL_CONFIG: PICO_DEFAULT_DIVIDER_IMPL, The default implementation for pico_divider to link… 143 # PICO_BAZEL_CONFIG: PICO_DEFAULT_PRINTF_IMPL, The default implementation for pico_printf to link. … 154 …_ASYNC_CONTEXT_IMPL, The default implementation for pico_async_context to link, type=string, defau… 202 …Y_INFO, [Bazel only] The library that provides custom_pico_binary_info to link into all binaries, … 214 …_LINKER_SCRIPT, [Bazel only] The library that provides a linker script to link into all binaries, … 262 # PICO_BAZEL_CONFIG: PICO_BT_ENABLE_BLE, [Bazel only] Whether or not to link in BLE portions of the… 268 # PICO_BAZEL_CONFIG: PICO_BT_ENABLE_CLASSIC, [Bazel only] Whether or not to link in classic BT port… [all …]
|
/hal_rpi_pico-latest/src/rp2_common/pico_stdio_usb/ |
D | BUILD.bazel | 80 # Ensure `stdio_usb_descriptors.c` isn't affected by link order. 84 # Stub library that does NOT link in stdio USB support libs.
|
/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 6 # link the appropriate libraries and set the appropraite defines based on the
|
/hal_rpi_pico-latest/src/rp2_common/pico_stdio_semihosting/ |
D | BUILD.bazel | 35 # Stub library that does NOT link in stdio semihosting support libs.
|
/hal_rpi_pico-latest/src/rp2_common/pico_stdio_uart/ |
D | BUILD.bazel | 35 # Stub library that does NOT link in stdio UART support libs.
|
/hal_rpi_pico-latest/src/rp2_common/pico_multicore/ |
D | BUILD.bazel | 32 # Stub library that does NOT link in multicore support libs.
|
/hal_rpi_pico-latest/src/rp2_common/pico_runtime/ |
D | BUILD.bazel | 6 # the implementation getting pulled in as a link dep (i.e. invert the usual
|
/hal_rpi_pico-latest/src/rp2_common/pico_runtime_init/ |
D | BUILD.bazel | 6 # the implementation getting pulled in as a link dep (i.e. invert the usual
|
/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
|
D | CMakeLists.txt | 88 …s restored for 1.5.1 as setting -nostartfiles on many C++ binaries causes link errors. see issue #…
|
/hal_rpi_pico-latest/src/rp2_common/pico_stdio_rtt/ |
D | BUILD.bazel | 45 # Stub library that does NOT link in stdio rtt support libs.
|
/hal_rpi_pico-latest/cmake/preload/toolchains/util/ |
D | set_flags.cmake | 21 # functions like _exit. So pass -nostdlib so it doesn't link in an exit()
|
/hal_rpi_pico-latest/docs/ |
D | weblinks_page.md | 20 You can find our forums at the [following link](https://forums.raspberrypi.com/).
|
/hal_rpi_pico-latest/src/rp2_common/pico_clib_interface/ |
D | BUILD.bazel | 5 # This is split between the headers and a link-time requirement to fix issues
|
/hal_rpi_pico-latest/src/ |
D | CMakeLists.txt | 64 # have headers, or link will fail with a missing library -lfoo_headers 70 # add a link option to wrap the given function name; i.e. -Wl:wrap=FUNCNAME for gcc
|
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/ |
D | LICENSE.txt | 45 separable from, or merely link (or bind by name) to the interfaces of,
|