Searched refs:removed (Results 1 – 25 of 77) sorted by relevance
1234
/Zephyr-Core-2.7.6/samples/tfm_integration/tfm_psa_test/ |
D | README.rst | 55 [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/ |
D | returnvar.cocci | 7 // 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/ |
D | main.c | 207 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/ |
D | access.rst | 21 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/ |
D | CMakeLists.txt | 19 # implementation lets out-of-tree users still build until the symbol is removed.
|
/Zephyr-Core-2.7.6/doc/reference/kernel/data_passing/ |
D | lifos.rst | 22 * 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`.
|
D | fifos.rst | 22 * 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`.
|
D | stacks.rst | 22 * 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/ |
D | api_lifecycle.rst | 27 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/ |
D | 404.rst | 31 It's also possible we've removed or renamed the page you're looking for.
|
/Zephyr-Core-2.7.6/doc/reference/bluetooth/ |
D | gatt.rst | 88 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/ |
D | Kconfig | 47 the Zephyr release that the SoC configuration will be removed.
|
/Zephyr-Core-2.7.6/doc/guides/west/ |
D | release-notes.rst | 150 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
|
D | west-apis.rst | 161 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/ |
D | README.rst | 27 or removed in the application overlay file
|
/Zephyr-Core-2.7.6/samples/sensor/amg88xx/ |
D | README.rst | 23 On the Evaluation Kit, all jumpers except the J11 and J14 must be removed.
|
/Zephyr-Core-2.7.6/boards/ |
D | Kconfig | 7 the Zephyr release that the board configuration will be removed.
|
/Zephyr-Core-2.7.6/subsys/net/ip/ |
D | Kconfig.mgmt | 37 3rd event comes in, the first will be removed without generating any
|
/Zephyr-Core-2.7.6/samples/tfm_integration/psa_protected_storage/ |
D | README.rst | 41 run as the overwrite protection will not be removed with a power reset.
|
/Zephyr-Core-2.7.6/ |
D | CMakeLists.txt | 515 # 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/ |
D | ublox-sara-r4.c | 1793 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/ |
D | README.rst | 26 or removed in the application overlay file
|
/Zephyr-Core-2.7.6/doc/guides/build/kconfig/ |
D | extensions.rst | 16 ``option env`` has been removed from the C tools as of Linux 4.18 as well.
|
/Zephyr-Core-2.7.6/doc/guides/dts/ |
D | dt-vs-kconfig.rst | 50 removed. The devices are selected individually using devicetree's
|
/Zephyr-Core-2.7.6/cmake/linker/armlink/ |
D | target.cmake | 118 # Match pattern for an unused section that is being removed.
|
1234