/Zephyr-Core-3.7.0/subsys/net/conn_mgr/ |
D | Kconfig | 5 bool "Network connection manager [EXPERIMENTAL]" 12 When enabled, this will start the connection manager that will 21 module-str = Log level for connection manager 22 module-help = Enables connection manager code to output debug messages. 29 Sets the stack size which will be used by the connection manager for connectivity monitoring.
|
/Zephyr-Core-3.7.0/scripts/tests/twister_blackbox/ |
D | conftest.py | 56 + list(logging.Logger.manager.loggerDict.values()) \ 58 name in logging.root.manager.loggerDict]
|
/Zephyr-Core-3.7.0/subsys/dfu/ |
D | Kconfig | 11 bool "DFU image manager" 19 prompt "Image manager" 26 bool "Image manager for mcuboot" 91 module-str = image manager
|
/Zephyr-Core-3.7.0/modules/thrift/src/thrift/transport/ |
D | TSSLSocket.h | 90 virtual void access(std::shared_ptr<AccessManager> manager) in access() argument 92 access_ = manager; in access() 324 virtual void access(std::shared_ptr<AccessManager> manager) in access() argument 326 access_ = manager; in access()
|
/Zephyr-Core-3.7.0/tests/kernel/timer/timer_behavior/pytest/ |
D | saleae_logic2.py | 21 with automation.Manager.connect(address=address, port=port) as manager: 34 with manager.start_capture(
|
/Zephyr-Core-3.7.0/doc/services/resource_management/ |
D | index.rst | 26 An on-off manager supports an arbitrary number of clients of a service 30 The manager has the following properties: 60 shut out, and the manager does not maintain a record of specific clients 64 requests or releases until the manager is reset. Pending requests are
|
/Zephyr-Core-3.7.0/subsys/net/l2/wifi/ |
D | Kconfig | 76 bool "Wi-Fi Network manager support" 84 int "Maximum number of managed interfaces per Wi-Fi network manager" 88 network manager instance that can be used simultaneously. 92 module-str = Log level for Wi-Fi Network manager module
|
/Zephyr-Core-3.7.0/doc/services/pm/ |
D | system.rst | 36 pm_policy [label="Check policy manager\nfor a power state "] 89 The policy manager is the component of the power management subsystem responsible 91 The policy manager can only choose between states that have been defined for the platform. 131 applications to configure the policy manager to block the system from transitioning
|
/Zephyr-Core-3.7.0/soc/renesas/smartbond/da1469x/ |
D | Kconfig.defconfig | 37 # Enable sleep and voltage rails manager so that
|
/Zephyr-Core-3.7.0/tests/kernel/sched/preempt/src/ |
D | main.c | 127 void manager(void *p1, void *p2, void *p3) in manager() function 330 manager, NULL, NULL, NULL, in ZTEST()
|
/Zephyr-Core-3.7.0/lib/heap/ |
D | Kconfig | 117 bool "Multi-heap manager" 128 bool "Shared multi-heap manager" 131 Enable support for a shared multi-heap manager that uses the
|
/Zephyr-Core-3.7.0/modules/openthread/ |
D | Kconfig.features | 68 bool "Channel manager support" 72 bool "Channel manager for CSL channel" 196 bool "Link Metrics manager"
|
D | CMakeLists.txt | 52 kconfig_to_ot_option(CONFIG_OPENTHREAD_CHANNEL_MANAGER OT_CHANNEL_MANAGER "Enable channel manager s… 53 kconfig_to_ot_option(CONFIG_OPENTHREAD_CHANNEL_MANAGER_CSL OT_CHANNEL_MANAGER_CSL "Channel manager … 86 …ENTHREAD_LINK_METRICS_MANAGER OT_LINK_METRICS_MANAGER "Enable Link Metrics manager for Thread 1.2")
|
/Zephyr-Core-3.7.0/lib/utils/ |
D | Kconfig | 33 An on-off manager supports an arbitrary number of clients of a
|
/Zephyr-Core-3.7.0/doc/releases/ |
D | release-notes-4.0.rst | 170 * Connection manager:
|
/Zephyr-Core-3.7.0/doc/security/ |
D | reporting.rst | 191 release manager that the backport pull request and issue are addressing 207 - The current release manager, and the release manager for historical
|
/Zephyr-Core-3.7.0/boards/cdns/xt-sim/doc/ |
D | index.rst | 49 downloading ``Zephyr SDK`` or by using your distribution package manager. 55 #aptitude install gcc-multilib # Or what ever package manager (apt, apt-get, ...)
|
/Zephyr-Core-3.7.0/doc/develop/getting_started/ |
D | installation_linux.rst | 14 requirements and dependencies may not be met by your package manager. In that 16 software from sources other than the package manager. 182 You might also want to uninstall the CMake provided by your package manager to 202 manager channels if one is available. Isolating this Python in a virtual
|
/Zephyr-Core-3.7.0/doc/kernel/memory_management/ |
D | shared_multi_heap.rst | 6 The shared multi-heap memory pool manager uses the multi-heap allocator to
|
/Zephyr-Core-3.7.0/scripts/ci/ |
D | pylintrc | 141 not-context-manager, 168 not-async-context-manager,
|
/Zephyr-Core-3.7.0/modules/lvgl/ |
D | Kconfig.memory | 5 menu "Memory manager settings"
|
/Zephyr-Core-3.7.0/doc/develop/ |
D | beyond-GSG.rst | 16 Python 3 and its package manager, pip\ [#pip]_, are used extensively by Zephyr 30 and the system package manager, and is the default on Debian-based 243 Udev is a device manager for the Linux kernel and the udev daemon
|
/Zephyr-Core-3.7.0/scripts/pylib/twister/twisterlib/ |
D | runner.py | 1205 manager = BaseManager() 1206 manager.start() 1210 pipeline = manager.LifoQueue() 1211 done_queue = manager.LifoQueue()
|
/Zephyr-Core-3.7.0/samples/subsys/usb/dfu/ |
D | README.rst | 17 class provided by the Zephyr project depends on DFU image manager and
|
/Zephyr-Core-3.7.0/boards/ite/it8xxx2_evb/doc/ |
D | index.rst | 176 For example, open device manager to find the USB Serial Port(COM4) and use your
|