Home
last modified time | relevance | path

Searched refs:revision (Results 1 – 25 of 110) sorted by relevance

12345

/Zephyr-latest/include/zephyr/usb/class/
Dusbd_msc.h23 const char *revision; member
53 .revision = t10_revision, \
/Zephyr-latest/drivers/gpio/
DKconfig.grgpio5 bool "GRLIB GRGPIO revision 2"
9 Enable driver for GRLIB GRGPIO revision 2.
/Zephyr-latest/cmake/modules/
Dboards.cmake24 # - BOARD: Board, without revision field.
25 # - BOARD_REVISION: Board revision
41 # - BOARD: Board name, including any optional revision field, for example: `foo` or `foo@1.0.0`
69 # Helper function for parsing a board's name, revision, and qualifiers,
74 "Invalid revision / qualifiers format for ${board_in} (${${board_in}}). "
75 "Valid format is: <board>@<revision>/<qualifiers>"
121 "Invalid board revision: ${BOARD_REVISION}\n"
122 "Deprecated board '${BOARD_DEPRECATED}' is now implemented as a revision of another board "
123 "(${BOARD}@${BOARD_DEPRECATED_REVISION}), so the specified revision does not apply. "
244 if(EXISTS ${BOARD_DIR}/revision.cmake)
[all …]
/Zephyr-latest/subsys/dfu/boot/
Dmcuboot.c68 uint16_t revision; member
124 v1_raw->version.revision = in boot_read_v1_header()
125 sys_le16_to_cpu(v1_raw->version.revision); in boot_read_v1_header()
180 sem_ver->revision = v1_raw.version.revision; in boot_read_bank_header()
/Zephyr-latest/submanifests/
Dexample.yaml.sample12 # branch, change the 'revision' line accordingly.
18 revision: main
/Zephyr-latest/doc/_extensions/zephyr/
Dmanifest_projects_table.py119 project.revision,
120 project.revision,
122 refuri=ManifestProjectsTable.rev_url(project.url, project.revision),
/Zephyr-latest/scripts/west_commands/zspdx/
Dwriter.py60 def generateDowloadUrl(url, revision): argument
63 if len(revision) == 0:
90 downloadUrl = generateDowloadUrl(pkg.cfg.url, pkg.cfg.revision)
97 elif len(pkg.cfg.revision) > 0:
/Zephyr-latest/doc/hardware/porting/
Dboard_porting.rst138 - The optional :term:`board revision`: ``1.2.0``
146 :samp:`{board name}[@{revision}][/{board qualifiers}]`, which can be extended to
147 :samp:`{board name}[@{revision}][/{SoC}[/{CPU cluster}][/{variant}]]`.
330 revision:
332 default: <default-revision-value>
605 :file:`.config` whenever an application is compiled for your board revision
760 Board revisions are described in the ``revision`` entry of the
766 revision:
768 default: <default-revision-value>
774 Zephyr natively supports the following revision formats:
[all …]
Dshields.rst93 revision, you can override a shield description for a specific board by adding
94 board or board revision overriding files to a shield, as follows:
100 ├── <board>_<revision>.overlay
103 ├── <board>_<revision>.conf
139 In this case, a shield-particular revision name can be used:
147 revision:
/Zephyr-latest/boards/nordic/nrf9160dk/
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-latest/subsys/usb/device_next/class/
Dusbd_msc_scsi.h68 const char *revision; member
86 const char *product, const char *revision);
/Zephyr-latest/boards/adafruit/qt_py_esp32s3/
Drevision.cmake2 …message(FATAL_ERROR "Invalid board revision, ${BOARD_REVISION}, valid revisions are: <none> (for n…
/Zephyr-latest/boards/lilygo/ttgo_lora32/
Dttgo_lora32_esp32_procpu_defconfig12 # the following config is required to support chips of revision 1
/Zephyr-latest/soc/espressif/esp32c3/
DKconfig24 bool "SOC is revision v1.1"
26 ESP32-C3 revision v1.1 has updated ROM functions for Wi-Fi and BLE that
/Zephyr-latest/subsys/mgmt/hawkbit/
Dhawkbit_firmware.c25 header.h.v1.sem_ver.minor, header.h.v1.sem_ver.revision); in hawkbit_get_firmware_version()
/Zephyr-latest/boards/seagate/legend/
Drevision.cmake6 …message(FATAL_ERROR "${BOARD_REVISION} is not a valid revision for Legend. Accepted revisions: ${L…
/Zephyr-latest/boards/snps/em_starterkit/
DCMakeLists.txt5 message(FATAL_ERROR "Board revision 2.2 is not supported for this SoC")
/Zephyr-latest/boards/others/stm32_min_dev/
Drevision.cmake6 …message(FATAL_ERROR "${BOARD_REVISION} is not a valid revision for stm32_min_dev. Accepted revisio…
/Zephyr-latest/share/sysbuild/
DKconfig.v218 If the BOARD has a revision field set, this is the revision.
/Zephyr-latest/subsys/mgmt/updatehub/
Dupdatehub_firmware.c35 header.h.v1.sem_ver.revision); in updatehub_get_firmware_version()
/Zephyr-latest/scripts/
Dzephyr_module.py464 revision = stdout.rstrip()
472 return revision + '-dirty', True
473 return revision, False
505 def git_tags(path, revision): argument
506 if not revision or len(revision) == 0:
509 popen = subprocess.Popen(['git', '-P', 'tag', '--points-at', revision],
525 revision, dirty = git_revision(path)
528 tags = git_tags(path, revision)
531 'revision': revision}
/Zephyr-latest/subsys/bluetooth/mesh/
Ddfu_metadata.c24 metadata->fw_ver.revision = net_buf_simple_pull_le16(buf); in bt_mesh_dfu_metadata_decode()
60 net_buf_simple_add_le16(buf, metadata->fw_ver.revision); in bt_mesh_dfu_metadata_encode()
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Ddfu_metadata.h35 uint16_t revision; member
/Zephyr-latest/subsys/bluetooth/services/
DKconfig.dis118 string "Firmware revision"
123 Enable firmware revision characteristic in Device Information Service.
131 string "Hardware revision"
134 Enable hardware revision characteristic in Device Information Service.
142 string "Software revision"
145 Enable software revision characteristic in Device Information Service.
/Zephyr-latest/include/zephyr/dfu/
Dmcuboot.h95 uint16_t revision; member

12345