Searched refs:needs (Results 176 – 200 of 523) sorted by relevance
12345678910>>...21
/Zephyr-latest/drivers/interrupt_controller/ |
D | Kconfig | 53 The priority value needs to be greater than INTC_INIT_PRIORITY
|
/Zephyr-latest/drivers/modem/ |
D | Kconfig.quectel-bg9x | 71 Note that the priority needs to be lower than the net stack
|
D | Kconfig | 105 This value needs to be twice the number of UART modems using the 142 of the match_buf (match_buf_len) field as it needs to be large
|
/Zephyr-latest/doc/develop/toolchains/ |
D | iar_arm_toolchain.rst | 25 #. The IAR Toolchain needs the :envvar:`IAR_LMS_BEARER_TOKEN` environment
|
/Zephyr-latest/boards/nuvoton/npcx4m8f_evb/doc/ |
D | index.rst | 7 Nuvoton NPCX4 series microcontrollers. This board needs to be mated with
|
/Zephyr-latest/samples/net/sockets/dumb_http_server_mt/src/ |
D | response_big.html.bin | 31 …s, developers are able to easily tailor an optimal solution to meet their needs. As a true open so…
|
/Zephyr-latest/samples/net/sockets/dumb_http_server/src/ |
D | response_big.html.bin | 31 …s, developers are able to easily tailor an optimal solution to meet their needs. As a true open so…
|
/Zephyr-latest/subsys/secure_storage/ |
D | Kconfig.its_store | 20 It needs a `secure_storage_its_partition` devicetree chosen property that points
|
/Zephyr-latest/doc/kernel/services/timing/ |
D | clocks.rst | 195 :c:func:`sys_clock_announce`, which the kernel needs to test newly 259 a global expiration but instead a per-CPU value that needs to be 279 timeouts. But for many subsystems with simple needs, this may be 295 But :c:type:`k_timeout_t` is opaque, and needs to be converted before 298 Some conversions are simple. Code that needs to test for 302 The more complicated case is when the subsystem needs to take a
|
/Zephyr-latest/scripts/ci/ |
D | pylintrc | 97 star-needs-assignment-target, 159 format-needs-mapping,
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | mqtt.rst | 71 The client context structure needs to be initialized and set up before it can be 125 After the connection is established, an application needs to call ``mqtt_input``
|
D | mqtt_sn.rst | 72 The client context structure needs to be initialized and set up before it can be 133 After the connection is established, an application needs to call :c:func:`mqtt_input`
|
D | net_pkt.rst | 54 needs various metadata information to become relevant as well. It 83 To allocate a buffer, a net_pkt needs to have at least its network 270 Or, if headers space needs to be accounted for, call: 336 modified so to proceed further the cursor needs to advance past the
|
/Zephyr-latest/doc/connectivity/networking/ |
D | overview.rst | 19 can be enabled or disabled depending on networking needs. 120 technologies. Applications can send data according to their needs to desired 132 be prioritized depending on application needs.
|
/Zephyr-latest/doc/kernel/memory_management/ |
D | shared_multi_heap.rst | 59 3. When a driver or application needs some dynamic memory with a certain
|
D | sys_mem_blocks.rst | 104 :c:type:`sys_mem_blocks_t`. It needs to be defined and initialized 123 the buffer needs to be done at its definition.
|
/Zephyr-latest/samples/boards/nordic/battery/ |
D | README.rst | 31 present, the ADC configuration (device and channel) needs to be provided via
|
/Zephyr-latest/samples/bluetooth/mesh/ |
D | README.rst | 13 The application also needs a functioning serial console, since that's
|
/Zephyr-latest/samples/subsys/mgmt/updatehub/ |
D | README.rst | 185 For WiFi, it needs add ``overlay-wifi.conf``. Here a shield provides WiFi 205 For IEEE 802.15.4 needs add ``overlay-802154.conf``. This requires two nodes: 207 validation needs a Linux kernel >= 4.9 with all 6loWPAN support. It is out of scope 233 validation needs a Linux kernel >= 4.9 with optional NAT-64 support. The 294 The test image needs different parameters to add the signature. Pay attention
|
/Zephyr-latest/doc/develop/api/ |
D | api_lifecycle.rst | 221 The API needs to be marked as deprecated in at least two full releases. 236 - Code using the deprecated API needs to be modified to remove usage of said 238 - The change needs to be atomic and bisectable 262 deprecated API, and on how urgently the API needs to be removed.
|
/Zephyr-latest/doc/services/storage/zms/ |
D | zms.rst | 157 However, this operation is very time-consuming as it needs to browse through all valid ATEs 187 When calling ZMS to make a write, the current sector could be almost full such that ZMS needs to 212 ZMS always needs an empty sector to be able to perform the garbage collection (GC). 258 Each key-value pair needs an extra 16 bytes for the ATE, which makes it possible to store 11 pairs 376 Which one to use in your application will depend on your needs and the hardware you are using, 389 - If your application needs more than 64K IDs for storage, :ref:`ZMS <zms_api>` is recommended here… 411 - The sector size needs to be set such that a sector can fit the maximum data size that will be
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | dfu.rst | 77 3. Your application's :file:`.conf` file needs to enable the
|
/Zephyr-latest/tests/bluetooth/classic/sdp_c/ |
D | README.rst | 39 On the host PC, a HCI transport needs to be required. Refer to `bumble platforms`_ page of
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | core.rst | 39 To keep a node protected against replay attacks after reboot, it needs to store 77 the change needs to be stored persistently, the stack schedules a work item.
|
/Zephyr-latest/doc/kernel/services/synchronization/ |
D | mutexes.rst | 33 A thread that needs to use a shared resource must first gain exclusive rights 41 that want to use the resource. When the thread no longer needs the resource
|
12345678910>>...21