/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.0: Current release
|
/Zephyr-latest/subsys/net/lib/dns/ |
D | mdns_responder.c | 833 int v4; in init_listener() local 854 v4 = get_socket(AF_INET); in init_listener() 855 if (v4 < 0) { in init_listener() 864 zsock_close(v4); in init_listener() 878 ret = zsock_setsockopt(v4, SOL_SOCKET, SO_BINDTODEVICE, in init_listener() 882 v4, ifindex, ret); in init_listener() 886 v4_ctx[i].sock = v4; in init_listener() 890 if (v4_ctx[i].fds[j].fd == v4) { in init_listener() 896 v4_ctx[i].fds[j].fd = v4; in init_listener() 898 ipv4_fds[fds_pos].fd = v4; in init_listener() [all …]
|
/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 | 507 Enable support for Bluetooth v4.0 LE Encryption feature in the 515 Enable support for Bluetooth v4.2 Elliptic Curve Diffie-Hellman 524 Enable support for Bluetooth v4.1 Connection Parameter Request feature 532 Enable support for Bluetooth v4.1 Extended Reject Indication feature 540 Enable support for Bluetooth v4.1 Peripheral-initiated Features Exchange 548 Enable support for Bluetooth v4.1 LE Ping feature in the Controller. 551 # Hidden option to enable support for Bluetooth v4.2 LE Data Length 630 Enable support for Bluetooth v4.2 LE Controller-based Privacy feature 660 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 | 57 .v1 = 0x12345678, .v2 = 0x23456789, .v3 = 0x3456789a, .v4 = 0x456789ab, 101 && (src->v4 == dst->v4) in verify_callee_saved() 111 src->v4, in verify_callee_saved() 119 dst->v4, in verify_callee_saved()
|
/Zephyr-latest/boards/native/native_posix/ |
D | Kconfig.defconfig | 7 default "v4.2.0"
|
/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 | 680 int v4; in ZTEST() local 685 v4 = zsock_socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP); in ZTEST() 686 zassert_true(v4 >= 0, "Create IPv4 UDP context failed (%d)", -errno); in ZTEST() 688 zassert_equal(0, setup_dst_addr(v4, AF_INET, &dst, &dst_len), ""); in ZTEST() 691 (void)zsock_getsockopt(v4, IPPROTO_IP, IP_MULTICAST_TTL, &ttl, &optlen); in ZTEST() 698 (void)zsock_close(v4); in ZTEST()
|
/Zephyr-latest/cmake/modules/ |
D | FindDeprecated.cmake | 103 # This code was deprecated after Zephyr v4.0.0 119 # This code was deprecated after Zephyr v4.0.0 135 # This code was deprecated after Zephyr v4.0.0
|
/Zephyr-latest/drivers/dma/ |
D | Kconfig.mcux_edma | 25 bool "MCUX DMA v4 driver"
|
/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/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/ |
D | fatal.c | 56 callee->v4, callee->v5, callee->v6); in esf_dump()
|
D | gdbstub.c | 60 ctx.registers[R7] = esf->extra_info.callee->v4; in z_gdb_entry()
|
/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/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/tests/arch/arm/arm_interrupt/src/ |
D | arm_interrupt.c | 48 (callee_regs->v4 /* r7 */ == 7) && in check_esf_matches_expectations()
|
/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/doc/releases/ |
D | migration-guide-4.1.rst | 5 Migration guide to Zephyr v4.1.0 (Working Draft) 8 This document describes the changes required when migrating your application from Zephyr v4.0.0 to 9 Zephyr v4.1.0.
|