/Zephyr-Core-3.6.0/scripts/ |
D | series-push-hook.sh | 26 base_commit=`git rev-parse $remote/main`
|
/Zephyr-Core-3.6.0/boards/arm/stm32f411e_disco/doc/ |
D | index.rst | 17 - L3GD20(rev B) or I3G4250D(rev D): ST MEMS motion sensor, 3-axis digital output gyroscope. 18 - LSM303DLHC(rev B) or LSM303AGR(rev D): ST MEMS system-in-package featuring a 3D digital linear ac… 19 - MP45DT02(rev B) or IMP34DT05(rev D), ST MEMS audio sensor, omnidirectional digital microphone 152 adapted board definition as the default PCB rev here is D:
|
/Zephyr-Core-3.6.0/drivers/clock_control/ |
D | Kconfig.mcux_ccm_rev2 | 11 Enable support for mcux ccm rev 2 driver.
|
/Zephyr-Core-3.6.0/doc/_extensions/zephyr/ |
D | link-roles.py | 55 rev = get_github_rev() 83 rev = project.revision
|
D | manifest_projects_table.py | 50 def rev_url(base_url: str, rev: str) -> str: 65 if re.match(r"^[0-9a-f]{40}$", rev):
|
/Zephyr-Core-3.6.0/samples/drivers/ethernet/eth_ivshmem/boards/ |
D | qemu_cortex_a53.overlay | 50 class-rev = <0xFF000100>; /* PCI_CLASS_OTHERS | IVSHMEM_PROTO_NET */ 51 class-rev-mask = <0xFFFFFF00>; /* PCI_CLASS_MASK | IVSHMEM_PROTO_MASK */
|
/Zephyr-Core-3.6.0/samples/drivers/jesd216/ |
D | README.rst | 33 PH0: ff00 rev 1.6: 16 DW @ 30 61 PH1: ffc2 rev 1.0: 4 DW @ 110 65 PH2: ff84 rev 1.0: 2 DW @ c0
|
/Zephyr-Core-3.6.0/doc/develop/west/ |
D | workspaces.rst | 9 .. _west-manifest-rev: 11 The ``manifest-rev`` branch 14 West creates and controls a Git branch named ``manifest-rev`` in each 17 Other workspace management commands may use ``manifest-rev`` as a reference 19 purposes, the ``manifest-rev`` branch allows the manifest file to use SHAs 22 Although ``manifest-rev`` is a normal Git branch, west will recreate and/or 27 rebase it on top of a new ``manifest-rev``, or merge ``manifest-rev`` into 32 West does not create a ``manifest-rev`` branch in the manifest repository, 40 ``manifest-rev``, these refs are not regular branches. West's behavior here is 51 when a project's ``manifest-rev`` branch must be updated to a newly fetched [all …]
|
D | built-in.rst | 111 #. Sets the project's :ref:`manifest-rev <west-manifest-rev>` branch to the 113 #. Checks out ``manifest-rev`` in the local working copy as a `detached 153 ``manifest-rev``, use the ``-k`` (``--keep-descendants``) option.
|
D | manifest.rst | 1408 This time, whenever you run ``west update``, the special :ref:`manifest-rev 1409 <west-manifest-rev>` branch in the ``zephyr`` repository will be updated to 1413 The contents of :file:`zephyr/west.yml` at the new ``manifest-rev`` will then 1422 ``manifest-rev`` when importing from a project. 1488 - update zephyr's ``manifest-rev`` to point at the ``v2.0.0`` tag 1489 - import :file:`zephyr/west.yml` at that ``manifest-rev`` 1520 - the contents of :file:`project-1/west.yml` at ``manifest-rev``, which points 1528 Notice how ``projects`` imports get data from Git using ``manifest-rev``, while 2091 from Git at the latest ``manifest-rev`` revisions in their projects. These 2092 revisions can be updated to the values ``rev-1`` through ``rev-N`` by running [all …]
|
/Zephyr-Core-3.6.0/subsys/usb/usb_c/ |
D | usbc_prl.c | 232 data->rev[PD_PACKET_SOP] = PD_REV30; in prl_set_default_pd_revision() 233 data->rev[PD_PACKET_SOP_PRIME] = PD_REV30; in prl_set_default_pd_revision() 234 data->rev[PD_PACKET_PRIME_PRIME] = PD_REV30; in prl_set_default_pd_revision() 235 data->rev[PD_PACKET_DEBUG_PRIME] = PD_REV30; in prl_set_default_pd_revision() 236 data->rev[PD_PACKET_DEBUG_PRIME_PRIME] = PD_REV30; in prl_set_default_pd_revision() 342 const enum pd_rev_type rev) in prl_set_rev() argument 346 data->rev[type] = rev; in prl_set_rev() 357 return data->rev[type]; in prl_get_rev() 459 header.specification_revision = data->rev[prl_tx->emsg.type]; in get_sop_star_header() 625 if (data->rev[PD_PACKET_SOP] == PD_REV30 && pe_dpm_initiated_ams(dev)) { in prl_tx_wait_for_message_request_run()
|
D | usbc_prl.h | 147 const enum pd_rev_type rev);
|
D | usbc_stack.h | 99 enum pd_rev_type rev[NUM_SOP_STAR_TYPES]; member
|
/Zephyr-Core-3.6.0/drivers/sensor/si7210/ |
D | si7210.c | 457 char rev; in si7210_init() local 485 rev = 'B'; in si7210_init() 489 rev = '.'; in si7210_init() 509 part_base, rev, part_variant, sn, config->bus.addr); in si7210_init()
|
/Zephyr-Core-3.6.0/scripts/west_commands/runners/ |
D | jlink.py | 201 major, minor, rev = self.jlink_version 202 rev_str = chr(ord('a') + rev - 1) if rev else ''
|
D | openocd.py | 202 (major, minor, rev) = [self.to_num(i) for i in version] 203 return (major, minor, rev) > (0, 11, 0)
|
D | intel_cyclonev.py | 208 (major, minor, rev) = [self.to_num(i) for i in version] 209 return (major, minor, rev) > (0, 11, 0)
|
/Zephyr-Core-3.6.0/scripts/west_commands/completion/ |
D | west-completion.zsh | 111 '(-l --local)'{--mr,--manifest-rev}'[manifest revision]:manifest rev:' 114 …'(-m --manifest --mr --manifest-rev)'{-l,--local}'[use local directory as manifest repository]:loc… 129 {-k,--keep-descendants}'[keep manifest-rev descendants checked out]' 130 {-r,--rebase}'[rebase checked out branch onto the new manifest-rev]'
|
D | west-completion.fish | 218 …command_from init; and __zephyr_west_exclude -l --local" -l mr -l manifest-rev -r -d "manifest rev… 221 …command_from init; and __zephyr_west_exclude -m --manifest --mr --manifest-rev" -o l -l local -ra … 232 …st_seen_subcommand_from update" -o k -l keep-descendants -d "keep manifest-rev descendants checked… 233 …een_subcommand_from update" -o r -l rebase -d "rebase checked out branch onto the new manifest-rev"
|
/Zephyr-Core-3.6.0/boards/arm/cyclonev_socdk/doc/ |
D | index.rst | 243 Info : Altera USB-Blaster II found (Firm. rev. = 1.39) 253 Info : fpgasoc.cpu.0 rev 0, partnum c09, arch f, variant 3, implementor 41 268 Info : fpgasoc.cpu.0 rev 0, partnum c09, arch f, variant 3, implementor 41 269 fpgasoc.cpu.0 rev 0, partnum c09, arch f, variant 3, implementor 41 282 Info : Altera USB-Blaster II found (Firm. rev. = 1.39) 289 Info : fpgasoc.cpu.0 rev 0, partnum c09, arch f, variant 3, implementor 41 308 Info : Altera USB-Blaster II found (Firm. rev. = 1.39) 316 Info : fpgasoc.cpu.0 rev 0, partnum c09, arch f, variant 3, implementor 41
|
/Zephyr-Core-3.6.0/drivers/usb/bc12/ |
D | Kconfig.pi3usb9201 | 10 host or client mode. It supports Battery Charging Specification, rev
|
/Zephyr-Core-3.6.0/doc/security/ |
D | security-citations.rst | 21 Evaluation ver. 3.1 rev. 4, 2012.
|
/Zephyr-Core-3.6.0/drivers/usb/uhc/ |
D | uhc_max3421e.c | 962 uint8_t rev; in uhc_max3421e_init() local 971 ret = max3421e_read(dev, MAX3421E_REG_REVISION, &rev, sizeof(rev)); in uhc_max3421e_init() 1002 rev, priv->mode, priv->hien); in uhc_max3421e_init()
|
/Zephyr-Core-3.6.0/boards/shields/adafruit_data_logger/doc/ |
D | index.rst | 9 The `Adafruit Data Logger Shield`_ rev. B features an `NXP PCF8523 Real-Time Clock/Calendar with
|
/Zephyr-Core-3.6.0/include/zephyr/sd/ |
D | sd_spec.h | 663 enum mmc_ext_csd_rev rev; member
|