/Zephyr-latest/soc/nuvoton/npcx/ |
D | Kconfig | 18 bool "Build npcx binary in BIN format" 25 bool "Build npcx binary in HEX format"
|
/Zephyr-latest/scripts/coredump/gdbstubs/ |
D | gdbstub.py | 90 pkt += format(checksum, "02X").encode() 129 pkt += format(self.gdb_signal, "02X").encode()
|
/Zephyr-latest/cmake/bintools/llvm/ |
D | target_bintools.cmake | 25 # elfconvert to use for transforming an elf file into another format, 29 # List of format the tool supports for converting, for example,
|
/Zephyr-latest/cmake/bintools/gnu/ |
D | target_bintools.cmake | 25 # elfconvert to use for transforming an elf file into another format, 29 # List of format the tool supports for converting, for example,
|
/Zephyr-latest/cmake/bintools/iar/ |
D | target_bintools.cmake | 25 # elfconvert to use for transforming an elf file into another format, 29 # List of format the tool supports for converting, for example,
|
/Zephyr-latest/scripts/footprint/ |
D | size_report | 754 print('{:98s} {:>7s} {:>7s} {:11s} {:16s}'.format( 769 hex_addr = "0x{:08x}".format(row.node.address) 821 assert os.path.exists(args.kernel), "{0} does not exist.".format(args.kernel) 868 print("INFO: Unmapped symbol: {0}".format(sym))
|
/Zephyr-latest/subsys/usb/usb_c/ |
D | Kconfig | 45 bool "Generate VIF policies of USB-C in XML format"
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/ |
D | data_load_test.py | 73 self.loader.format()
|
/Zephyr-latest/doc/develop/west/ |
D | release-notes.rst | 48 - The manifest file format now supports a ``description`` field in each 51 - ``west list --format`` now accepts ``{description}`` in the format 328 - The ``west list`` command's ``{sha}`` format key has been fixed for 518 - ``west list`` now supports a ``{groups}`` format string key in its 519 ``--format`` argument. 664 - Project.format() and its callers are removed. Use f-strings instead. 712 projects are not cloned, as long as its format string only requires 714 format string requires data stored in the project repository, e.g. if it 715 includes the ``{sha}`` format string key. 799 - The ``west list`` command now supports a ``{sha}`` format string key [all …]
|
/Zephyr-latest/scripts/ci/coverage/ |
D | coverage_analysis.py | 31 if args.format == "json": 33 elif args.format == "xlsx": 35 elif args.format == "all":
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | hfp_hf.c | 140 at_finish_cb_t finish, const char *format, ...) in hfp_hf_send_cmd() argument 155 va_start(vargs, format); in hfp_hf_send_cmd() 156 ret = vsnprintk(buf->data, (net_buf_tailroom(buf) - 1), format, vargs); in hfp_hf_send_cmd()
|
/Zephyr-latest/drivers/modem/ |
D | Kconfig.hl7800 | 218 Half a byte in a 4-bit format. The eDRX value refers to bit 4 to 1 231 to be allocated to the UE in E-UTRAN. One byte in an 8-bit format. 239 One byte in an 8-bit format. Default value is 30 seconds.
|
/Zephyr-latest/samples/subsys/usb_c/sink/ |
D | README.rst | 11 how to generate USB VIF policies in XML format using the USB-C subsystem. The
|
/Zephyr-latest/scripts/coredump/coredump_parser/ |
D | log_parser.py | 160 logger.info("Reason: {0}".format(reason_string(reason)))
|
/Zephyr-latest/boards/hardkernel/odroid_go/ |
D | odroid_go_procpu.dts | 95 pixel-format = <0>;
|
/Zephyr-latest/boards/waveshare/esp32s3_touch_lcd_1_28/ |
D | esp32s3_touch_lcd_1_28_esp32s3_procpu.dts | 77 pixel-format = <PANEL_PIXEL_FORMAT_RGB_565>;
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | gh_utils.py | 227 if app.builder.format != "html":
|
/Zephyr-latest/cmake/bintools/armclang/ |
D | target_bintools.cmake | 1 # List of format the tool supports for converting, for example,
|
/Zephyr-latest/boards/intel/common/ |
D | efi_boot.rst | 17 On Linux, graphical utilities such as ``gparted`` can be used to format
|
/Zephyr-latest/doc/develop/sca/ |
D | gcc.rst | 46 …:gen-args: -DZEPHYR_SCA_VARIANT=gcc -DGCC_SCA_OPTS="-fdiagnostics-format=json;-fanalyzer-verbosity…
|
/Zephyr-latest/drivers/dai/intel/ssp/ |
D | dai-params-intel-ipc4.h | 95 uint32_t format; member
|
/Zephyr-latest/tests/drivers/i2s/i2s_api/src/ |
D | common.c | 163 i2s_cfg.format = I2S_FMT_DATA_FORMAT_I2S; in configure_stream()
|
/Zephyr-latest/drivers/video/ |
D | mt9m114.c | 174 #define MT9M114_VIDEO_FORMAT_CAP(width, height, format) \ argument 176 .pixelformat = (format), .width_min = (width), .width_max = (width), \
|
D | ov7670.c | 188 #define OV7670_VIDEO_FORMAT_CAP(width, height, format) \ argument 190 .pixelformat = (format), .width_min = (width), .width_max = (width), \
|
/Zephyr-latest/drivers/espi/ |
D | Kconfig.xec | 186 bool "KBC event data format in IBF" 188 Enable espi_evt_data_kbc format for encoding event in KBC IBF ISR
|