/Zephyr-4.1.0/doc/releases/ |
D | release-notes-3.6.rst | 827 * Introduced a separate mutex for TX at the network interface level to prevent 831 level. 836 * Fixed a possible packet leak at the ARP level, in case of errors during ARP 1094 control over the level of support provided by the library to control text space usage. By 1095 default, the correct level of support is selected based upon other configuration parameters. 1177 * Added a top-level ``posix`` command in the Zephyr shell. Zephyr shell utilities for
|
D | migration-guide-3.6.rst | 162 Multi-level Interrupts 192 ``plic`` is a second level interrupt aggregator and ``uart0`` is a child of ``plic``. 592 * The API to register a callback to provide battery level information to the LoRaWAN stack has been
|
D | release-notes-3.3.rst | 12 * Introduced :ref:`Fuel Gauge <fuel_gauge_api>` subsystem for battery level 173 voltage level. All drivers now use vendor-specific flags as needed. 320 * Added an "EARLY" init level that runs immediately on entry to z_cstart() 726 …d CONFIG_FLASH_FLEXSPI_XIP into the SOC level due to the flexspi clock initialization occurring in… 825 * Common pin control properties are now defined at root level in a single 827 bindings are expected to include it at the level they need. For example, 829 grandchild level, while drivers using the node approach need to include it 830 at the child level. This change will only impact out-of-tree pin control 2012 board level, it is advised, specifically for shields devicetree descriptions, 2184 the kernel and application, allowing application-level extensibility [all …]
|
/Zephyr-4.1.0/subsys/net/ip/ |
D | Kconfig.tcp | 19 module-str = Log level for TCP
|
/Zephyr-4.1.0/dts/arm/nxp/ |
D | nxp_k6x.dtsi | 75 /* Dummy pinctrl node, filled with pin mux options at board level */
|
D | nxp_ke1xf.dtsi | 93 /* Dummy pinctrl node, filled with pin mux options at board level */
|
D | nxp_rt6xx_common.dtsi | 480 power-level = <0>;
|
D | nxp_rt11xx.dtsi | 998 power-level = <0>; 1014 power-level = <1>;
|
/Zephyr-4.1.0/subsys/bluetooth/host/ |
D | Kconfig.gatt | 39 try to elevate the security level and retry the ATT request.
|
D | Kconfig | 31 Init priority level to setup the long workqueue. 160 system initialization (at POST_KERNEL level). The Kconfig option 161 controls the initialization priority within level. 562 To force a higher security level use "Secure Connections Only Mode"
|
/Zephyr-4.1.0/boards/native/nrf_bsim/doc/ |
D | nrf52_bsim.rst | 43 For more information on what is modelled to which level of detail,
|
/Zephyr-4.1.0/boards/snps/nsim/arc_v/doc/ |
D | index.rst | 183 on SoC level.
|
/Zephyr-4.1.0/modules/openthread/ |
D | CMakeLists.txt | 92 …option(CONFIG_OPENTHREAD_LOG_LEVEL_DYNAMIC OT_LOG_LEVEL_DYNAMIC "Enable dynamic log level control")
|
/Zephyr-4.1.0/boards/toradex/verdin_imx8mm/doc/ |
D | index.rst | 139 bootloader level or after the Linux system has booted via RemoteProc.
|
/Zephyr-4.1.0/subsys/shell/ |
D | Kconfig | 326 extension of the shell APIs at the macro level. Please use cautiously!
|
/Zephyr-4.1.0/boards/96boards/meerkat96/doc/ |
D | index.rst | 156 bootloader level or after the Linux system has booted.
|
/Zephyr-4.1.0/doc/connectivity/networking/ |
D | overview.rst | 166 Application-level protocols (DNS, MQTT, etc.) and additional stack
|
/Zephyr-4.1.0/dts/xtensa/espressif/esp32s3/ |
D | esp32s3_common.dtsi | 258 * on part number dtsi level, using
|
/Zephyr-4.1.0/doc/kernel/services/timing/ |
D | timers.rst | 131 basis. Since the required work cannot be done at the interrupt level,
|
/Zephyr-4.1.0/doc/services/debugging/ |
D | gdbstub.rst | 166 …#2 0x00109c13 in z_sys_init_run_level (level=INIT_LEVEL_PRE_KERNEL_2) at <ZEPHYR_BASE>/kernel/ini…
|
/Zephyr-4.1.0/doc/build/sysbuild/ |
D | index.rst | 6 Sysbuild is a higher-level build system that can be used to combine multiple 7 other build systems together. It is a higher-level layer that combines one 374 ``sysbuild.conf`` in the application top-level directory.
|
/Zephyr-4.1.0/subsys/bluetooth/audio/ |
D | has.c | 361 static void security_changed(struct bt_conn *conn, bt_security_t level, enum bt_security_err err) in security_changed() argument 367 LOG_DBG("conn %p level %d err %d", (void *)conn, level, err); in security_changed()
|
/Zephyr-4.1.0/subsys/net/lib/dns/ |
D | mdns_responder.c | 193 static int set_ttl_hop_limit(int sock, int level, int option, int new_limit) in set_ttl_hop_limit() argument 195 return zsock_setsockopt(sock, level, option, &new_limit, sizeof(new_limit)); in set_ttl_hop_limit()
|
D | resolve.c | 1191 static int set_ttl_hop_limit(int sock, int level, int option, int new_limit) in set_ttl_hop_limit() argument 1193 return zsock_setsockopt(sock, level, option, &new_limit, sizeof(new_limit)); in set_ttl_hop_limit()
|
/Zephyr-4.1.0/tests/bluetooth/tester/src/ |
D | btp_gap.c | 182 static void le_security_changed(struct bt_conn *conn, bt_security_t level, in le_security_changed() argument 194 sec_ev.sec_level = level; in le_security_changed()
|