Home
last modified time | relevance | path

Searched refs:removed (Results 1 – 25 of 77) sorted by relevance

1234

/Zephyr-Core-2.7.6/samples/tfm_integration/tfm_psa_test/
DREADME.rst55 [Check 4] Call get API for UID 6 which is removed
56 [Check 5] Call get_info API for UID 6 which is removed
57 [Check 6] Call remove API for UID 6 which is removed
67 [Check 4] Call get API for UID 6 which is removed
68 [Check 5] Call get_info API for UID 6 which is removed
69 [Check 6] Call remove API for UID 6 which is removed
/Zephyr-Core-2.7.6/scripts/coccinelle/
Dreturnvar.cocci7 // Comments: Comments on code can be deleted if near code that is removed.
8 // "when strict" can be removed to get more hits, but adds false
/Zephyr-Core-2.7.6/tests/net/buf/src/
Dmain.c207 int i, removed; in test_net_buf_4() local
241 i = removed = 0; in test_net_buf_4()
249 removed++; in test_net_buf_4()
263 zassert_equal(1 + i + removed, bufs_pool.buf_count, in test_net_buf_4()
266 removed = 0; in test_net_buf_4()
273 removed++; in test_net_buf_4()
276 zassert_equal(removed, i, "Incorrect removed fragment count"); in test_net_buf_4()
/Zephyr-Core-2.7.6/doc/reference/storage/disk/
Daccess.rst21 removed. This may be fixed in future releases.
24 corrupted if power is lost or if the card is removed.
/Zephyr-Core-2.7.6/subsys/random/
DCMakeLists.txt19 # implementation lets out-of-tree users still build until the symbol is removed.
/Zephyr-Core-2.7.6/doc/reference/kernel/data_passing/
Dlifos.rst22 * A **queue** of data items that have been added but not yet removed.
40 A data item may be **removed** from a LIFO by a thread. If the LIFO's queue
114 A data item is removed from a LIFO by calling :c:func:`k_lifo_get`.
Dfifos.rst22 * A **queue** of data items that have been added but not yet removed.
40 A data item may be **removed** from a FIFO by a thread. If the FIFO's queue
126 A data item is removed from a FIFO by calling :c:func:`k_fifo_get`.
Dstacks.rst22 * A **queue** of integer data values that have been added but not yet removed.
42 A data value may be **removed** from a stack by a thread.
/Zephyr-Core-2.7.6/doc/reference/api/
Dapi_lifecycle.rst27 or be removed in future versions. Try it out and provide feedback
187 Unstable APIs can be removed without deprecation at any time.
196 it will be ready to be removed in 1.16 at the earliest.
229 In this phase, the API is removed.
234 deprecated API, and on how urgently the API needs to be removed.
236 If it's OK to remove the API, it will be removed. The maintainers will remove
/Zephyr-Core-2.7.6/doc/
D404.rst31 It's also possible we've removed or renamed the page you're looking for.
/Zephyr-Core-2.7.6/doc/reference/bluetooth/
Dgatt.rst88 being triggered for the same attribute. Subscriptions can be removed with use of
92 When subscriptions are removed ``notify`` callback is called with the data
/Zephyr-Core-2.7.6/soc/
DKconfig47 the Zephyr release that the SoC configuration will be removed.
/Zephyr-Core-2.7.6/doc/guides/west/
Drelease-notes.rst150 other manual edits in configuration files will be removed when setting a
301 it will continue to be included in the distribution, but will be removed
319 - Defaults: removed
327 - ManifestProject: semi-deprecated and will likely be removed later.
329 - Project.format() and its callers are removed. Use f-strings instead.
333 - Remote: removed
481 - ``west.manifest.MANIFEST_SECTIONS`` was removed. There is only one section
484 removed.
486 - The ``west.manifest.SpecialProject`` class was removed. Use
Dwest-apis.rst161 The deprecated *read_config* parameter was removed.
298 The *remote* attribute was removed. Its semantics could no longer
326 The (now removed) ``Project.format`` method is no longer called on
/Zephyr-Core-2.7.6/samples/subsys/modbus/rtu_client/
DREADME.rst27 or removed in the application overlay file
/Zephyr-Core-2.7.6/samples/sensor/amg88xx/
DREADME.rst23 On the Evaluation Kit, all jumpers except the J11 and J14 must be removed.
/Zephyr-Core-2.7.6/boards/
DKconfig7 the Zephyr release that the board configuration will be removed.
/Zephyr-Core-2.7.6/subsys/net/ip/
DKconfig.mgmt37 3rd event comes in, the first will be removed without generating any
/Zephyr-Core-2.7.6/samples/tfm_integration/psa_protected_storage/
DREADME.rst41 run as the overwrite protection will not be removed with a power reset.
/Zephyr-Core-2.7.6/
DCMakeLists.txt515 # Other OS: The list will update whenever a file is added/removed/modified and ensure a re-build.
519 # monitoring of added / removed folders. A trigger file is thus used for correct dependency
520 # handling. The trigger file will update when a folder is added / removed.
548 # The syscall parsing depends on the folders in order to detect add/removed/modified files.
549 # When a folder is removed, CMake will try to find a target that creates that dependency.
553 # when a folder is removed.
579 # Thus CMake only needs to re-run when sub-directories are added / removed, which is indicated
1308 # external projects. It will be removed in the future.
1673 removed in version ${CONFIG_BOARD_DEPRECATED_RELEASE}"
1680 removed in version ${CONFIG_SOC_DEPRECATED_RELEASE}"
/Zephyr-Core-2.7.6/drivers/modem/
Dublox-sara-r4.c1793 int removed = 0; in offload_sendmsg() local
1801 while (removed < sent) { in offload_sendmsg()
1802 int to_removed = sent - removed; in offload_sendmsg()
1808 removed += msg->msg_iov[i].iov_len; in offload_sendmsg()
1823 removed += to_removed; in offload_sendmsg()
/Zephyr-Core-2.7.6/samples/subsys/modbus/rtu_server/
DREADME.rst26 or removed in the application overlay file
/Zephyr-Core-2.7.6/doc/guides/build/kconfig/
Dextensions.rst16 ``option env`` has been removed from the C tools as of Linux 4.18 as well.
/Zephyr-Core-2.7.6/doc/guides/dts/
Ddt-vs-kconfig.rst50 removed. The devices are selected individually using devicetree's
/Zephyr-Core-2.7.6/cmake/linker/armlink/
Dtarget.cmake118 # Match pattern for an unused section that is being removed.

1234