Home
last modified time | relevance | path

Searched full:revision (Results 1 – 25 of 180) sorted by relevance

12345678

/Zephyr-Core-3.5.0/
Dwest.yml33 revision: 0333c2af13179f9b33d495cf7cb9a509f751cbb1
37 revision: 384a091445c57b44ac8cbd18ebd245b47c71db94
45 revision: 19d62424c0802c6c9fc15528febe666e40f372a1
52 revision: 9018113a362fa6c9e8f4b9cab9e5a8f12cc46b94
59 revision: d47c6dd90035b41b14f6921785ccb7b8484868e2
66 revision: 20a38c997f507b0aa53817aab3d73a462fff7af1
73 revision: bde72a57384dde7a4310bcf3843469401be93074
80 revision: cb70771794f0bf6f262aa474848611c68ae8f1ed
87 revision: 809ab073159c9ab6686c2fea5749b0702e0909f7
94 revision: 5b5339351d6e6a2368c686c734dc8b2fc65698fc
[all …]
/Zephyr-Core-3.5.0/submanifests/
Doptional.yaml7 revision: 3b32c76efee705af146124fb4190f71be5a4e36e
13 revision: 8e303c264fc21c2116dc612658003a22e933124d
19 revision: 42fa8b211e946b90b9d968523fce7b1cfe27617e
25 revision: 6a17330e0dfb5f319730f974d5b05f7b7f04757b
31 revision: c0f20b69daa44e3563f970b366e49ccfcfa1b71c
37 revision: a878426da78fbd1486dfc29d6c6b82be4ee79e72
43 revision: 1a34dcab41e7e0e667db72d6a40999c1ec9c510c
51 revision: 10023645a0e6cb7ce23fcd7fd3dbac9f18df6234
57 revision: 34c3432e81085bb717e4871d21ca419ae0058ec5
Dexample.yaml.sample12 # branch, change the 'revision' line accordingly.
18 revision: main
/Zephyr-Core-3.5.0/subsys/bluetooth/services/
DKconfig.dis113 bool "DIS Firmware Revision characteristic"
115 Enable Firmware Revision characteristic in Device Information Service.
118 string "Firmware revision"
121 Enable firmware revision characteristic in Device Information Service.
124 bool "DIS Hardware Revision characteristic"
126 Enable Hardware Revision characteristic in Device Information Service.
129 string "Hardware revision"
132 Enable hardware revision characteristic in Device Information Service.
135 bool "DIS Software Revision characteristic"
137 Enable Software Revision characteristic in Device Information Service.
[all …]
Ddis.c196 LOG_ERR("Failed to read firmware revision from storage" in dis_set()
201 LOG_DBG("Firmware revision set to %s", dis_fw_rev); in dis_set()
210 LOG_ERR("Failed to read hardware revision from storage" in dis_set()
215 LOG_DBG("Hardware revision set to %s", dis_hw_rev); in dis_set()
224 LOG_ERR("Failed to read software revision from storage" in dis_set()
229 LOG_DBG("Software revision set to %s", dis_sw_rev); in dis_set()
/Zephyr-Core-3.5.0/doc/hardware/porting/
Dboard_porting.rst380 :file:`.config` whenever an application is compiled for your board revision
526 To create a new board revision for the ``plank`` board, create these additional
532 ├── plank_<revision>.conf # optional
533 ├── plank_<revision>.overlay # optional
534 └── revision.cmake
536 When the user builds for board ``plank@<revision>``:
539 :file:`plank_<revision>.conf` will be merged into the board's default Kconfig
542 - The optional devicetree overlay :file:`plank_<revision>.overlay` will be added
545 - The :file:`revision.cmake` file controls how the Zephyr build system matches
546 the ``<board>@<revision>`` string specified by the user when building an
[all …]
Dshields.rst76 revision, you can override a shield description for a specific board by adding
77 board or board revision overriding files to a shield, as follows:
83 ├── <board>_<revision>.overlay
86 ├── <board>_<revision>.conf
122 In this case, a shield-particular revision name can be used:
130 revision:
/Zephyr-Core-3.5.0/doc/_extensions/zephyr/
Dmanifest_projects_table.py51 """Return URL for a revision.
54 Revision format is assumed to be a git hash or a tag. URL is
59 rev: Revision.
62 URL for the revision.
103 entry += nodes.paragraph(text="Revision")
117 project.revision,
118 project.revision,
120 refuri=ManifestProjectsTable.rev_url(project.url, project.revision),
/Zephyr-Core-3.5.0/cmake/modules/
Dboards.cmake24 # - BOARD: Board, without revision field.
25 # - BOARD_REVISION: Board revision
36 # - BOARD: Board name, including any optional revision field, for example: `foo` or `foo@1.0.0`
127 if(EXISTS ${BOARD_DIR}/revision.cmake)
128 # Board provides revision handling.
129 include(${BOARD_DIR}/revision.cmake)
131 message(WARNING "Board revision ${BOARD_REVISION} specified for ${BOARD}, \
132 but board has no revision so revision will be ignored.")
138 set(board_message "${board_message}, Revision: ${BOARD_REVISION}")
/Zephyr-Core-3.5.0/dts/bindings/pcie/host/
Dpcie-device.yaml15 description: Optional class/revision register filter
18 description: Class/revision register mask
/Zephyr-Core-3.5.0/dts/bindings/misc/
Dnuvoton,npcx-soc-id.yaml24 revision-reg:
27 description: NPCX revision register address & length in byte
/Zephyr-Core-3.5.0/include/zephyr/usb/class/
Dusbd_msc.h23 const char *revision; member
31 .revision = t10_revision, \
/Zephyr-Core-3.5.0/soc/arm/atmel_sam/same70/
DKconfig.defconfig.series34 # for the revision A and 74 for the revision B (not all Peripheral Identifiers
/Zephyr-Core-3.5.0/soc/arm/atmel_sam/samv71/
DKconfig.defconfig.series34 # for the revision A and 74 for the revision B (not all Peripheral Identifiers
/Zephyr-Core-3.5.0/scripts/
Dzephyr_module.py408 # - zephyr: path and revision
409 # - modules: name, path, and revision
410 # - west-projects: path and revision
435 revision = stdout.rstrip()
443 return revision + '-dirty', True
444 return revision, False
449 'revision': zephyr_revision}
464 'revision': manifest_revision}
469 revision, dirty = git_revision(project_path)
471 if project.sha(MANIFEST_REV_BRANCH) != revision:
[all …]
/Zephyr-Core-3.5.0/subsys/usb/device/class/
DKconfig.msc33 string "Revision for inquiry (must be 4 characters)"
36 Revision used for enquiry requests.
/Zephyr-Core-3.5.0/doc/develop/west/
Dbuilt-in.rst36 west init [-m URL] [--mr REVISION] [--mf FILE] [directory]
40 the ``-m`` switch, the initial revision to check out using ``--mr``, and
109 #. Inspects the project's ``revision`` field in the manifest, and fetches
112 commit specified by the revision in the previous step
120 ``revision`` values which are Git SHAs or tags that are already available
128 If the project ``revision`` is a Git ref that is neither a tag nor a SHA (i.e.
133 these like SHAs. You can disambiguate by prefixing the ``revision`` value with
134 ``refs/heads/``, e.g. ``revision: refs/heads/deadbeef``.
137 detached ``HEAD`` at the manifest revision for each updated project,
270 West may fetch all refs from the Git server when given a SHA as a revision.
Dworkspaces.rst15 project. This branch points to the revision that the manifest file
18 point for the upstream revision as of this latest update. Among other
219 revision: v2.5.0
242 revision: v2.5.0
245 revision: some-sha-goes-here
258 :file:`zephyr/west.yml` revision, instead of having to be copy/pasted (and
313 revision: v2.5.0
316 revision: SOME_SHA_OR_BRANCH_OR_TAG
318 revision: ANOTHER_SHA_OR_BRANCH_OR_TAG
/Zephyr-Core-3.5.0/soc/arm/microchip_mec/common/reg/
Dmec_global_cfg.h14 * Device and Revision ID 32-bit register
15 * b[7:0] = Revision
31 /* Byte[0] at offset 0x1c is the 8-bit revision ID */
/Zephyr-Core-3.5.0/subsys/dfu/boot/
Dmcuboot.c50 uint16_t revision; member
86 v1_raw->version.revision = in boot_read_v1_header()
87 sys_le16_to_cpu(v1_raw->version.revision); in boot_read_v1_header()
142 sem_ver->revision = v1_raw.version.revision; in boot_read_bank_header()
/Zephyr-Core-3.5.0/boards/arm/nrf9160dk_nrf52840/
Dnrf9160dk_nrf52840_0_14_0.overlay39 /* New signal added in this revision (0.14.0). */
44 /* No need to drive P0.12 together with P1.12 in this board revision. */
/Zephyr-Core-3.5.0/subsys/fs/ext2/
Dext2.h92 /* Revision flags. */
93 #define EXT2_GOOD_OLD_REV 0x0 /* Revision 0 */
94 #define EXT2_DYNAMIC_REV 0x1 /* Revision 1 */
/Zephyr-Core-3.5.0/subsys/usb/usb_c/
Dusbc_prl.h140 * @brief Sets the revision received from the port partner
144 * @param rev Revision sent from the port partner
150 * @brief Gets the revision received assciated with a packet type
153 * @param type SOP* packet type to get the revision for
/Zephyr-Core-3.5.0/boards/arm/sam_e70_xplained/
Dsam_e70b_xplained.yaml2 name: SAM E70 Xplained (Revision B)
/Zephyr-Core-3.5.0/boards/arm/legend/
Drevision.cmake6 …message(FATAL_ERROR "${BOARD_REVISION} is not a valid revision for Legend. Accepted revisions: ${L…

12345678