Home
last modified time | relevance | path

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

1234567

/Zephyr-latest/tests/unit/list/
Dslist.c354 sys_snode_t *s_node, *prev, *removed; in ZTEST() local
357 removed = NULL; in ZTEST()
360 if (removed == NULL) { in ZTEST()
362 removed = node; in ZTEST()
365 zassert_not_null(removed); in ZTEST()
367 sys_slist_prepend(&test_list, removed); in ZTEST()
369 removed = NULL; in ZTEST()
374 removed = node; in ZTEST()
378 zassert_not_null(removed); in ZTEST()
380 sys_slist_append(&test_list, removed); in ZTEST()
/Zephyr-latest/samples/tfm_integration/tfm_psa_test/
DREADME.rst74 [Check 4] Call get API for UID 6 which is removed
75 [Check 5] Call get_info API for UID 6 which is removed
76 [Check 6] Call remove API for UID 6 which is removed
86 [Check 4] Call get API for UID 6 which is removed
87 [Check 5] Call get_info API for UID 6 which is removed
88 [Check 6] Call remove API for UID 6 which is removed
/Zephyr-latest/cmake/
Dyaml-filter.cmake12 # - TEMP_FILES: a list of temporary files that need to be removed after
18 # Temporary files are then removed.
/Zephyr-latest/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-latest/subsys/fs/ext2/
Dext2_diskops.c505 int64_t removed = 0, rem; in delete_blocks() local
516 removed++; in delete_blocks()
550 removed = -EINVAL; in delete_blocks()
560 removed = rem; in delete_blocks()
563 removed += rem; in delete_blocks()
575 removed = rem; in delete_blocks()
578 removed += rem; in delete_blocks()
594 removed = ret; in delete_blocks()
598 if (removed >= 0 && list_block && block_dirty) { in delete_blocks()
601 removed = ret; in delete_blocks()
[all …]
/Zephyr-latest/doc/releases/
Dmigration-guide-4.0.rst70 …have been removed because Mbed TLS doesn't support TLS 1.0 and 1.1 anymore since v3.0. (:github:`7…
75 * The Kconfig option ``CONFIG_MBEDTLS_SSL_EXPORT_KEYS`` was removed because the
76 corresponding build symbol was removed in Mbed TLS 3.1.0 and is now assumed to
104 * ``zcbor_simple_*()`` functions have been removed to avoid confusion about their use.
108 If a removed variant is strictly needed, add your own forward declaration in your code.
129 The ``ngpios`` devicetree property has been removed, since it is implied by the model name.
134 * The ``power-domain`` property has been removed in favor of ``power-domains``.
226 been removed. (:github:`76392`)
340 compatibles and can be removed from board ``.defconfig`` files.
378 now been removed and merged with :c:func:`bt_bap_scan_delegator_register()`.
[all …]
Drelease-notes-4.1.rst4 What goes here: removed/deprecated apis, new boards, new drivers, notable
24 migration guide instead. (TODO: move the removed APIs section in the
93 * The legacy Bluetooth HCI driver API has been removed. It has been replaced
99 have been removed.
103 CAN API functions have been removed.
105 * The ``can_calc_prescaler()`` CAN API function has been removed.
108 removed. It was a legacy option and was used to allow user to call BSD
124 * The :kconfig:option:`CONFIG_PM_DEVICE_RUNTIME_EXCLUSIVE` option has been removed
127 * The ``z_pm_save_idle_exit()`` PM API function has been removed.
129 * Struct ``z_arch_esf_t`` has been removed. Use ``struct arch_esf`` instead.
[all …]
Dmigration-guide-3.6.rst21 * The deprecated ``prj_<board>.conf`` Kconfig file support has been removed, projects that use
55 * The deprecated Nordic SoC Kconfig option ``NRF_STORE_REBOOT_TYPE_GPREGRET`` has been removed,
79 * MCUboot's deprecated ``CONFIG_ZEPHYR_TRY_MASS_ERASE`` Kconfig option has been removed. If an
117 were removed. These are listed in the following table. The table also
258 * The optional ``can_get_max_bitrate_t`` CAN controller driver callback was removed in favor of a
267 * The ``CAN_FILTER_FDF`` flag for filtering classic CAN/CAN FD frames was removed since no known CAN
272 Transmission Request (RTR) frames were removed since not all CAN controllers implement support for
415 removed and substituted by two new attributes, ``int1-gpios`` and ``int2-gpios``.
479 * `BT_ISO_TIMESTAMP_NONE` has been removed and the `ts` parameter of :c:func:`bt_iso_chan_send` has
482 * The ``CONFIG_BT_HCI_RESERVE`` and ``CONFIG_BT_HCI_RAW_RESERVE`` Kconfig options were removed. All
[all …]
/Zephyr-latest/drivers/counter/
DKconfig.mcux_lptmr22 be removed eventually.
/Zephyr-latest/boards/nxp/common/
Dopensda-debug.rst36 #. Ensure the SWD isolation jumpers are removed.
39 removed, and connect the external probe to the JTAG/SWD header.
/Zephyr-latest/include/zephyr/usb/
Dusbh.h90 int (*removed)(struct usbh_contex *const uhs_ctx); member
/Zephyr-latest/soc/intel/intel_adsp/cavs/
DKconfig.defconfig.cavs_v256 # For backward compatibility, to be removed
/Zephyr-latest/drivers/timer/
DKconfig.mcux_lptmr26 be removed eventually.
/Zephyr-latest/cmake/linker/lld/
Dlinker_libraries.cmake12 # be removed, and instead the external module c++ should use:
/Zephyr-latest/doc/kernel/services/data_passing/
Dlifos.rst22 * A **queue** of data items that have been added but not yet removed.
38 it has been removed from the queue to which it was previously added will
46 A data item may be **removed** from a LIFO by a thread. If the LIFO's queue
120 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.
38 it has been removed from the queue to which it was previously added will
46 A data item may be **removed** from a FIFO by a thread. If the FIFO's queue
132 A data item is removed from a FIFO by calling :c:func:`k_fifo_get`.
/Zephyr-latest/boards/bbc/microbit/
Dboard.cmake8 # in which case the following line should be removed to default back to "jlink" OpenOCD interface
/Zephyr-latest/cmake/linker/ld/gcc/
Dlinker_flags.cmake13 # pyelftools. Can be removed once pyelftools supports v5.
/Zephyr-latest/doc/develop/west/
Dwest-apis.rst118 The *requires_installation* parameter (removed in v0.13.0).
124 The deprecated *requires_installation* parameter was removed.
288 The deprecated *read_config* parameter was removed.
376 removed (use *topdir* instead). The function no longer raises
394 The *manifest_path* and *topdir* arguments were removed.
400 The *manifest_path* and *topdir* arguments were removed.
433 The *remote* attribute was removed. Its semantics could no longer
471 The (now removed) ``Project.format`` method is no longer called on
/Zephyr-latest/boards/bbc/microbit_v2/
Dboard.cmake9 # in which case the following line should be removed to default back to "jlink" OpenOCD interface
/Zephyr-latest/boards/
Ddeprecated.cmake14 # so these aliases are eventually removed
/Zephyr-latest/share/sysbuild/
DKconfig.v227 the Zephyr release that the board configuration will be removed.
/Zephyr-latest/doc/
D404.rst31 It's also possible we've removed or renamed the page you're looking for.
/Zephyr-latest/cmake/modules/
Dsoc.cmake18 # use only and may be removed, renamed, or re-purposed without prior notice.
/Zephyr-latest/cmake/toolchain/espressif/
Dgeneric.cmake20 # This code and related code depending on ESPRESSIF_DEPRECATED_PATH can be removed after two releas…

1234567