Searched full:constrained (Results 1 – 25 of 47) sorted by relevance
12
/Zephyr-latest/doc/connectivity/networking/api/ |
D | coap.rst | 13 The Constrained Application Protocol (CoAP) is a specialized web transfer 14 protocol for use with constrained nodes and constrained (e.g., low-power, 17 itself, see `IETF RFC7252 The Constrained Application Protocol <https://tools.ietf.org/html/rfc7252… 32 - `RFC7252: The Constrained Application Protocol (CoAP) <https://tools.ietf.org/html/rfc7252>`_ 33 - `RFC6690: Constrained RESTful Environments (CoRE) Link Format <https://tools.ietf.org/html/rfc669… 34 - `RFC7959: Block-Wise Transfers in the Constrained Application Protocol (CoAP) <https://tools.ietf… 35 - `RFC7641: Observing Resources in the Constrained Application Protocol (CoAP) <https://tools.ietf.… 147 resource constrained, such as by computing power, RF range, memory, bandwidth,
|
/Zephyr-latest/drivers/entropy/ |
D | entropy_cc13xx_cc26xx.c | 37 bool constrained; member 103 if (!data->constrained) { in entropy_cc13xx_cc26xx_get_entropy() 105 data->constrained = true; in entropy_cc13xx_cc26xx_get_entropy() 148 if (data->constrained) { in entropy_cc13xx_cc26xx_isr() 152 data->constrained = false; in entropy_cc13xx_cc26xx_isr() 295 data->constrained = true; in entropy_cc13xx_cc26xx_init()
|
/Zephyr-latest/samples/subsys/smf/smf_calculator/ |
D | prj.conf | 32 # LVGL defaults sets this too high for resource-constrained boards.
|
D | README.rst | 34 on RAM-constrained boards like the :zephyr:board:`disco_l475_iot1`.
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/acl_tx_frag/ |
D | prj.conf | 29 # We don't want to be constrained on the number of TX
|
/Zephyr-latest/doc/_doxygen/ |
D | mainpage.md | 4 resource-constrained and embedded systems: from simple embedded
|
/Zephyr-latest/lib/hash/ |
D | Kconfig.hash_map | 22 They are perhaps more useful on resource-constrained systems where
|
/Zephyr-latest/doc/introduction/ |
D | index.rst | 7 resource-constrained and embedded systems: from simple embedded environmental 108 For platforms without MMU/MPU and memory constrained devices, supports 161 ext2, LittleFS and FatFS support; FCB (Flash Circular Buffer) for memory constrained
|
/Zephyr-latest/samples/net/sockets/dumb_http_server/src/ |
D | response_big.html.bin | 27 …ll, scalable, real-time operating system (RTOS) optimized for resource constrained devices, across…
|
/Zephyr-latest/samples/net/sockets/dumb_http_server_mt/src/ |
D | response_big.html.bin | 27 …ll, scalable, real-time operating system (RTOS) optimized for resource constrained devices, across…
|
D | response_100k.html.bin | 27 …ll, scalable, real-time operating system (RTOS) optimized for resource constrained devices, across…
|
/Zephyr-latest/ |
D | README.rst | 19 multiple hardware architectures, optimized for resource constrained devices, 23 resource-constrained systems: from simple embedded environmental sensors and
|
/Zephyr-latest/doc/security/standards/ |
D | etsi-303645.rst | 45 * - constrained device 232 - When the device is not a constrained device, it shall have a 273 - When the device is not a constrained device, it shall have an update mechanism 368 - For constrained devices that cannot have their software updated, the rationale 378 - For constrained devices that cannot have their software updated, the product
|
/Zephyr-latest/subsys/mgmt/hawkbit/ |
D | Kconfig | 25 software updates to constrained edge devices as well as more powerful
|
/Zephyr-latest/dts/bindings/pinctrl/ |
D | espressif,esp32-pinctrl.yaml | 102 When defining a state, the pin muxing information is constrained to
|
/Zephyr-latest/doc/kernel/services/scheduling/ |
D | index.rst | 66 This implementation should be selected on systems with constrained code size 275 is responsible for this. However, in some constrained systems, it is possible
|
/Zephyr-latest/doc/services/crypto/ |
D | psa_crypto.rst | 28 built-in key, to constrained devices running custom application code,
|
/Zephyr-latest/tests/net/npf/src/ |
D | main.c | 41 "multiple hardware architectures, optimized for resource constrained devices,\n" 45 "resource-constrained systems: from simple embedded environmental sensors and\n"
|
/Zephyr-latest/include/zephyr/drivers/ |
D | ipm.h | 134 * @param id Message identifier. Values are constrained by
|
/Zephyr-latest/subsys/net/lib/dns/ |
D | Kconfig | 44 The maximum value of this variable is constrained to avoid
|
/Zephyr-latest/doc/kernel/services/smp/ |
D | smp.rst | 48 SMP systems provide a more constrained :c:func:`k_spin_lock` primitive 224 that power constrained SMP applications are always going to provide an
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | blob.rst | 17 BLOB transfers are constrained by the transfer speed and reliability of the underlying mesh network.
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig.ipv6 | 136 this might be too long in memory constrained devices. This value
|
/Zephyr-latest/doc/connectivity/networking/ |
D | overview.rst | 74 * **CoAP** Constrained Application Protocol
|
/Zephyr-latest/subsys/debug/ |
D | Kconfig | 352 which can provide good performance improvements on register-constrained
|
12