/hal_rpi_pico-latest/src/common/pico_base_headers/ |
D | generate_config_header.cmake | 14 # 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 # PICO_CMAKE_CONFIG: PICO_RP2350_ARM_S_CONFIG_HEADER_FILES, List of extra header files to include f… 19 # PICO_CMAKE_CONFIG: PICO_RP2350_RISCV_CONFIG_HEADER_FILES, List of extra header files to include f… 20 # PICO_CMAKE_CONFIG: PICO_HOST_CONFIG_HEADER_FILES, List of extra header files to include from pico…
|
D | BUILD.bazel | 79 # While this provides the "pico.h" header, nearly everything should
|
/hal_rpi_pico-latest/cmake/ |
D | generic_board.cmake | 1 # For boards without their own cmake file, we look for a header file 9 set(PICO_BOARD_HEADER_DIRS ${PICO_BOARD_HEADER_DIRS} CACHE STRING "PICO board header directories" F… 18 # we parse the header file to configure the defaults
|
/hal_rpi_pico-latest/tools/pioasm/ |
D | go_output.cpp | 56 void header(FILE *out, std::string msg) { in header() function 66 header(out, "Code generated by pioasm; DO NOT EDIT."); in output() 82 header(out, program.name); in output()
|
D | ada_output.cpp | 63 void header(FILE *out, const std::string msg, const int indent) { in header() function 100 header(out, "This file is autogenerated by pioasm; do not edit!", 0); in output() 113 header(out, prog_name, 3); in output()
|
D | c_sdk_output.cpp | 48 void header(FILE *out, std::string msg) { in header() function 69 header(out, "This file is autogenerated by pioasm; do not edit!"); in output() 81 header(out, program.name); in output()
|
D | python_output.cpp | 51 void header(FILE *out, std::string msg) { in header() function 64 header(out, "This file is autogenerated by pioasm; do not edit!"); in output() 73 header(out, program.name); in output()
|
/hal_rpi_pico-latest/src/common/boot_picobin_headers/include/boot/ |
D | picobin.h | 158 uint32_t header; member 163 return (lm->header << 1) >> 25; in picobin_load_map_entry_count() 167 return (int32_t)lm->header >= 0; in picobin_load_map_is_relative()
|
/hal_rpi_pico-latest/src/common/ |
D | README.md | 2 of common header files, or high level functionality built entirely using `hardware_` or `pico_` lib…
|
/hal_rpi_pico-latest/bazel/ |
D | BUILD.bazel | 15 # opts to have a static header that transitively include two known headers. 16 # By default, empty header files are included, and users/platforms are expected
|
D | defs.bzl | 34 doc = """Generates a .h header file for each listed pio source.
|
D | README.md | 49 `pico/config_autogen.h` header. Make sure any required `includes`, `hdrs`, and
|
/hal_rpi_pico-latest/test/pico_stdlib_test/ |
D | BUILD.bazel | 17 "//src/common/pico_time", # TODO: This header should be #include'ed from source.
|
/hal_rpi_pico-latest/src/rp2_common/hardware_rtc/ |
D | BUILD.bazel | 8 # TODO: Only rp2040 has a hardware/structs/rtc.h header.
|
/hal_rpi_pico-latest/src/common/pico_stdlib_headers/ |
D | BUILD.bazel | 4 # implementation of this header, along with other critical defines headers.
|
/hal_rpi_pico-latest/docs/ |
D | styles.css | 216 div.header { 222 div.header .headertitle { 225 div.header .title { 228 div.header .summary { 234 div.header .summary { 239 div.header .summary a:hover { 242 div.header .ingroups {
|
D | Doxyfile.in | 22 HTML_HEADER = @PROJECT_SOURCE_DIR@/docs/header.html
|
D | normalise.css | 36 header, selector
|
/hal_rpi_pico-latest/src/rp2_common/cmsis/ |
D | BUILD.bazel | 10 # This is mildly odd, but intentional. We really don't want this header 11 # to have extra deps, and this header is touched by the host build.
|
/hal_rpi_pico-latest/src/ |
D | BUILD.bazel | 3 # This shim exists as a way to break internal header dependency cycles
|
D | CMakeLists.txt | 55 # library should depend on its own header 109 # create an INTERFACE library named target along with associated header, and define LIB_TARGET=1 (u… 138 # they could be useful to determine if the header is available. 160 # they could be useful to determine if the header is available.
|
/hal_rpi_pico-latest/src/rp2_common/ |
D | BUILD.bazel | 58 # This shim exists as a way to break internal header dependency cycles
|
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/ |
D | CMakeLists.txt | 58 …major use case for these to be settable from CMake command line vs board header, or target_compile…
|
/hal_rpi_pico-latest/src/rp2_common/pico_btstack/ |
D | btstack.BUILD | 6 # Expose the gatt header for pico_btstack_make_gatt_header.
|
/hal_rpi_pico-latest/ |
D | README.md | 192 header for each named board.
|