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/ |
D | native_sim_native_64_two.dts | 10 /delete-node/ added-by-native-one; 12 added-by-native-two{
|
/Zephyr-latest/tests/cmake/snippets/extra_snippet_root/snippets/bar/ |
D | bar.overlay | 3 /delete-node/ added-by-foo; 6 added-by-bar {};
|
/Zephyr-latest/tests/cmake/snippets/snippets/foo/ |
D | foo.overlay | 3 /delete-node/ added-by-bar; 6 added-by-foo {};
|
/Zephyr-latest/drivers/can/ |
D | Kconfig.stm32 | 23 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/ |
D | fifos.rst | 22 * 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`.
|
D | lifos.rst | 22 * 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`.
|
D | stacks.rst | 22 * 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/ |
D | Kconfig.msc | 23 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/ |
D | pre_dt.cmake | 25 # - 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/ |
D | pan1781_evb-pinctrl.dtsi | 9 * so not added to uart0_default by default 22 * so not added to uart0_sleep by default
|
/Zephyr-latest/share/sysbuild/images/ |
D | CMakeLists.txt | 5 # 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/ |
D | README.rst | 13 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/ |
D | index.rst | 49 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/ |
D | pan1782_evb-pinctrl.dtsi | 10 * 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/ |
D | README.rst | 107 [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/ |
D | board.cmake | 10 # Pyocd support added with the NXP.MCXN236_DFP.17.0.0.pack CMSIS Pack
|
/Zephyr-latest/cmake/compiler/gcc/ |
D | target_xtensa.cmake | 12 # Flags to be added to llext code compilation
|
/Zephyr-latest/cmake/compiler/xt-clang/ |
D | target.cmake | 14 # Flags to be added to llext code compilation
|
/Zephyr-latest/samples/sensor/ds18b20/boards/ |
D | nucleo_g0b1re.overlay | 13 * An external pull-up should be added anyways.
|
D | nrf52840dk_nrf52840.overlay | 12 * An external pull-up should be added anyways.
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | lpn.c | 150 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/ |
D | CMakeLists.txt | 4 # library. Hence, if it exists then the source files are added to that otherwise
|
/Zephyr-latest/samples/sensor/tmp112/ |
D | README.rst | 16 devicetree overlay with such a node added.
|
/Zephyr-latest/submanifests/ |
D | example.yaml.sample | 8 # Your module will be added to the local workspace and kept in sync
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.8.rst | 47 * 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