/hal_rpi_pico-latest/src/rp2_common/pico_lwip/tools/ |
D | makefsdata.py | 18 def process_file(input_dir, file): argument 22 content_type, _ = mimetypes.guess_type(file) 36 if file.name.startswith(f"{response_id}."): 48 if file.suffix not in LWIP_HTTPD_SSI_EXTENSIONS: 50 file_size = file.stat().st_size 61 data = file.read_bytes() 74 file = Path(name) 75 if not file.is_file(): 79 input_dir = file.parent 80 results = process_file(input_dir, file) [all …]
|
D | CMakeLists.txt | 1 # Compile the http content into a source file "pico_fsdata.inc" in a format suitable for the lwip h…
|
/hal_rpi_pico-latest/bazel/ |
D | pico_btstack_make_gatt_header.bzl | 13 … "{}_gatt_generated/{}.h".format(ctx.label.name, ctx.file.src.basename.removesuffix(".gatt")), 19 ctx.file.src.path, 22 ctx.file._btstack_hdr.dirname, 27 ctx.file.src, 28 ctx.file._btstack_hdr,
|
D | defs.bzl | 34 doc = """Generates a .h header file for each listed pio source. 36 Each source file listed in `srcs` will be available as `[pio file name].h` on
|
D | README.md | 6 First, in your `MODULE.bazel` file, add a dependency on the Pico SDK and 90 You are welcome and encouraged to file issues for any problems and limitations
|
/hal_rpi_pico-latest/src/rp2_common/pico_clib_interface/ |
D | picolibc_interface.c | 32 static int picolibc_putc(char c, __unused FILE *file) { in picolibc_putc() argument 39 static int picolibc_getc(__unused FILE *file) { in picolibc_getc() argument 46 static int picolibc_flush(__unused FILE *file) { in picolibc_flush() argument 60 void __weak __assert_func(const char *file, int line, const char *func, const char *failedexpr) { in __assert_func() argument 62 failedexpr, file, line, func ? ", function: " : "", in __assert_func()
|
D | newlib_interface.c | 163 void __weak __assert_func(const char *file, int line, const char *func, const char *failedexpr) { in __assert_func() argument 165 failedexpr, file, line, func ? ", function: " : "", in __assert_func()
|
/hal_rpi_pico-latest/bazel/toolchain/ |
D | objcopy.bzl | 19 direct = [ctx.file.src], 25 ctx.file.src.path, 41 doc = "Destination file for objcopy command",
|
/hal_rpi_pico-latest/cmake/ |
D | generic_board.cmake | 1 # For boards without their own cmake file, we look for a header file 18 # we parse the header file to configure the defaults 19 file(STRINGS ${PICO_BOARD_HEADER_FILE} HEADER_FILE_CONTENTS)
|
D | pico_pre_load_toolchain.cmake | 29 # If PICO_COMPILER is specified, set toolchain file to ${PICO_COMPILER}.cmake. 59 message(FATAL_ERROR "Toolchain file \"${PICO_COMPILER}.cmake\" does not exist, please\
|
/hal_rpi_pico-latest/src/rp2040/boot_stage2/ |
D | CMakeLists.txt | 1 …file to use unless overridden by pico_set_boot_stage2 on the TARGET; this setting is useful when e… 9 …_BOOT_STAGE2_FILE "${PICO_DEFAULT_BOOT_STAGE2_FILE}" CACHE STRING "boot stage 2 source file" FORCE) 36 # by convention the first source file name without extension is used for the binary info name
|
/hal_rpi_pico-latest/src/rp2350/boot_stage2/ |
D | CMakeLists.txt | 1 …file to use unless overridden by pico_set_boot_stage2 on the TARGET; this setting is useful when e… 9 …_BOOT_STAGE2_FILE "${PICO_DEFAULT_BOOT_STAGE2_FILE}" CACHE STRING "boot stage 2 source file" FORCE) 36 # by convention the first source file name without extension is used for the binary info name
|
/hal_rpi_pico-latest/ |
D | pico_sdk_init.cmake | 2 # This file must be included prior to the project() call 4 # Note: this file is perhaps named badly, as it provides a method pico_sdk_init which 61 pico_message_debug("Including custom CMake file ${LIST_FILE}")
|
/hal_rpi_pico-latest/cmake/Platform/ |
D | PICO.cmake | 1 # this is included because toolchain file sets SYSTEM_NAME=PICO
|
/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/host/pico_platform/ |
D | CMakeLists.txt | 1 # This file may be included directly by a build to get common SDK macros and types
|
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/ |
D | LICENSE.txt | 106 (d) If the Work includes a "NOTICE" text file as part of its 109 within such NOTICE file, excluding those notices that do not 111 of the following places: within a NOTICE text file distributed 116 of the NOTICE file are for informational purposes only and 141 origin of the Work and reproducing the content of the NOTICE file. 184 comment syntax for the file format. We also recommend that a 185 file or class name and description of purpose be included on the 192 you may not use this file except in compliance with the License.
|
/hal_rpi_pico-latest/test/pico_float_test/llvm/ |
D | LICENSE.TXT | 49 have its own individual LICENSE.TXT file in the directory in which it appears. 50 This file will describe the copyrights, license, and restrictions which apply
|
/hal_rpi_pico-latest/tools/ |
D | CMakeLists.txt | 171 file(MAKE_DIRECTORY ${pico_generate_pio_header_OUTPUT_DIR}) 215 # Output the public key hash and other necessary rows to an otp JSON file. 322 message(FATAL_ERROR "Signature file not set for ${TARGET}") 355 # file containing 32 bytes of a random key), and sign the encrypted binary. 372 message(FATAL_ERROR "Signature file not set for ${TARGET}") 391 file(MAKE_DIRECTORY "${output_path}")
|
D | bazel_common.py | 101 print(*args, file=sys.stderr, **kwargs)
|
/hal_rpi_pico-latest/src/common/pico_base_headers/ |
D | generate_config_header.cmake | 24 file(GENERATE
|
/hal_rpi_pico-latest/cmake/preload/toolchains/util/ |
D | find_compiler.cmake | 1 # Toolchain file is processed multiple times, however, it cannot access CMake cache on some runs.
|
/hal_rpi_pico-latest/src/rp2_common/pico_btstack/ |
D | CMakeLists.txt | 62 …# pico-sdk now supports RTT using pico_enable_stdio_rtt in your cmake file or -DPICO_STDIO_RTT=1 o… 64 # and we'll have to add the source file it requires. 290 # Make a GATT header file from a BTstack GATT file 291 # Pass the target library name library type and path to the GATT input file
|
/hal_rpi_pico-latest/tools/pioasm/ |
D | parser.yy | 14 %define api.location.file "location.h" 46 END 0 "end of file" 168 file: 431 std::ifstream file(l.begin.filename->c_str()); 434 std::getline(file, line);
|
D | CMakeLists.txt | 82 #Create a ConfigVersion.cmake file
|