/Zephyr-Core-3.4.0/ |
D | west.yml | 34 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/ |
D | Kconfig.dis | 113 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 …]
|
D | dis.c | 196 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/ |
D | board_porting.rst | 380 :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 …]
|
D | shields.rst | 76 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/ |
D | boards.cmake | 22 # - 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/ |
D | pcie-device.yaml | 15 description: Optional class/revision register filter 18 description: Class/revision register mask
|
/Zephyr-Core-3.4.0/dts/bindings/misc/ |
D | nuvoton,npcx-soc-id.yaml | 24 revision-reg: 27 description: NPCX revision register address & length in byte
|
/Zephyr-Core-3.4.0/submanifests/ |
D | example.yaml.sample | 12 # branch, change the 'revision' line accordingly. 18 revision: main
|
/Zephyr-Core-3.4.0/include/zephyr/usb/class/ |
D | usbd_msc.h | 23 const char *revision; member 31 .revision = t10_revision, \
|
/Zephyr-Core-3.4.0/soc/arm/atmel_sam/same70/ |
D | Kconfig.defconfig.series | 33 # for the revision A and 74 for the revision B (not all Peripheral Identifiers
|
/Zephyr-Core-3.4.0/soc/arm/atmel_sam/samv71/ |
D | Kconfig.defconfig.series | 34 # for the revision A and 74 for the revision B (not all Peripheral Identifiers
|
/Zephyr-Core-3.4.0/scripts/ |
D | zephyr_module.py | 408 # - 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/ |
D | Kconfig.msc | 33 string "Revision for inquiry (must be 4 characters)" 36 Revision used for enquiry requests.
|
/Zephyr-Core-3.4.0/doc/develop/west/ |
D | built-in.rst | 36 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.
|
D | workspaces.rst | 15 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/ |
D | mec_global_cfg.h | 14 * 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/ |
D | mcuboot.c | 50 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/ |
D | nrf9160dk_nrf52840_0_14_0.overlay | 39 /* 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/ |
D | usbc_prl.h | 140 * @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/ |
D | sam_e70b_xplained.yaml | 2 name: SAM E70 Xplained (Revision B)
|
/Zephyr-Core-3.4.0/boards/arm/legend/ |
D | revision.cmake | 6 …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/ |
D | sam_v71b_xult.yaml | 2 name: SAM V71 Xplained Ultra (Revision B)
|
/Zephyr-Core-3.4.0/doc/connectivity/bluetooth/ |
D | dis-pics.rst | 43 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/ |
D | usbd_msc_scsi.h | 68 const char *revision; member 86 const char *product, const char *revision);
|