/Zephyr-latest/tests/drivers/sensor/adltc2990/boards/ |
D | native_sim.overlay | 12 pins-v3-v4-current-resistor = <0>; 16 pin-v4-voltage-divider-resistors = <500 1000>; 26 pins-v3-v4-current-resistor = <0>; 30 pin-v4-voltage-divider-resistors = <0 1>; 38 pins-v3-v4-current-resistor = <0>; 42 pin-v4-voltage-divider-resistors = <0 1>; 52 pins-v3-v4-current-resistor = <0>; 56 pin-v4-voltage-divider-resistors = <0 1>; 66 pins-v3-v4-current-resistor = <100000>; 70 pin-v4-voltage-divider-resistors = <500 1000>; [all …]
|
/Zephyr-latest/.github/ |
D | SECURITY.md | 11 At this time, with the latest release of v4.0, the supported 14 - v4.1: Current release 15 - v4.0: Prior release
|
/Zephyr-latest/subsys/bluetooth/controller/ |
D | Kconfig.dtm | 36 bool "HCI LE Transmitter Test v4" 39 Enable support for the DTM Transmitter test command v4.
|
D | Kconfig | 561 Enable support for Bluetooth v4.0 LE Encryption feature in the 569 Enable support for Bluetooth v4.2 Elliptic Curve Diffie-Hellman 578 Enable support for Bluetooth v4.1 Connection Parameter Request feature 586 Enable support for Bluetooth v4.1 Extended Reject Indication feature 594 Enable support for Bluetooth v4.1 Peripheral-initiated Features Exchange 602 Enable support for Bluetooth v4.1 LE Ping feature in the Controller. 605 # Hidden option to enable support for Bluetooth v4.2 LE Data Length 684 Enable support for Bluetooth v4.2 LE Controller-based Privacy feature 714 Enable support for Bluetooth v4.2 LE Extended Scanner Filter Policies
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | sntp.rst | 14 `IETF RFC4330 (Simple Network Time Protocol v4) <https://tools.ietf.org/html/rfc4330>`_.
|
/Zephyr-latest/tests/arch/arm/arm_thread_swap/src/ |
D | arm_thread_arch.c | 58 .v4 = 0x456789ab, 97 (src->v4 == dst->v4) && (src->v5 == dst->v5) && (src->v6 == dst->v6) && in verify_callee_saved() 101 src->v1, src->v2, src->v3, src->v4, src->v5, src->v6, src->v7, src->v8, in verify_callee_saved() 102 dst->v1, dst->v2, dst->v3, dst->v4, dst->v5, dst->v6, dst->v7, dst->v8); in verify_callee_saved()
|
/Zephyr-latest/include/zephyr/arch/arm/ |
D | thread.h | 29 uint32_t v4; /* r7 */ member
|
/Zephyr-latest/tests/net/lib/dns_sd/src/ |
D | main.c | 681 int v4; in ZTEST() local 686 v4 = zsock_socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP); in ZTEST() 687 zassert_true(v4 >= 0, "Create IPv4 UDP context failed (%d)", -errno); in ZTEST() 689 zassert_equal(0, setup_dst_addr(v4, AF_INET, NULL, 0, &dst, &dst_len), ""); in ZTEST() 692 (void)zsock_getsockopt(v4, IPPROTO_IP, IP_MULTICAST_TTL, &ttl, &optlen); in ZTEST() 699 (void)zsock_close(v4); in ZTEST()
|
/Zephyr-latest/subsys/net/lib/dns/ |
D | mdns_responder.c | 1424 int v4; in init_listener() local 1445 v4 = get_socket(AF_INET); in init_listener() 1446 if (v4 < 0) { in init_listener() 1455 zsock_close(v4); in init_listener() 1469 ret = zsock_setsockopt(v4, SOL_SOCKET, SO_BINDTODEVICE, in init_listener() 1473 v4, ifindex, ret); in init_listener() 1476 "IPv4", v4, ifindex); in init_listener() 1480 v4_ctx[i].sock = v4; in init_listener() 1484 if (v4_ctx[i].fds[j].fd == v4) { in init_listener() 1490 v4_ctx[i].fds[j].fd = v4; in init_listener() [all …]
|
/Zephyr-latest/cmake/modules/ |
D | FindDeprecated.cmake | 93 # This code was deprecated after Zephyr v4.0.0 109 # This code was deprecated after Zephyr v4.0.0 125 # This code was deprecated after Zephyr v4.0.0
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-4.2.rst | 10 Migration guide to Zephyr v4.2.0 (Working Draft) 13 This document describes the changes required when migrating your application from Zephyr v4.1.0 to 14 Zephyr v4.2.0.
|
D | release-notes-4.2.rst | 37 v4.1.0 to Zephyr v4.2.0 can be found in the separate :ref:`migration guide<migration_4.2>`.
|
/Zephyr-latest/arch/arc/core/mpu/ |
D | Kconfig | 12 For other versions, the minimum region is 32 bytes; v4 has secure features,
|
/Zephyr-latest/arch/arm/core/cortex_m/ |
D | coredump.c | 82 arch_blk.r.r7 = esf->extra_info.callee->v4; in arch_coredump_info_dump()
|
/Zephyr-latest/drivers/dma/ |
D | Kconfig.mcux_edma | 25 bool "MCUX DMA v4 driver"
|
/Zephyr-latest/arch/arm/core/ |
D | fatal.c | 56 callee->v4, callee->v5, callee->v6); in esf_dump()
|
/Zephyr-latest/tests/benchmarks/posix/threads/ |
D | README.rst | 14 *** Booting Zephyr OS build v4.0.0-1410-gfca33facee37 ***
|
/Zephyr-latest/doc/security/ |
D | security-citations.rst | 31 Target v4.2," 2010.
|
/Zephyr-latest/samples/drivers/stepper/generic/ |
D | README.rst | 40 *** Booting Zephyr OS build v4.1.0-568-gad33d28d0348 ***
|
/Zephyr-latest/boards/native/native_sim/ |
D | Kconfig | 27 This option is deprecated and will be removed in Zephyr v4.3
|
/Zephyr-latest/samples/subsys/rtio/sensor_batch_processing/ |
D | README.rst | 42 *** Booting Zephyr OS build v4.0.0-1260-gbaa49f6f32d5 ***
|
/Zephyr-latest/boards/shields/frdm_kw41z/doc/ |
D | index.rst | 13 (BLE) v4.2, Generic FSK, IEEE |reg| 802.15.4 and Thread.
|
/Zephyr-latest/samples/drivers/ipm/ipm_esp32/ |
D | README.rst | 42 *** Booting Zephyr OS build v4.0.0-rc2-61-ga24efebe15e2 ***
|
/Zephyr-latest/boards/espressif/esp_wrover_kit/doc/ |
D | index.rst | 51 .. figure:: img/esp-wrover-kit-v4.1-layout-back.jpg 162 .. |jmpextpwr| image:: img/esp-wrover-kit-v4.1-jp7-ext_5v.jpg 164 .. |jmpusbpwr| image:: img/esp-wrover-kit-v4.1-jp7-usb_5v.jpg 166 .. |jmpjtag| image:: img/esp-wrover-kit-v4.1-jp2-jtag.jpg 168 .. |jmpuart| image:: img/esp-wrover-kit-v4.1-jp2-tx-rx.jpg 170 .. |jmpctrl| image:: img/esp-wrover-kit-v4.1-jp14.jpg
|
/Zephyr-latest/tests/arch/arm/arm_interrupt/src/ |
D | arm_interrupt.c | 43 (callee_regs->v3 /* r6 */ == 6) && (callee_regs->v4 /* r7 */ == 7) && in check_esf_matches_expectations()
|