/Zephyr-latest/scripts/west_commands/ |
D | blobs.py | 103 fmt = args.format or self.DEFAULT_LIST_FMT 105 self.inf(fmt.format(**blob)) 124 self.dbg('Verifying blob {module}: {abspath}'.format(**blob)) 151 self.dbg('Blob {module}: {abspath} is up to date'.format(**blob)) 153 self.inf('Fetching blob {module}: {abspath}'.format(**blob)) 166 self.dbg('Blob {module}: {abspath} not in filesystem'.format(**blob)) 168 self.inf('Deleting blob {module}: {status} {abspath}'.format(**blob)) 176 if args.subcmd[0] != 'list' and args.format is not None:
|
D | build.py | 192 self.dbg('args: {} remainder: {}'.format(args, remainder), 214 self.die("source directory specified twice:({} and {})".format( 217 self.dbg('source_dir: {} cmake_opts: {}'.format(self.args.source_dir, 231 format(pristine)) 235 self.dbg('pristine: {} auto_pristine: {}'.format(pristine, 374 'desired.'.format(arg, arg[colon+1:])) 376 args.append("-D{}".format(arg.replace('"', '\"'))) 381 args = ["-D{}".format(a.replace('"', '\"')) for a in config_options] 382 … args.extend(["-D{}".format(arg.replace('"', '')) for arg in non_config_options]) 418 args_expanded = ["-D{}".format(a.replace('"', '')) for a in args] [all …]
|
D | build_helpers.py | 37 '''.format(DEFAULT_BUILD_DIR) 52 return fmt.format(**kwargs) 70 b = Path(str(b).format(**kwargs)) 103 log.dbg('config dir-fmt: {}'.format(default), level=log.VERBOSE_EXTREME) 110 log.dbg('build dir: {}'.format(build_dir), level=log.VERBOSE_EXTREME)
|
D | zcmake.py | 60 in_cwd = ' (in {})'.format(cwd) if cwd else '' 61 log.inf('Dry run{}:'.format(in_cwd), quote_sh_list(cmd)) 191 raise ValueError('invalid bool {}'.format(val)) from exc 213 args = exc.args + ('on line {}: {}'.format(line_no, line),) 229 return fmt.format(self.name, self.value) 271 raise RuntimeError(msg.format(value, type(value))) 284 raise TypeError(msg.format(type(entry), entry)) 308 format(decoded) + 319 format(_MIN_CMAKE_VERSION_STR),
|
/Zephyr-latest/drivers/rtc/ |
D | rtc_shell.c | 115 static char *strptime(const char *s, const char *format, struct tm *tm_time) in strptime() argument 120 if (!strcmp(format, format_iso8601)) { in strptime() 138 } else if (!strcmp(format, format_time)) { in strptime() 141 } else if (!strcmp(format, format_date)) { in strptime() 166 const char *format; in cmd_set() local 169 format = format_iso8601; in cmd_set() 171 format = format_date; in cmd_set() 173 format = format_time; in cmd_set() 176 char *parseRes = strptime(argv[1], format, tm_time); in cmd_set()
|
/Zephyr-latest/tests/drivers/sensor/adltc2990/boards/ |
D | native_sim.overlay | 22 temperature-format = <0>; 23 acquistion-format = <1>; 48 temperature-format = <1>; 49 acquistion-format = <1>; 62 temperature-format = <1>; 63 acquistion-format = <1>; 76 temperature-format = <1>; 77 acquistion-format = <1>;
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_harness.py | 858 SAMPLE_GTEST_FMT.format( 878 SAMPLE_GTEST_FMT.format( 881 SAMPLE_GTEST_FMT.format( 903 SAMPLE_GTEST_FMT.format( 906 SAMPLE_GTEST_FMT.format( 928 SAMPLE_GTEST_FMT.format( 931 SAMPLE_GTEST_FMT.format( 953 SAMPLE_GTEST_FMT.format( 956 SAMPLE_GTEST_FMT.format( 979 SAMPLE_GTEST_FMT.format( [all …]
|
/Zephyr-latest/arch/arc/include/ |
D | err_dump_handling.h | 13 #define ARC_EXCEPTION_DUMP(format, ...) printk(format "\n", ##__VA_ARGS__) argument
|
/Zephyr-latest/scripts/build/ |
D | gen_relocate_app.py | 332 out += template.format(obj_file_name=section.obj_file_name, 351 load_address_string = LOAD_ADDRESS_LOCATION_FLASH.format(add_phdr(memory_type, phdrs)) 353 … load_address_string = LOAD_ADDRESS_LOCATION_FLASH_NOCOPY.format(add_phdr(memory_type, phdrs)) 355 load_address_string = LOAD_ADDRESS_LOCATION_BSS.format(add_phdr(memory_type, phdrs)) 368 …linker_string += LINKER_SECTION_SEQ_MPU.format(memory_type.lower(), kind.value, memory_type.upper(… 373 …linker_string += LINKER_SECTION_SEQ_MPU.format(memory_type.lower(), kind.value, memory_type.upper(… 376 … linker_string += LINKER_SECTION_SEQ.format(memory_type.lower(), kind.value, memory_type.upper(), 379 …linker_string += SECTION_LOAD_MEMORY_SEQ.format(memory_type.lower(), kind.value, memory_type.upper… 397 gen_string += MPU_RO_REGION_START.format(memory_type.lower(), memory_type.upper()) 404 gen_string += MPU_RO_REGION_END.format(memory_type.lower()) [all …]
|
D | gen_app_partitions.py | 208 string = linker_start_seq.format(lnkr_sect, lnkr_sect.upper()) 211 string += data_template.format(partition) 214 string += library_data_template.format(lib) 215 string += bss_template.format(partition, lnkr_sect) 218 string += library_bss_template.format(lib) 219 string += footer_template.format(partition) 220 size_string += size_cal_string.format(partition) 222 string += linker_end_seq.format(lnkr_sect) 225 string = empty_app_smem.format(lnkr_sect, lnkr_sect.upper()) 301 print(" {0}: size {1}: {2}".format(key, [all …]
|
D | gen_device_deps.py | 81 '/* {:d} : {:s}:'.format(dev.handle, (dev_path_str(dev))), 86 lines.append(' * - {:s}'.format(dev_path_str(dep))) 90 lines.append(' * - {:s}'.format(dev_path_str(dep))) 94 lines.append(' * - {:s}'.format(dev_path_str(sup))) 111 ).format('const ' if not dynamic_deps else '') 116 'extern {:s} {:s}[{:d}];'.format(ctype, dev.ordinals.sym.name, len(handles)), 118 '{:s}[] = {{ {:s} }};'.format(dev.ordinals.sym.name, ', '.join(handles)),
|
D | gen_isr_tables_parser_carrays.py | 95 self.__log.debug("{0:<10} {1:<3} {2:<3} {3}".format( 197 fp.write("\t__asm(ARCH_IRQ_VECTOR_JUMP_CODE({}));\n".format(func_as_string)) 209 fp.write("\t{},\n".format(func)) 211 fp.write("\t((uintptr_t)&{}),\n".format(func)) 272 param = "{0:#x}".format(self.__swt[i][0][0]) 276 param = "&z_shared_sw_isr_table[{0}]".format(i) 280 func_as_string = "{0:#x}".format(func) 286 format(level2_offset)) 289 format(level3_offset)) 291 … fp.write("\t{{(const void *){0}, (ISR){1}}}, /* {2} */\n".format(param, func_as_string, i))
|
D | elf_parser.py | 31 (format, size) = self.elf.native_struct_format 32 return struct.unpack(format, self.data[offset:offset + size])[0] 61 format = "<" if self.elf.little_endian else ">" 62 format += "{:d}h".format(len(self.data) // 2) 63 self._ordinals = struct.unpack(format, self.data) 144 format = "<" if self.little_endian else ">" 146 format += "I" 149 format += "Q" 151 return (format, size) 278 text = '{:s}\\nHandle: {:d}'.format(dev.sym.name, dev.handle) [all …]
|
/Zephyr-latest/subsys/bindesc/ |
D | Kconfig.build_time | 77 string "Date-Time format" 83 example, setting the format to "2023-02-05T00:07:04+0000" will set it as the build time, 87 Example of the default format: 2023-09-29T17:43:14+0000. 88 Note: the default format complies with ISO-8601. 91 string "Date format" 97 example, setting the format to "2023-02-05" will set it as the build time, 99 Example of the default format: 2023-02-05 100 Note: the default format complies with ISO-8601. 103 string "Time format" 109 example, setting the format to "T00:07:04+0000" will set it as the build time, [all …]
|
/Zephyr-latest/scripts/kconfig/ |
D | kconfiglib.py | 982 self._unset_match = _re_match(r"# {}([^ ]+) is not set".format( 1225 .format(filename) 1228 .format(defconfig, filename) 1232 msg = " configuration '{}'".format(filename) 1292 .format(val, TYPE_TO_STR[sym.orig_type], 1320 .format(sym.name_and_loc), 1335 .format(line), 1377 .format(val, name), filename, linenr) 1388 msg = '{} set more than once. Old value "{}", new value "{}".'.format( 1459 return "Kconfig header saved to '{}'".format(filename) [all …]
|
D | hardenconfig.py | 66 print('{:^50}|{:^13}|{:^20}'.format('name', 'current', 'recommended'), end='') 67 print('||{:^28}\n'.format('check result'), end='') 74 print('CONFIG_{:<43}|{:^13}|{:^20}'.format( 76 print('||{:^28}\n'.format(opt.result), end='')
|
/Zephyr-latest/include/zephyr/logging/ |
D | log_output_custom.h | 38 void log_custom_output_msg_set(log_format_func_t format); 95 void log_custom_timestamp_set(log_timestamp_format_func_t format);
|
/Zephyr-latest/tests/bluetooth/host/id/bt_id_get/ |
D | CMakeLists.txt | 7 # Suppress the format-zero-length error if GNUC is used 9 add_compile_options(-Wno-error=format-zero-length -Wno-format-zero-length)
|
/Zephyr-latest/tests/bluetooth/host/id/bt_id_scan_random_addr_check/ |
D | CMakeLists.txt | 7 # Suppress the format-zero-length error if GNUC is used 9 add_compile_options(-Wno-error=format-zero-length -Wno-format-zero-length)
|
/Zephyr-latest/scripts/west_commands/tests/ |
D | test_blackmagicprobe.py | 26 '-ex', "target extended-remote {}".format(TEST_GDB_SERIAL), 29 '-ex', "file {}".format(RC_KERNEL_ELF)],), 33 '-ex', "target extended-remote {}".format(TEST_GDB_SERIAL), 36 '-ex', "file {}".format(RC_KERNEL_ELF), 37 '-ex', "load {}".format(RC_KERNEL_ELF)],), 41 '-ex', "target extended-remote {}".format(TEST_GDB_SERIAL), 44 '-ex', "load {}".format(RC_KERNEL_ELF),
|
/Zephyr-latest/doc/contribute/style/ |
D | index.rst | 66 clang-format 69 The `clang-format tool <https://clang.llvm.org/docs/ClangFormat.html>`_ can 71 `Coding Style Guidelines`_ standards together with the ``.clang-format`` configuration file 72 provided in the repository. ``clang-format`` is well integrated into most 77 clang-format -i my_source_file.c 79 ``clang-format`` is part of LLVM, which can be downloaded from the project 81 you are a Linux user, ``clang-format`` will likely be available as a package in
|
/Zephyr-latest/scripts/dts/ |
D | edtlib_logger.py | 18 def format(self, record): member in LogFormatter 20 return super().format(record)
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_cdp1.c | 180 .format = 0, 186 .format = 0, 192 .format = 0, 198 .format = 0, 205 .format = 0, 212 .format = 0, 219 .format = 0, 225 .format = 1, 231 .format = 0, 312 ASSERT_EQUAL(test_p1_elem_models[elem_idx][mod_idx + offset].format, mod_item->format); in verify_model_item()
|
/Zephyr-latest/subsys/logging/ |
D | Kconfig.formatting | 25 bool "MIPI SyS-T format output" 29 Enable MIPI SyS-T format output for the logger system. 60 the call stack for processing the logging format strings MIPI Sys-T library. 108 the log output when there are long format strings to be logged. 119 bool "Custom format support" 123 Allows custom format callbacks registering for logging backend. 180 prompt "Timestamp format mode" 185 bool "Format timestamp in time format" 190 bool "Format timestamp in date format" 196 bool "Format timestamp in ISO 8601 format" [all …]
|
/Zephyr-latest/boards/shields/rtkmipilcdb00000be/ |
D | rtkmipilcdb00000be.overlay | 39 pixel-format = <MIPI_DSI_PIXFMT_RGB888>; 47 input-pixel-format = <PANEL_PIXEL_FORMAT_RGB_888>; 48 output-pixel-format = <PANEL_PIXEL_FORMAT_RGB_888>;
|