Home
last modified time | relevance | path

Searched refs:added (Results 1 – 25 of 253) sorted by relevance

1234567891011

/Zephyr-latest/tests/cmake/hwm/board_extend/oot_root/boards/native/native_sim_extend/
Dnative_sim_native_64_two.dts10 /delete-node/ added-by-native-one;
12 added-by-native-two{
/Zephyr-latest/tests/cmake/snippets/extra_snippet_root/snippets/bar/
Dbar.overlay3 /delete-node/ added-by-foo;
6 added-by-bar {};
/Zephyr-latest/tests/cmake/snippets/snippets/foo/
Dfoo.overlay3 /delete-node/ added-by-bar;
6 added-by-foo {};
/Zephyr-latest/drivers/can/
DKconfig.stm3223 that can be added by the application.
39 that can be added by the application.
66 that can be added by the application.
74 that can be added by the application.
/Zephyr-latest/doc/kernel/services/data_passing/
Dfifos.rst22 * A **queue** of data items that have been added but not yet removed.
31 reserved space requirements for data items if they are added with
38 it has been removed from the queue to which it was previously added will
41 A data item may be **added** to a FIFO by a thread or an ISR.
43 otherwise the item is added to the FIFO's queue.
49 When a data item is added, it is given to the highest priority thread
56 If desired, **multiple data items** can be added to a FIFO in a single operation
94 A data item is added to a FIFO by calling :c:func:`k_fifo_put`.
121 Additionally, a singly-linked list of data items can be added to a FIFO
124 Finally, a data item can be added to a FIFO with :c:func:`k_fifo_alloc_put`.
Dlifos.rst22 * A **queue** of data items that have been added but not yet removed.
31 space requirements for data items if they are added with
38 it has been removed from the queue to which it was previously added will
41 A data item may be **added** to a LIFO by a thread or an ISR.
43 otherwise the item is added to the LIFO's queue.
49 When a data item is added, it is given to the highest priority thread
85 A data item is added to a LIFO by calling :c:func:`k_lifo_put`.
112 A data item can be added to a LIFO with :c:func:`k_lifo_alloc_put`.
Dstacks.rst22 * A **queue** of integer data values that have been added but not yet removed.
32 A data value can be **added** to a stack by a thread or an ISR.
34 otherwise the value is added to the LIFO's queue.
45 When a data item is added, it is given to the highest priority thread
89 A data item is added to a stack by calling :c:func:`k_stack_push`.
/Zephyr-latest/subsys/usb/device/class/
DKconfig.msc23 Spaces must be added to bring the string to 8 bytes.
30 Spaces must be added to bring the string to 16 bytes.
37 Spaces must be added to bring the string to 4 bytes.
/Zephyr-latest/cmake/modules/
Dpre_dt.cmake25 # - APPLICATION_SOURCE_DIR: path to app (added to DTS_ROOT)
26 # - BOARD_DIR: directory containing the board definition (added to DTS_ROOT)
28 # - ZEPHYR_BASE: path to zephyr repository (added to DTS_ROOT)
29 # - SHIELD_DIRS: paths to shield definitions (added to DTS_ROOT)
/Zephyr-latest/boards/panasonic/pan1781_evb/
Dpan1781_evb-pinctrl.dtsi9 * so not added to uart0_default by default
22 * so not added to uart0_sleep by default
/Zephyr-latest/share/sysbuild/images/
DCMakeLists.txt5 # The primary application is the first image to be added to the build, so that
18 # Note the second, binary_dir parameter requires the added
/Zephyr-latest/samples/bluetooth/hci_vs_scan_req/
DREADME.rst13 This is quite important in applications in which the broadcaster role is added
16 connection can also be added, depending on configuration choices.
/Zephyr-latest/doc/services/dsp/
Dindex.rst49 added to :file:`subsys/dsp/Kconfig` along with the required dependencies and the
52 Next, the implementation should be added at ``subsys/dsp/<backend>/`` and
54 its corresponding Kconfig option should be added to :file:`subsys/dsp/Kconfig` and use
/Zephyr-latest/boards/panasonic/pan1782_evb/
Dpan1782_evb-pinctrl.dtsi10 * so not added to uart0_default by default
23 * so not added to uart0_sleep by default
/Zephyr-latest/samples/boards/renesas/openamp_linux_zephyr/
DREADME.rst107 [211] Successfully added memory device 42f00000.rsctbl.
110 [211] Successfully added memory device 43000000.vring-ctl0.
113 [211] Successfully added memory device 43200000.vring-shm0.
116 [211] Successfully added memory device 43100000.vring-ctl1.
119 [211] Successfully added memory device 43500000.vring-shm1.
122 [211] Successfully added memory device 42f01000.mhu-shm.
/Zephyr-latest/boards/nxp/frdm_mcxn236/
Dboard.cmake10 # Pyocd support added with the NXP.MCXN236_DFP.17.0.0.pack CMSIS Pack
/Zephyr-latest/cmake/compiler/gcc/
Dtarget_xtensa.cmake12 # Flags to be added to llext code compilation
/Zephyr-latest/cmake/compiler/xt-clang/
Dtarget.cmake14 # Flags to be added to llext code compilation
/Zephyr-latest/samples/sensor/ds18b20/boards/
Dnucleo_g0b1re.overlay13 * An external pull-up should be added anyways.
Dnrf52840dk_nrf52840.overlay12 * An external pull-up should be added anyways.
/Zephyr-latest/subsys/bluetooth/mesh/
Dlpn.c150 for (i = 0; i < ARRAY_SIZE(bt_mesh.lpn.added); i++) { in group_zero()
163 for (i = 0; i < ARRAY_SIZE(bt_mesh.lpn.added); i++) { in group_set()
176 for (i = 0; i < ARRAY_SIZE(bt_mesh.lpn.added); i++) { in group_clear()
284 group_zero(lpn->added); in clear_friendship()
760 if (atomic_test_bit(lpn->added, i) || in lpn_group_del()
776 for (i = 0; i < ARRAY_SIZE(bt_mesh.lpn.added); i++) { in group_popcount()
787 int added_count = group_popcount(lpn->added); in sub_update()
816 if (atomic_test_bit(lpn->added, i)) { in sub_update()
1009 group_set(lpn->added, lpn->pending); in bt_mesh_lpn_friend_sub_cfm()
1014 group_clear(lpn->added, lpn->pending); in bt_mesh_lpn_friend_sub_cfm()
/Zephyr-latest/drivers/lora/
DCMakeLists.txt4 # library. Hence, if it exists then the source files are added to that otherwise
/Zephyr-latest/samples/sensor/tmp112/
DREADME.rst16 devicetree overlay with such a node added.
/Zephyr-latest/submanifests/
Dexample.yaml.sample8 # Your module will be added to the local workspace and kept in sync
/Zephyr-latest/doc/releases/
Drelease-notes-1.8.rst47 * Support for ARC EM Starter Kit version 2.3 added
74 * nRF5 IEEE 802.15.4 radio driver added
75 * KW41Z IEEE 802.15.4 radio driver added
88 * HTTPS server support added
89 * HTTP Basic-Auth support added
90 * IPv6 fragmentation support added
94 * IEEE 802.15.4 security support added
95 * DNS resolver sample application added
96 * IPv6 multicast listener (MLDv2) support added
97 * NATS protocol sample application added
[all …]

1234567891011