Home
last modified time | relevance | path

Searched refs:from (Results 1 – 25 of 58) sorted by relevance

123

/hal_rpi_pico-latest/src/common/pico_base_headers/
Dgenerate_config_header.cmake14 # PICO_CMAKE_CONFIG: PICO_CONFIG_HEADER_FILES, List of extra header files to include from pico/conf…
17 # PICO_CMAKE_CONFIG: PICO_RP2040_CONFIG_HEADER_FILES, List of extra header files to include from pi…
18 …O_RP2350_ARM_S_CONFIG_HEADER_FILES, List of extra header files to include from pico/config.h for t…
19 …O_RP2350_RISCV_CONFIG_HEADER_FILES, List of extra header files to include from pico/config.h for t…
20 # PICO_CMAKE_CONFIG: PICO_HOST_CONFIG_HEADER_FILES, List of extra header files to include from pico…
/hal_rpi_pico-latest/src/rp2_common/hardware_irq/
Dirq.c253 static uint16_t make_j_16(uint16_t *from, void *to) { in make_j_16() argument
254 uint32_t ui_from = (uint32_t)from; in make_j_16()
261 static void insert_bl_32(uint16_t *from, void *to) { in insert_bl_32() argument
262 uint32_t ui_from = (uint32_t)from; in insert_bl_32()
266 from[0] = (uint16_t)(0xf000 | ((delta >> 11u) & 0x7ffu)); in insert_bl_32()
267 from[1] = (uint16_t)(0xf800 | (delta & 0x7ffu)); in insert_bl_32()
279 static uint16_t make_jal_16(uint16_t *from, void *to) { in make_jal_16() argument
280 uint32_t ui_from = (uint32_t)from; in make_jal_16()
287 static uint16_t make_j_16(uint16_t *from, void *to) { in make_j_16() argument
288 return 0x8000u | make_jal_16(from, to); in make_j_16()
[all …]
/hal_rpi_pico-latest/docs/
DCMakeLists.txt9 message("Using PICO_EXAMPLES_PATH from environment ('${PICO_EXAMPLES_PATH}')")
22 message("Documentation example code will come from ${PICO_EXAMPLES_PATH}")
24 …message(WARNING "Documentation example code configured to come from ${PICO_EXAMPLES_PATH}, but tha…
39 … message("Documentation example code will come from git repo ${GIT_REPOSITORY}, branch ${GIT_TAG}")
48 # auto genereate additional section enables from library paths
Dmainpage.md7 …ity built using PIO, such as audio. The SDK can be used to build anything from simple applications…
9 This documentation is generated from the SDK source tree using Doxygen. It provides basic informati…
19 … allows a simple specification of the build (via `CMakeLists.txt` files), from which CMake can gen…
21 Apart from being a widely-used build system for C/C++ development, CMake is fundamental to the way …
/hal_rpi_pico-latest/external/
Dpico_sdk_import.cmake8 message("Using PICO_SDK_PATH from environment ('${PICO_SDK_PATH}')")
13 message("Using PICO_SDK_FETCH_FROM_GIT from environment ('${PICO_SDK_FETCH_FROM_GIT}')")
18 … message("Using PICO_SDK_FETCH_FROM_GIT_PATH from environment ('${PICO_SDK_FETCH_FROM_GIT_PATH}')")
23 message("Using PICO_SDK_FETCH_FROM_GIT_TAG from environment ('${PICO_SDK_FETCH_FROM_GIT_TAG}')")
32 …T "${PICO_SDK_FETCH_FROM_GIT}" CACHE BOOL "Set to ON to fetch copy of SDK from git if not otherwis…
67 …as not specified. Please set PICO_SDK_PATH or set PICO_SDK_FETCH_FROM_GIT to on to fetch from git."
/hal_rpi_pico-latest/src/rp2_common/pico_runtime/
Druntime.c15 static void runtime_run_initializers_from(uintptr_t *from) { in runtime_run_initializers_from() argument
24 for (uintptr_t *p = from; p < &__preinit_array_end; p++) { in runtime_run_initializers_from()
/hal_rpi_pico-latest/src/rp2_common/tinyusb/
DCMakeLists.txt3 message("Using PICO_TINYUSB_PATH from environment ('${PICO_TINYUSB_PATH}')")
11 hint: try 'git submodule update --init' from your SDK directory (${PICO_SDK_PATH}).")
32 …# off by default note TUD_OPT_RP2040_USB_DEVICE_ENUMERATION_FIX defaults from PICO_RP2040_USB_DEVI…
/hal_rpi_pico-latest/tools/
Duf2_aspect.bzl40 doc = """An aspect for generating UF2 images from ELF binaries.
44 step that generates UF2 images from all ELF artifacts.
46 This can be used from a build to produce UF2 files alongside the regular
DFindpicotool.cmake14 … message("Using PICOTOOL_FETCH_FROM_GIT_PATH from environment ('${PICOTOOL_FETCH_FROM_GIT_PATH}')")
29 … "No installed picotool with version ${picotool_VERSION_REQUIRED} found - building from source\n"
/hal_rpi_pico-latest/
DREADME.md13 The SDK can be used to build anything from simple applications, fully-fledged runtime environments …
63 from the SDK into your project directory
90 # initialize pico-sdk from submodule
103 * Or with automatic download from GitHub :
105 from the SDK into your project directory
111 # initialize pico-sdk from GIT
112 # (note this can come from environment, CMake cache etc)
115 # pico_sdk_import.cmake is a single file copied from this SDK
194 1. Make your target from the build directory you created.
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/
DCMakeLists.txt3 message("Using PICO_CYW43_DRIVER_PATH from environment ('${PICO_CYW43_DRIVER_PATH}')")
12 hint: try 'git submodule update --init' from your SDK directory (${PICO_SDK_PATH}).")
58 …# commented out as I don't think there is a major use case for these to be settable from CMake com…
72 # # PICO_CMAKE_CONFIG: CYW43_DEFAULT_PIN_WL_DATA_IN, gpio pin for spi data in from the cyw43…
76 # # PICO_CMAKE_CONFIG: CYW43_DEFAULT_PIN_WL_HOST_WAKE, gpio (irq) pin for the irq line from
/hal_rpi_pico-latest/src/rp2_common/cmsis/
DCMakeLists.txt10 # message("Using PICO_CMSIS_PATH from environment for CMSIS ('${PICO_CMSIS_PATH}')")
19 # message("Using PICO_CMSIS_VENDOR from environment for CMSIS ('${PICO_CMSIS_VENDOR}')")
30 # message("Using PICO_CMSIS_DEVICE from environment for CMSIS ('${PICO_CMSIS_DEVICE}')")
/hal_rpi_pico-latest/cmake/
Dgeneric_board.cmake7 message("Using PICO_BOARD_HEADER_DIRS from environment ('${PICO_BOARD_HEADER_DIRS}')")
15 message("Using board configuration from ${PICO_BOARD_HEADER_FILE}")
Dpico_pre_load_platform.cmake6 message("Initializing PICO_BOARD from environment ('${PICO_BOARD}')")
12 message("Initializing PICO_PLATFORM from environment ('${PICO_PLATFORM}')")
60 message("Using PICO_BOARD_CMAKE_DIRS from environment ('${PICO_BOARD_CMAKE_DIRS}')")
67 message("Using CMake board configuration from ${PICO_BOARD_CMAKE_FILE}")
120 …message(FATAL_ERROR "PICO_PLATFORM has been modified from '${PICO_SAVED_PLATFORM}' to '${PICO_PLAT…
/hal_rpi_pico-latest/cmake/preload/toolchains/util/
Dfind_compiler.cmake8 # If not found, issue a fatal message and stop processing. PICO_TOOLCHAIN_PATH can be provided from
35 # If not found, issue a fatal message and stop processing. PICO_TOOLCHAIN_PATH can be provided from
/hal_rpi_pico-latest/test/pico_stdlib_test/
DBUILD.bazel17 "//src/common/pico_time", # TODO: This header should be #include'ed from source.
/hal_rpi_pico-latest/src/cmake/
Drp2_common.cmake5 # PICO_CMAKE_CONFIG: PICO_NO_FLASH, Option to default all binaries to not use flash i.e. run from S…
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")
17 # PICO_CMAKE_CONFIG: PICO_BARE_METAL, Flag to exclude anything except base headers from the build, …
/hal_rpi_pico-latest/src/rp2040/
DREADME.md3 `hardware_regs` contains low level hardware register #defines autogenerated from the RP2040 chip de…
/hal_rpi_pico-latest/src/rp2350/
DREADME.md4 `hardware_regs` contains low level hardware register #defines autogenerated from the RP2350 chip de…
/hal_rpi_pico-latest/src/rp2040/boot_stage2/
DCMakeLists.txt1 … TARGET; this setting is useful when explicitly setting the default build from a per board CMake f…
6 …message("Using PICO_DEFAULT_BOOT_STAGE2_FILE from environment ('${PICO_DEFAULT_BOOT_STAGE2_FILE}')…
16 message("Using PICO_DEFAULT_BOOT_STAGE2 from environment ('${PICO_DEFAULT_BOOT_STAGE2}')")
/hal_rpi_pico-latest/src/rp2350/boot_stage2/
DCMakeLists.txt1 … TARGET; this setting is useful when explicitly setting the default build from a per board CMake f…
6 …message("Using PICO_DEFAULT_BOOT_STAGE2_FILE from environment ('${PICO_DEFAULT_BOOT_STAGE2_FILE}')…
16 message("Using PICO_DEFAULT_BOOT_STAGE2 from environment ('${PICO_DEFAULT_BOOT_STAGE2}')")
/hal_rpi_pico-latest/src/rp2_common/pico_stdio_usb/
DCMakeLists.txt21 …number of milliseconds to wait during initialization for a CDC connection from the host (negative …
/hal_rpi_pico-latest/bazel/util/
Dlabel_flag_matches.bzl22 doc = "The flag to extract a value from",
/hal_rpi_pico-latest/src/rp2_common/pico_standard_link/
DBUILD.bazel6 # This produces a small fragment of a linker script that is INCLUDEed from
/hal_rpi_pico-latest/test/pico_float_test/llvm/
DLICENSE.TXT34 endorse or promote products derived from this Software without specific
56 University of Illinois to endorse or promote products derived from this

123