Home
last modified time | relevance | path

Searched refs:info (Results 1 – 20 of 20) sorted by relevance

/hal_rpi_pico-latest/tools/
Dcompare_build_systems.py260 _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")
Dextract_configs.py74 …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, …
Dcheck_source_files_in_bazel_build.py191 _LOG.info("Checking all source files are accounted for in Bazel.")
203 _LOG.info("\x1b[32mSuccess!\x1b[0m All files accounted for in Bazel.")
Dbazel_common.py70 _LOG.info("Running Bazel command: %s", shlex.join(command))
Dextract_build_defines.py103 …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…
Dextract_cmake_configs.py103 …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/
DBUILD.bazel13 …_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/
Dset_flags.cmake2 option(PICO_DEBUG_INFO_IN_RELEASE "Include debug info in release builds" 1)
/hal_rpi_pico-latest/tools/pioasm/
DCMakeLists.txt40 # disable GCC ARM info notice about ABI change
/hal_rpi_pico-latest/src/rp2_common/pico_bootrom/include/pico/
Dbootrom.h1019 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/
DCMakeLists.txt36 # by convention the first source file name without extension is used for the binary info name
/hal_rpi_pico-latest/src/rp2350/boot_stage2/
DCMakeLists.txt36 # by convention the first source file name without extension is used for the binary info name
/hal_rpi_pico-latest/bazel/config/
DBUILD.bazel165 # 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/
Dmemmap_no_flash.ld246 …ASSERT( __binary_info_header_end - __logical_binary_start <= 256, "Binary info must be in first 25…
Dmemmap_blocked_ram.ld283 …ASSERT( __binary_info_header_end - __logical_binary_start <= 256, "Binary info must be in first 25…
Dmemmap_copy_to_ram.ld284 …ASSERT( __binary_info_header_end - __logical_binary_start <= 256, "Binary info must be in first 25…
Dmemmap_default.ld283 …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/
Dmemmap_no_flash.ld251 …ASSERT( __binary_info_header_end - __logical_binary_start <= 1024, "Binary info must be in first 1…
Dmemmap_copy_to_ram.ld304 …ASSERT( __binary_info_header_end - __logical_binary_start <= 1024, "Binary info must be in first 1…
Dmemmap_default.ld297 …ASSERT( __binary_info_header_end - __logical_binary_start <= 1024, "Binary info must be in first 1…