/Zephyr-latest/lib/posix/options/ |
D | Kconfig.deprecated | 7 menu "Deprecated POSIX options" 10 int "Maximum number of eventfd's [DEPRECATED]" 14 This option is deprecated. 19 bool "Support for fnmatch [DEPRECATED]" 20 select DEPRECATED 23 This option is deprecated. 28 bool "Getopt library support [DEPRECATED]" 29 select DEPRECATED 32 This option is deprecated. 37 int "Maximum number of pthread_t [DEPRECATED]" [all …]
|
/Zephyr-latest/cmake/modules/ |
D | FindDeprecated.cmake | 5 # 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() 29 # find_package(Deprecated COMPONENTS <deprecated_name>) [all …]
|
/Zephyr-latest/soc/nordic/nrf53/ |
D | Kconfig | 115 select DEPRECATED 117 This option is deprecated, use devicetree instead. Example 129 select DEPRECATED 131 This option is deprecated, use devicetree instead. Example 142 select DEPRECATED 144 This option is deprecated, use devicetree instead. Example 194 bool "[DEPRECATED] NRF53 Network MCU is enabled at boot time" 196 select DEPRECATED 204 select DEPRECATED 206 This option is deprecated, use DT instead. For this option to apply, [all …]
|
/Zephyr-latest/dts/bindings/comparator/ |
D | nxp,kinetis-acmp.yaml | 54 deprecated: true 55 description: Deprecated. Please use enable-pin-out instead 59 deprecated: true 60 description: Deprecated. Please use use-unfiltered-output instead 64 deprecated: true 65 description: Deprecated. Please use enable-high-speed-mode instead 69 deprecated: true 70 description: Deprecated. Please use filter-enable-sample instead 74 deprecated: true 75 description: Deprecated. Please use filter-count instead [all …]
|
/Zephyr-latest/dts/bindings/reserved-memory/ |
D | nordic,owned-memory.yaml | 66 deprecated: true 68 Deprecated, applies only if 'nordic,access' is not defined. 77 deprecated: true 79 Deprecated, applies only if 'nordic,access' is not defined. 84 deprecated: true 86 Deprecated, applies only if 'nordic,access' is not defined. 91 deprecated: true 93 Deprecated, applies only if 'nordic,access' is not defined. 98 deprecated: true 100 Deprecated, applies only if 'nordic,access' is not defined. [all …]
|
/Zephyr-latest/scripts/dts/python-devicetree/tests/test-bindings/ |
D | deprecated.yaml | 3 description: Property deprecated value test 5 compatible: "test-deprecated" 10 deprecated: true
|
/Zephyr-latest/share/sysbuild/ |
D | Kconfig | 31 config DEPRECATED config 35 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/soc/nordic/nrf52/ |
D | Kconfig | 36 select DEPRECATED 38 This option is deprecated, use devicetree instead. Example 50 select DEPRECATED 52 This option is deprecated, use devicetree instead. Example 62 bool "[DEPRECATED] GPIO as pin reset (reset button)" 63 select DEPRECATED 65 This option is deprecated, use devicetree instead. Example
|
/Zephyr-latest/include/zephyr/drivers/ |
D | kscan.h | 33 * @deprecated 39 * @deprecated 53 * @deprecated 75 * @deprecated 97 * @deprecated 119 * @deprecated
|
/Zephyr-latest/cmake/app/ |
D | boilerplate.cmake | 4 # 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/doc/develop/api/ |
D | api_lifecycle.rst | 209 Deprecated section in API Lifecycle 221 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 231 contains the ``DEPRECATED`` word in it) that, when enabled, reverts the APIs 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 [all …]
|
/Zephyr-latest/doc/releases/ |
D | release-notes-4.1.rst | 30 * 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. 39 Deprecated in this release 42 * Deprecated the :c:func:`bt_le_set_auto_conn` API function. Application developers can achieve 46 * Deprecated TinyCrypt library. The reasons for this are (:github:`43712`): 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 [all …]
|
/Zephyr-latest/drivers/kscan/ |
D | Kconfig | 7 bool "Keyboard scan drivers [DEPRECATED]" 8 select DEPRECATED
|
/Zephyr-latest/dts/bindings/sensor/ |
D | ti,ina237.yaml | 20 deprecated: true 29 Deprecated, please use new properties instead. 33 deprecated: true 39 Deprecated, please use new properties instead.
|
/Zephyr-latest/boards/native/nrf_bsim/common/ |
D | bsim_args_runner.h | 24 /* Will be deprecated in favor of bsim_args_get_simid() */ 26 /* Will be deprecated in favor of bsim_args_get_global_device_nbr() */
|
/Zephyr-latest/dts/bindings/can/ |
D | can-fd-controller.yaml | 8 deprecated: true 10 Deprecated. This property has been renamed to bitrate-data.
|
D | can-controller.yaml | 8 deprecated: true 10 Deprecated. This property has been renamed to bitrate.
|
/Zephyr-latest/boards/ |
D | deprecated.cmake | 6 # 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/dts/bindings/base/ |
D | zephyr,memory-common.yaml | 24 deprecated: true 27 Deprecated in favor of 'zephyr,memory-attr'.
|
/Zephyr-latest/arch/common/ |
D | Kconfig | 20 bool "Auto generates the multi-level interrupt LUT (deprecated)" 22 select DEPRECATED
|
/Zephyr-latest/drivers/crypto/ |
D | Kconfig | 25 bool "TinyCrypt shim driver [DEPRECATED]" 32 select DEPRECATED
|
/Zephyr-latest/doc/develop/toolchains/ |
D | crosstool_ng.rst | 3 Crosstool-NG (Deprecated) 8 ``xtools`` toolchain variant is deprecated. The
|
/Zephyr-latest/boards/native/native_sim/ |
D | Kconfig | 21 select DEPRECATED 27 This option is deprecated and will be removed in Zephyr v4.3
|
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_registry/ |
D | Kconfig | 5 bool "Test also deprecated functions"
|
/Zephyr-latest/samples/modules/thrift/hello/client/ |
D | CMakeLists.txt | 33 # needed because std::iterator was deprecated with -std=c++17 34 target_compile_options(app PRIVATE -Wno-deprecated-declarations)
|