Home
last modified time | relevance | path

Searched full:deprecated (Results 1 – 25 of 213) sorted by relevance

123456789

/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()
29 # find_package(Deprecated COMPONENTS <deprecated_name>)
[all …]
/Zephyr-latest/drivers/ethernet/
DKconfig.native_tap89 bool "Native POSIX Ethernet driver (deprecated)"
91 select DEPRECATED
95 Deprecated, use ETH_NATIVE_TAP instead
98 bool "Native POSIX Ethernet driver options (deprecated)"
104 int "Number of network interfaces created (deprecated)"
110 Deprecated, use ETH_NATIVE_TAP_INTERFACE_COUNT instead
113 string "Ethernet driver name (deprecated)"
116 Deprecated, use ETH_NATIVE_TAP_DRV_NAME instead
119 string "Host ethernet TUN/TAP device name (deprecated)"
122 Deprecated, use ETH_NATIVE_TAP_DEV_NAME instead
[all …]
/Zephyr-latest/drivers/serial/
DKconfig.native_pty16 bool "UART driver for native_sim (deprecated)"
18 select DEPRECATED
21 Deprecated option, use UART_NATIVE_PTY instead
54 prompt "Native UART Port 0 connection (deprecated)"
58 bool "Connect the UART to its own pseudo terminal (deprecated)"
60 Deprecated, use UART_NATIVE_PTY_0_ON_OWN_PTY instead.
63 bool "Connect the UART to the invoking shell stdin/stdout (deprecated)"
64 select DEPRECATED
66 Deprecated, use UART_NATIVE_PTY_0_ON_STDINOUT instead.
71 bool "Support waiting for pseudo terminal client readiness (deprecated)"
[all …]
/Zephyr-latest/dts/bindings/comparator/
Dnxp,kinetis-acmp.yaml54 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/
Dnordic,owned-memory.yaml66 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/drivers/entropy/
DKconfig.native_sim26 bool "Native posix entropy driver (deprecated)"
28 select DEPRECATED
30 Deprecated option in favour of FAKE_ENTROPY_NATIVE_SIM
33 bool "Seed the generator by default (deprecated)"
35 select DEPRECATED
37 Deprecated option. Replaced by FAKE_ENTROPY_NATIVE_SIM_SEED_BY_DEFAULT
/Zephyr-latest/soc/nordic/nrf53/
DKconfig124 select DEPRECATED
126 This option is deprecated, use devicetree instead. Example
138 select DEPRECATED
140 This option is deprecated, use devicetree instead. Example
151 select DEPRECATED
153 This option is deprecated, use devicetree instead. Example
203 bool "[DEPRECATED] NRF53 Network MCU is enabled at boot time"
205 select DEPRECATED
213 select DEPRECATED
215 This option is deprecated, use DT instead. For this option to apply,
[all …]
/Zephyr-latest/drivers/counter/
DKconfig.native_sim20 bool "Counter on COUNTER_0 (deprecated)"
21 select DEPRECATED
24 int "native_posix counter frequency in Hz (deprecated)"
28 int "native counter, number of channels (deprecated)"
/Zephyr-latest/scripts/dts/python-devicetree/tests/test-bindings/
Ddeprecated.yaml3 description: Property deprecated value test
5 compatible: "test-deprecated"
10 deprecated: true
/Zephyr-latest/soc/nordic/nrf52/
DKconfig36 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/drivers/timer/
DKconfig.native_sim17 bool "(POSIX) native_sim/posix timer driver (deprecated)"
19 select DEPRECATED
22 Deprecated option. Replaced by NATIVE_SIM_TIMER
/Zephyr-latest/share/sysbuild/
DKconfig58 config DEPRECATED config
62 considered to be deprecated.
67 prompt "Warn on deprecated usage"
69 Print a warning when the Kconfig tree is parsed if any deprecated
/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/doc/develop/api/
Dapi_lifecycle.rst209 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/boards/native/native_sim/
DKconfig21 select DEPRECATED
27 This option is deprecated and will be removed in Zephyr v4.3
48 select DEPRECATED
Dnative_posix_compat.h11 * Note that all these APIs should be considered deprecated in native_sim, as this
18 #warning "This transitional header is now deprecated and will be removed by v4.4. "\
/Zephyr-latest/dts/bindings/sensor/
Dti,ina237.yaml20 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/
Dbsim_args_runner.h24 /* 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/doc/releases/
Drelease-notes-4.2.rst4 What goes here: removed/deprecated apis, new boards, new drivers, notable
54 * Removed the deprecated the ``net_buf_put()`` and ``net_buf_get()`` API functions.
56 * Removed the deprecated ``include/zephyr/net/buf.h`` header file.
58 Deprecated APIs and options
61 renamed and deprecated. Use :kconfig:option:`CONFIG_SCHED_SIMPLE` and
66 * ``arduino_uno_r4_minima`` and ``arduino_uno_r4_wifi`` board targets have been deprecated in favor
/Zephyr-latest/dts/bindings/can/
Dcan-fd-controller.yaml8 deprecated: true
10 Deprecated. This property has been renamed to bitrate-data.
/Zephyr-latest/subsys/bluetooth/services/
DKconfig.dis42 string "Model name [DEPRECATED]"
45 This option is deprecated. Use BT_DIS_MODEL_NUMBER and BT_DIS_MODEL_NUMBER_STR instead.
50 select DEPRECATED
68 string "Manufacturer name [DEPRECATED]"
71 This option is deprecated. Use BT_DIS_MANUF_NAME and BT_DIS_MANUF_NAME_STR instead.
76 select DEPRECATED
/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/dts/bindings/base/
Dzephyr,memory-common.yaml24 deprecated: true
27 Deprecated in favor of 'zephyr,memory-attr'.
/Zephyr-latest/tests/kernel/pipe/deprecated/pipe_api/
Dtestcase.yaml2 kernel.deprecated.pipe.api:
/Zephyr-latest/tests/kernel/pipe/deprecated/pipe/
Dtestcase.yaml2 kernel.deprecated.pipe:

123456789