Searched refs:info (Results 1 – 20 of 20) sorted by relevance
/hal_rpi_pico-latest/tools/ |
D | compare_build_systems.py | 260 _LOG.info(" External pins for %s match!", maybe_match.group("dependency")) 311 _LOG.info("[1/3] Checking build system configuration flags...") 323 _LOG.info("[2/4] Checking build system defines...") 328 _LOG.info("[3/4] Checking submodule pins...") 331 _LOG.info("[4/4] Checking version strings...") 335 _LOG.info("Passed with no blocking failures")
|
D | extract_configs.py | 74 …logger.info('{} at {}:{} has non-integer min value "{}"'.format(config_name, file_path, linenum, c… 84 …logger.info('{} at {}:{} has non-integer max value "{}"'.format(config_name, file_path, linenum, c… 95 …logger.info('{} at {}:{} has non-integer default value "{}"'.format(config_name, file_path, linenu… 115 …logger.info('{} at {}:{} has non-integer default value "{}"'.format(config_name, file_path, linenu… 162 …logger.info("Possible misformatted {} at {}:{} ({})".format(BASE_CONFIG_NAME, file_path, linenum, …
|
D | check_source_files_in_bazel_build.py | 191 _LOG.info("Checking all source files are accounted for in Bazel.") 203 _LOG.info("\x1b[32mSuccess!\x1b[0m All files accounted for in Bazel.")
|
D | bazel_common.py | 70 _LOG.info("Running Bazel command: %s", shlex.join(command))
|
D | extract_build_defines.py | 103 …logger.info('{} at {}:{} has non-integer default value "{}"'.format(config_name, file_path, linenu… 143 …logger.info("Possible misformatted {} at {}:{} ({})".format(BASE_BUILD_DEFINE_NAME, file_path, lin…
|
D | extract_cmake_configs.py | 103 …logger.info('{} at {}:{} has non-integer default value "{}"'.format(config_name, file_path, linenu… 143 …logger.info("Possible misformatted {} at {}:{} ({})".format(BASE_CMAKE_CONFIG_NAME, file_path, lin…
|
/hal_rpi_pico-latest/src/rp2_common/pico_standard_binary_info/ |
D | BUILD.bazel | 13 …_BUILD_TYPE, The type of build (e.g. Debug or Release) to embed in binary info, type=string, defau… 22 # With custom_pico_binary_info, it's possible to set binary info globally or
|
/hal_rpi_pico-latest/cmake/preload/toolchains/util/ |
D | set_flags.cmake | 2 option(PICO_DEBUG_INFO_IN_RELEASE "Include debug info in release builds" 1)
|
/hal_rpi_pico-latest/tools/pioasm/ |
D | CMakeLists.txt | 40 # disable GCC ARM info notice about ABI change
|
/hal_rpi_pico-latest/src/rp2_common/pico_bootrom/include/pico/ |
D | bootrom.h | 1019 static inline int rom_get_boot_info(boot_info_t *info) { in rom_get_boot_info() argument 1023 memcpy(info, &result[1], sizeof(boot_info_t)); in rom_get_boot_info()
|
/hal_rpi_pico-latest/src/rp2040/boot_stage2/ |
D | CMakeLists.txt | 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 | 36 # by convention the first source file name without extension is used for the binary info name
|
/hal_rpi_pico-latest/bazel/config/ |
D | BUILD.bazel | 165 # PICO_BAZEL_CONFIG: PICO_BINARY_INFO_ENABLED, Whether to include binary info in final firmware, ty… 208 …_BUILD_TYPE, The type of build (e.g. Debug or Release) to embed in binary info, type=string, defau…
|
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2040/ |
D | memmap_no_flash.ld | 246 …ASSERT( __binary_info_header_end - __logical_binary_start <= 256, "Binary info must be in first 25…
|
D | memmap_blocked_ram.ld | 283 …ASSERT( __binary_info_header_end - __logical_binary_start <= 256, "Binary info must be in first 25…
|
D | memmap_copy_to_ram.ld | 284 …ASSERT( __binary_info_header_end - __logical_binary_start <= 256, "Binary info must be in first 25…
|
D | memmap_default.ld | 283 …ASSERT( __binary_info_header_end - __logical_binary_start <= 256, "Binary info must be in first 25…
|
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2350/ |
D | memmap_no_flash.ld | 251 …ASSERT( __binary_info_header_end - __logical_binary_start <= 1024, "Binary info must be in first 1…
|
D | memmap_copy_to_ram.ld | 304 …ASSERT( __binary_info_header_end - __logical_binary_start <= 1024, "Binary info must be in first 1…
|
D | memmap_default.ld | 297 …ASSERT( __binary_info_header_end - __logical_binary_start <= 1024, "Binary info must be in first 1…
|