Home
last modified time | relevance | path

Searched refs:deprecated (Results 1 – 25 of 102) sorted by relevance

12345

/Zephyr-latest/lib/posix/options/
DKconfig.deprecated14 This option is deprecated.
23 This option is deprecated.
32 This option is deprecated.
41 This option is deprecated.
50 This option is deprecated.
59 This option is deprecated.
68 This option is deprecated.
81 This option is deprecated.
90 This option is deprecated.
99 This option is deprecated.
[all …]
DKconfig36 rsource "Kconfig.deprecated"
/Zephyr-latest/cmake/modules/
DFindDeprecated.cmake5 # FindDeprecated module provides a single location for deprecated CMake build code.
6 # Whenever CMake code is deprecated it should be moved to this module and
7 # corresponding COMPONENTS should be created with name identifying the deprecated code.
9 # This makes it easier to maintain deprecated code and cleanup such code when it
10 # has been deprecated for two releases.
13 # CMakeList.txt contains deprecated code, like:
15 # deprecated()
22 # # This code has been deprecated after Zephyr x.y
24 # deprecated()
42 # This code was deprecated after Zephyr v3.1.0
[all …]
Dunittest.cmake101 set (CMAKE_C_FLAGS "-m32") #deprecated on macOS
102 set (CMAKE_CXX_FLAGS "-m32") #deprecated on macOS
/Zephyr-latest/cmake/app/
Dboilerplate.cmake4 # The use of this file is deprecated #
15 # Loading of this file directly is deprecated and only kept for backward compatibility.
20 message(WARNING "Loading of Zephyr boilerplate.cmake directly is deprecated, "
/Zephyr-latest/share/sysbuild/
DKconfig35 considered to be deprecated.
40 prompt "Warn on deprecated usage"
42 Print a warning when the Kconfig tree is parsed if any deprecated
/Zephyr-latest/include/zephyr/net/
Dbuf.h12 #warning This header is deprecated, include <zephyr/net_buf.h> instead
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_registry/
DKconfig5 bool "Test also deprecated functions"
/Zephyr-latest/soc/nordic/nrf53/
DKconfig117 This option is deprecated, use devicetree instead. Example
131 This option is deprecated, use devicetree instead. Example
144 This option is deprecated, use devicetree instead. Example
206 This option is deprecated, use DT instead. For this option to apply,
224 This option is deprecated, use DT instead. Example configuration:
234 This option is deprecated, use DT instead. Example configuration:
245 This option is deprecated, use DT instead. Example configuration:
256 This option is deprecated, use DT instead. Example configuration:
272 This option is deprecated, use DT instead. For this configuration to
285 This option is deprecated, use DT instead. Example configuration:
[all …]
/Zephyr-latest/boards/
Ddeprecated.cmake6 # time prints a warning to the user, that the board name is deprecated.
13 # https://docs.zephyrproject.org/latest/develop/api/api_lifecycle.html#deprecated,
/Zephyr-latest/samples/modules/thrift/hello/client/
DCMakeLists.txt33 # needed because std::iterator was deprecated with -std=c++17
34 target_compile_options(app PRIVATE -Wno-deprecated-declarations)
/Zephyr-latest/samples/modules/thrift/hello/server/
DCMakeLists.txt33 # needed because std::iterator was deprecated with -std=c++17
34 target_compile_options(app PRIVATE -Wno-deprecated-declarations)
/Zephyr-latest/scripts/dts/python-devicetree/tests/
Dtest.dts527 // For testing deprecated property
529 test-deprecated {
530 compatible = "test-deprecated";
531 oldprop = <4>; /* deprecated property */
537 // For testing deprecated features
540 deprecated {
541 compatible = "deprecated";
546 foos = <&{/deprecated} 1 2>;
/Zephyr-latest/doc/_scripts/
Dgen_devicetree_rest.py608 def prop_table(filter_fn, deprecated): argument
615 print_property_table(specs, temp_io, deprecated=deprecated)
621 return prop_spec.name not in base_names and not prop_spec.deprecated
624 return prop_spec.name not in base_names and prop_spec.deprecated
688 deprecated=True)
692 def print_property_table(prop_specs, string_io, deprecated=False): argument
743 if deprecated and prop_spec.deprecated:
/Zephyr-latest/doc/releases/
Drelease-notes-4.1.rst30 * The deprecated Bluetooth HCI driver API has been removed. It has been replaced by a
32 * The deprecated ``CAN_MAX_STD_ID`` (replaced by :c:macro:`CAN_STD_ID_MASK`) and ``CAN_MAX_EXT_ID``
34 * The deprecated ``can_get_min_bitrate()`` (replaced by :c:func:`can_get_bitrate_min`) and
37 * The deprecated ``can_calc_prescaler()`` CAN API function has been removed.
78 * :kconfig:option:`CONFIG_NATIVE_APPLICATION` has been deprecated.
80 switched to ``n`` by default, and this option has been deprecated.
92 * :kconfig:option:`CONFIG_BT_BUF_ACL_RX_COUNT` has been deprecated and
118 * All HWMv1 board name aliases which were added as deprecated in v3.7 are now removed
131 files. This feature was deprecated a long time ago. Projects that do still use
305 * The deprecated :kconfig:option:`CONFIG_NET_SOCKETS_POSIX_NAMES` option has been removed.
Dmigration-guide-4.1.rst239 * The :kconfig:option:`STEPPER_ADI_TMC_RAMP_GEN` is now deprecated and is replaced with the new
291 * The :kconfig:option:`BT_CTLR` has been deprecated. A new :kconfig:option:`HAS_BT_CTLR` has been
302 set as deprecated. Default option for platforms that do not support TF-M
327 * :kconfig:option:`CONFIG_BT_BUF_ACL_RX_COUNT` has been deprecated. The number of ACL RX buffers is
398 * ``_current`` is deprecated, used :c:func:`arch_current_thread` instead.
402 * :kconfig:option:`CONFIG_NATIVE_APPLICATION` has been deprecated. Out-of-tree boards using this
406 switched to ``n`` by default, and this option has been deprecated. Ensure your code does not
411 * Kconfigs ``CONFIG_DISABLE_SSBD`` and ``CONFIG_ENABLE_EXTENDED_IBRS`` have been deprecated
Dmigration-guide-4.0.rst24 * The imgtool part of ``west sign`` has been deprecated, options to be supplied to imgtool when
30 * Removed the deprecated :kconfig:option:`CONFIG_MP_NUM_CPUS`, application should be updated to use
36 * :ref:`native_posix<native_posix>` has been deprecated in favour of
44 * Board ``qemu_xtensa`` is deprecated. Use ``qemu_xtensa/dc233c`` instead.
159 :kconfig:option:`CONFIG_SOC_HFXO_CAP_INT_VALUE_X2` have been deprecated.
197 TinyCrypt-based shim driver was marked as deprecated (:github:`79653`).
273 * The ``nxp,`` prefixed properties in :dtcompatible:`nxp,kinetis-acmp` have been deprecated in favor
275 has been updated to support both the new and deprecated property names. Uses of the deprecated
296 options have been deprecated.
407 Automatic advertiser resumption is deprecated
[all …]
/Zephyr-latest/modules/thrift/
DCMakeLists.txt39 # needed because std::iterator was deprecated with -std=c++17
40 zephyr_library_compile_options(-Wno-deprecated-declarations)
/Zephyr-latest/tests/modules/thrift/ThriftTest/
DCMakeLists.txt41 # needed because std::iterator was deprecated with -std=c++17
42 target_compile_options(app PRIVATE -Wno-deprecated-declarations)
/Zephyr-latest/scripts/kconfig/
Dkconfig.py249 deprecated = kconf.syms.get('DEPRECATED')
250 dep_expr = kconf.n if deprecated is None else deprecated.rev_dep
/Zephyr-latest/doc/develop/api/
Dapi_lifecycle.rst221 The API needs to be marked as deprecated in at least two full releases.
222 For example, if an API was first deprecated in release 4.0,
225 where an API is deprecated sooner.
228 - Mark as deprecated. This can be done by using the compiler itself
236 - Code using the deprecated API needs to be modified to remove usage of said
241 tracking removal of deprecated APIs.
244 During the deprecation waiting period, the API will be in the ``deprecated``
245 state. The Zephyr maintainers will track usage of deprecated APIs on
249 - API documentation will inform users that the API is deprecated.
250 - Attempts to use a deprecated API at build time will log a warning to the
[all …]
/Zephyr-latest/soc/nordic/nrf52/
DKconfig38 This option is deprecated, use devicetree instead. Example
52 This option is deprecated, use devicetree instead. Example
65 This option is deprecated, use devicetree instead. Example
/Zephyr-latest/
D.ruff-excludes.toml55 "UP035", # https://docs.astral.sh/ruff/rules/deprecated-import
161 "UP026", # https://docs.astral.sh/ruff/rules/deprecated-mock-import
243 "UP035", # https://docs.astral.sh/ruff/rules/deprecated-import
425 "UP035", # https://docs.astral.sh/ruff/rules/deprecated-import
436 "UP035", # https://docs.astral.sh/ruff/rules/deprecated-import
445 "UP035", # https://docs.astral.sh/ruff/rules/deprecated-import
459 "UP035", # https://docs.astral.sh/ruff/rules/deprecated-import
489 "UP035", # https://docs.astral.sh/ruff/rules/deprecated-import
536 "UP035", # https://docs.astral.sh/ruff/rules/deprecated-import
602 "UP035", # https://docs.astral.sh/ruff/rules/deprecated-import
[all …]
/Zephyr-latest/doc/hardware/peripherals/
Dkscan.rst7 .. note:: Kscan APIs are deprecated, any driver and applications should be
/Zephyr-latest/cmake/toolchain/espressif/
Dgeneric.cmake19 # Old toolchain installation path has been deprecated in 2.7.

12345