Home
last modified time | relevance | path

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

1234567

/Zephyr-Core-3.4.0/
Dwest.yml34 revision: 908ffde6298a937c6549dbfa843a62caab26bfc5
42 revision: 02838ca04c4562e68dc876196828d8121679e537
49 revision: 9018113a362fa6c9e8f4b9cab9e5a8f12cc46b94
56 revision: cf2d86e736efac4f12fad5093ed2da2c5b406156
63 revision: 20a38c997f507b0aa53817aab3d73a462fff7af1
70 revision: e09bc2d14b1975f969ad19c6ed23eb20e5dc3d09
77 revision: cb70771794f0bf6f262aa474848611c68ae8f1ed
84 revision: ce975a3259fd0dd761d371b60435242d54794bad
91 revision: 5b5339351d6e6a2368c686c734dc8b2fc65698fc
98 revision: 9cb6d8e72695f6b785e57443f0629a18069d6ce4
[all …]
/Zephyr-Core-3.4.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.4.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.4.0/cmake/modules/
Dboards.cmake22 # - BOARD: Board, without revision field.
23 # - BOARD_REVISION: Board revision
32 # - BOARD: Board name, including any optional revision field, for example: `foo` or `foo@1.0.0`
123 if(EXISTS ${BOARD_DIR}/revision.cmake)
124 # Board provides revision handling.
125 include(${BOARD_DIR}/revision.cmake)
127 message(WARNING "Board revision ${BOARD_REVISION} specified for ${BOARD}, \
128 but board has no revision so revision will be ignored.")
134 set(board_message "${board_message}, Revision: ${BOARD_REVISION}")
/Zephyr-Core-3.4.0/dts/bindings/pcie/host/
Dpcie-device.yaml15 description: Optional class/revision register filter
18 description: Class/revision register mask
/Zephyr-Core-3.4.0/dts/bindings/misc/
Dnuvoton,npcx-soc-id.yaml24 revision-reg:
27 description: NPCX revision register address & length in byte
/Zephyr-Core-3.4.0/submanifests/
Dexample.yaml.sample12 # branch, change the 'revision' line accordingly.
18 revision: main
/Zephyr-Core-3.4.0/include/zephyr/usb/class/
Dusbd_msc.h23 const char *revision; member
31 .revision = t10_revision, \
/Zephyr-Core-3.4.0/soc/arm/atmel_sam/same70/
DKconfig.defconfig.series33 # for the revision A and 74 for the revision B (not all Peripheral Identifiers
/Zephyr-Core-3.4.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.4.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.4.0/subsys/usb/device/class/
DKconfig.msc33 string "Revision for inquiry (must be 4 characters)"
36 Revision used for enquiry requests.
/Zephyr-Core-3.4.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.4.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.4.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.4.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.4.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.4.0/boards/arm/sam_e70_xplained/
Dsam_e70b_xplained.yaml2 name: SAM E70 Xplained (Revision B)
/Zephyr-Core-3.4.0/boards/arm/legend/
Drevision.cmake6 …message(FATAL_ERROR "${BOARD_REVISION} is not a valid revision for Legend. Accepted revisions: ${L…
/Zephyr-Core-3.4.0/boards/arm/sam_v71_xult/
Dsam_v71b_xult.yaml2 name: SAM V71 Xplained Ultra (Revision B)
/Zephyr-Core-3.4.0/doc/connectivity/bluetooth/
Ddis-pics.rst43 TSPC_DIS_2_5 True Hardware Revision String Characteristic (O)
44 TSPC_DIS_2_6 True Firmware Revision String Characteristic (O)
45 TSPC_DIS_2_7 True Software Revision String Characteristic (O)
/Zephyr-Core-3.4.0/subsys/usb/device_next/class/
Dusbd_msc_scsi.h68 const char *revision; member
86 const char *product, const char *revision);

1234567