Home
last modified time | relevance | path

Searched full:v1 (Results 1 – 25 of 855) sorted by relevance

12345678910>>...35

/Zephyr-Core-3.5.0/scripts/dts/python-devicetree/tests/
Dtest_dtlib.py129 /dts-v1/;
138 /dts-v1/;
156 /dts-v1/;
175 /dts-v1/;
184 /dts-v1/;
193 /dts-v1/;
205 /dts-v1/;
214 /dts-v1/;
224 /dts-v1/;
236 /dts-v1/;
[all …]
/Zephyr-Core-3.5.0/include/zephyr/drivers/interrupt_controller/
Dgic.h32 * v1 ICDDCR
39 * v1 ICDICTR
46 * v1 ICDIIDR
53 * v1 ICDISRn
60 * v1 ICDISERn
67 * v1 ICDICERn
74 * v1 ICDISPRn
81 * v1 ICDICPRn
88 * v1 ICDABRn
103 * v1 ICDIPRn
[all …]
/Zephyr-Core-3.5.0/dts/bindings/sensor/
Dadi,adltc2990.yaml43 0 | 0 0 0 | V1, V2, TR2 (Default)
44 1 | 0 0 1 | V1 – V2, TR2
45 2 | 0 1 0 | V1 – V2, V3, V4
49 6 | 1 1 0 | V1 – V2, V3 – V4
50 7 | 1 1 1 | V1, V2, V3, V4
58 1 | 0 1 | TR1, V1 or V1 – V2 Only per Mode [2:0]
64 pins-v1-v2-current-resistor:
68 pin-v1-voltage-divider-resistors:
Dseeed,grove-temperature.yaml19 Set to indicate a v1.0 sensor. Leave unset for v1.1 or v1.2.
/Zephyr-Core-3.5.0/samples/subsys/portability/cmsis_rtos_v1/philosophers/
DREADME.rst1 .. zephyr:code-sample:: cmsis-rtos-v1
2 :name: Dining Philosophers (CMSIS RTOS V1 APIs)
4 Implement a solution to the Dining Philosophers problem using CMSIS RTOS V1.
10 multi-thread synchronization problem) using CMSIS RTOS V1 APIs. This particular
13 which uses CMSIS RTOS V1 API implementation in Zephyr.
54 CMSIS RTOS V1 APIs. This particular implementation demonstrates the
/Zephyr-Core-3.5.0/subsys/mgmt/hawkbit/
Dhawkbit_firmware.c24 snprintk(version, version_len, "%d.%d.%d", header.h.v1.sem_ver.major, in hawkbit_get_firmware_version()
25 header.h.v1.sem_ver.minor, header.h.v1.sem_ver.revision); in hawkbit_get_firmware_version()
/Zephyr-Core-3.5.0/samples/subsys/portability/cmsis_rtos_v1/timer_synchronization/
DREADME.rst1 .. zephyr:code-sample:: cmsis-rtos-v1-sync
2 :name: Synchronization using CMSIS RTOS V1 APIs
4 Use timers and message queues from CMSIS RTOS v1 API to synchronize threads.
9 CMSIS RTOS V1 APIs.
/Zephyr-Core-3.5.0/dts/bindings/interrupt-controller/
Darm,gic-v1.yaml3 description: ARM Generic Interrupt Controller v1
5 compatible: arm,gic-v1
/Zephyr-Core-3.5.0/subsys/mgmt/updatehub/
Dupdatehub_firmware.c33 header.h.v1.sem_ver.major, in updatehub_get_firmware_version()
34 header.h.v1.sem_ver.minor, in updatehub_get_firmware_version()
35 header.h.v1.sem_ver.revision); in updatehub_get_firmware_version()
/Zephyr-Core-3.5.0/doc/services/portability/
Dcmsis_rtos_v1.rst3 CMSIS RTOS v1
10 making it generic. For more information on CMSIS RTOS v1, please refer
/Zephyr-Core-3.5.0/dts/bindings/mtd/
Dgd,gd32-nv-flash-v1.yaml5 Flash memory binding of GD32 FMC v1.
21 compatible: gd,gd32-nv-flash-v1
/Zephyr-Core-3.5.0/dts/bindings/i2c/
Dst,stm32-i2c-v1.yaml4 description: STM32 I2C V1 controller
6 compatible: "st,stm32-i2c-v1"
/Zephyr-Core-3.5.0/.github/workflows/
Drelease.yml24 uses: fsfe/reuse-action@v1
41 uses: actions/create-release@v1
53 uses: actions/upload-release-asset@v1
/Zephyr-Core-3.5.0/subsys/portability/cmsis_rtos_v1/
DKconfig5 bool "CMSIS RTOS v1 API"
10 This enables CMSIS RTOS v1 API support. This is an OS-integration
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/api/
Dmesh.rst8 `Bluetooth Mesh Profile Specification v1.0.1 <https://www.bluetooth.com/specifications/specs/mesh-p…
10 Implementation of the `Bluetooth Mesh Protocol Specification v1.1 <https://www.bluetooth.com/specif…
/Zephyr-Core-3.5.0/dts/bindings/dma/
Dst,stm32-dma.yaml10 V1 like stm32F4 or stm32F2 socs, they include FIFO control registers
27 description: If the DMA controller V1 supports memory to memory transfer
Dst,stm32-dma-v1.yaml5 STM32 DMA controller (V1)
57 compatible = "st,stm32-dma-v1";
73 compatible: "st,stm32-dma-v1"
/Zephyr-Core-3.5.0/subsys/dfu/boot/
Dmcuboot_shell.c179 (unsigned int) hdr.h.v1.sem_ver.major, in cmd_mcuboot_info_area()
180 (unsigned int) hdr.h.v1.sem_ver.minor, in cmd_mcuboot_info_area()
181 (unsigned int) hdr.h.v1.sem_ver.revision, in cmd_mcuboot_info_area()
182 (unsigned int) hdr.h.v1.sem_ver.build_num); in cmd_mcuboot_info_area()
184 (unsigned int) hdr.h.v1.image_size); in cmd_mcuboot_info_area()
/Zephyr-Core-3.5.0/boards/arm/stm32vl_disco/doc/
Dindex.rst11 integrated ST-LINK debugger and programmer is included (V1), but the only
25 - On-board ST-LINK/V1 with selection mode switch to use the kit as a standalone
26 ST-LINK/V1 (with SWD connector for programming and debugging)
134 STM32VLDISCOVERY board includes an ST-LINK/V1 embedded debug tool interface.
164 The ST-LINK/V1 includes a buggy USB mass storage gadget. To connect to the
/Zephyr-Core-3.5.0/boards/xtensa/esp32_ethernet_kit/doc/
Dindex.rst11 .. _get-started-esp32-ethernet-kit-v1.2-overview:
13 .. figure:: img/esp32-ethernet-kit-v1.2-overview.jpg
15 :alt: ESP32-Ethernet-Kit V1.2
18 ESP32-Ethernet-Kit V1.2 Overview
33 .. _get-started-esp32-ethernet-kit-v1.2:
35 .. figure:: img/esp32-ethernet-kit-v1.2.jpg
37 :alt: ESP32-Ethernet-Kit V1.2
40 ESP32-Ethernet-Kit V1.2
54 .. figure:: img/esp32-ethernet-kit-v1.1-block-diagram.jpg
68 .. _get-started-esp32-ethernet-kit-a-v1.2-layout:
[all …]
/Zephyr-Core-3.5.0/drivers/dma/
DKconfig.stm3217 Driver for STM32 DMA V1, V2, V2bis and BDMA types.
35 Enable DMA V1 support.
/Zephyr-Core-3.5.0/dts/bindings/net/wireless/
Dnordic,nrf21540-fem.yaml103 Specification (v1.0), and can be overridden for tuned
112 Specification (v1.0), and can be overridden for tuned
121 Specification (v1.0), and can be overridden for tuned
130 Specification (v1.0), and can be overridden for tuned
/Zephyr-Core-3.5.0/include/zephyr/drivers/dma/
Ddma_stm32.h26 /* typically on the stm32H7 serie, DMA V1 with mux */
33 /* macro for dma slot (only for dma-v1 or dma-v2 types) */
75 /* macro for features (only for dma-v1) */
/Zephyr-Core-3.5.0/boards/posix/native_posix/
Dnative_posix_64.dts7 /dts-v1/;
/Zephyr-Core-3.5.0/boards/arm/rpi_pico/
Drpi_pico_w.dts7 /dts-v1/;

12345678910>>...35