/Zephyr-Core-2.7.6/ |
D | west.yml | 29 revision: f167efe85c8c7de886f1bc47f9173cfb8a346bb5 32 revision: 094aeb41bb93e9199d24d665ee43e9e05d6d7b1c 35 revision: b0612c97c1401feeb4160add6462c3627fe90fc7 40 revision: 31badfbbd04f2948e3df6ebf329f930317550961 45 revision: 94fcd6bfb3801ac0a5e12ea2f52187e0a688b90e 50 revision: 23c1c1dd7a0c1cc9a399509d1819375847c95b97 55 revision: 9f78f520f6cbb997e5b44fe8ab17dd5bf2448095 60 revision: 81a059f21435bc7e315bccd720da5a9b615bbb50 65 revision: 3400257534944d3a6a4194d1dbf8f0cd1670d64e 71 revision: f1fa8241f8786198ba41155413243de36ed878a5 [all …]
|
/Zephyr-Core-2.7.6/subsys/bluetooth/services/ |
D | Kconfig.dis | 113 bool "Enable 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 "Enable 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 "Enable DIS Software Revision characteristic" 137 Enable Software Revision characteristic in Device Information Service. [all …]
|
D | dis.c | 196 BT_ERR("Failed to read firmware revision from storage" in dis_set() 201 BT_DBG("Firmware revision set to %s", dis_fw_rev); in dis_set() 210 BT_ERR("Failed to read hardware revision from storage" in dis_set() 215 BT_DBG("Hardware revision set to %s", dis_hw_rev); in dis_set() 224 BT_ERR("Failed to read software revision from storage" in dis_set() 229 BT_DBG("Software revision set to %s", dis_sw_rev); in dis_set()
|
/Zephyr-Core-2.7.6/doc/guides/porting/ |
D | board_porting.rst | 383 :file:`.config` whenever an application is compiled for your board revision 517 To create a new board revision for the ``plank`` board, create these additional 523 ├── plank_<revision>.conf # optional 524 ├── plank_<revision>.overlay # optional 525 └── revision.cmake 527 When the user builds for board ``plank@<revision>``: 530 :file:`plank_<revision>.conf` will be merged into the board's default Kconfig 533 - The optional devicetree overlay :file:`plank_<revision>.overlay` will be added 536 - The :file:`revision.cmake` file controls how the Zephyr build system matches 537 the ``<board>@<revision>`` string specified by the user when building an [all …]
|
D | shields.rst | 75 revision, you can override a shield description for a specific board by adding 76 board or board revision overriding files to a shield, as follows: 82 ├── <board>_<revision>.overlay 85 ├── <board>_<revision>.conf 121 In this case, a shield-particular revision name can be used: 129 revision:
|
/Zephyr-Core-2.7.6/dts/bindings/misc/ |
D | nuvoton,npcx-soc-id.yaml | 24 revision-reg: 27 description: NPCX revision register address & length in byte
|
/Zephyr-Core-2.7.6/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-2.7.6/doc/guides/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, 269 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 205 revision: v2.5.0 228 revision: v2.5.0 231 revision: some-sha-goes-here 244 :file:`zephyr/west.yml` revision, instead of having to be copy/pasted (and 299 revision: v2.5.0 302 revision: SOME_SHA_OR_BRANCH_OR_TAG 304 revision: ANOTHER_SHA_OR_BRANCH_OR_TAG
|
D | manifest.rst | 61 going back to a revision before it was introduced. 69 name as a manifest revision, at the cost of being able to bisect 181 revision: v1.3 184 revision: abcde413a111 196 Since the project has no ``revision`` specified, ``master`` is used by 250 * - ``revision`` 251 - Optional. The Git revision that ``west update`` should 254 ``revision`` value from the ``defaults`` subsection will be used if 257 A project revision can be a branch, tag, or SHA. 259 The default ``revision`` is ``master`` if not otherwise specified. [all …]
|
/Zephyr-Core-2.7.6/subsys/usb/class/ |
D | Kconfig.msc | 33 string "Revision for inquiry (must be 4 characters)" 36 Revision used for enquiry requests.
|
/Zephyr-Core-2.7.6/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-2.7.6/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-2.7.6/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-2.7.6/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-2.7.6/subsys/cpp/ |
D | Kconfig | 43 Next revision of the C++ standard, which is expected to be published in 2020. 53 Next revision of the C++ standard, which is expected to be published in 2023.
|
/Zephyr-Core-2.7.6/doc/guides/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-2.7.6/boards/arm/sam_e70_xplained/ |
D | sam_e70b_xplained.yaml | 2 name: SAM E70 Xplained (Revision B)
|
/Zephyr-Core-2.7.6/boards/arm/sam_v71_xult/ |
D | sam_v71b_xult.yaml | 2 name: SAM V71 Xplained Ultra (Revision B)
|
/Zephyr-Core-2.7.6/boards/arm/legend/ |
D | revision.cmake | 6 …message(FATAL_ERROR "${BOARD_REVISION} is not a valid revision for Legend. Accepted revisions: ${L…
|
/Zephyr-Core-2.7.6/subsys/mgmt/hawkbit/ |
D | hawkbit_firmware.c | 20 header.h.v1.sem_ver.minor, header.h.v1.sem_ver.revision); in hawkbit_get_firmware_version()
|
/Zephyr-Core-2.7.6/subsys/mgmt/updatehub/ |
D | updatehub_firmware.c | 23 header.h.v1.sem_ver.revision); in updatehub_get_firmware_version()
|
/Zephyr-Core-2.7.6/tests/boards/altera_max10/i2c_master/src/ |
D | i2c_master.c | 93 TC_PRINT("failed to read chip revision\n"); in test_i2c_adv7513() 97 TC_PRINT("chip revision does not match 0x%x\n", data); in test_i2c_adv7513()
|
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/ |
D | swi.h | 23 /* nRF53 Series Engineering D and Revision 1 IRQ mapping */
|
/Zephyr-Core-2.7.6/arch/x86/zefi/ |
D | efi.h | 33 uint32_t Revision; member
|