Home
last modified time | relevance | path

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

1234

/Zephyr-Core-2.7.6/scripts/dts/python-devicetree/tests/test-bindings/
Ddeprecated.yaml3 description: Property deprecated value test
5 compatible: "test-deprecated"
10 deprecated: true
/Zephyr-Core-2.7.6/doc/reference/api/
Dapi_lifecycle.rst182 Deprecated section in API Lifecycle
194 The API needs to be marked as deprecated in at least two full releases.
195 For example, if an API was first deprecated in release 1.14,
198 where an API is deprecated sooner.
201 - Mark as deprecated. This can be done by using the compiler itself
204 contains the ``DEPRECATED`` word in it) that, when enabled, reverts the APIs
209 - Code using the deprecated API needs to be modified to remove usage of said
212 - Create a GitHub issue to track the removal of the deprecated API, and
216 During the deprecation waiting period, the API will be in the ``deprecated``
217 state. The Zephyr maintainers will track usage of deprecated APIs on
[all …]
/Zephyr-Core-2.7.6/scripts/ci/
Dpylintrc170 deprecated-pragma,
213 deprecated-module,
242 deprecated-method,
246 deprecated-string-function,
247 deprecated-str-translate-call,
248 deprecated-itertools-function,
249 deprecated-types-field,
/Zephyr-Core-2.7.6/doc/_scripts/
Dgen_devicetree_rest.py501 def prop_table(filter_fn, deprecated): argument
508 print_property_table(specs, temp_io, deprecated=deprecated)
514 return prop_spec.name not in base_names and not prop_spec.deprecated
517 return prop_spec.name not in base_names and prop_spec.deprecated
545 .. group-tab:: Deprecated node specific properties
547 Deprecated properties not inherited from the base binding file.
581 deprecated=True)
585 def print_property_table(prop_specs, string_io, deprecated=False): argument
589 # If 'deprecated' is true and the property is deprecated, an extra
591 # off for tables where all properties are deprecated, so it's
[all …]
/Zephyr-Core-2.7.6/scripts/dts/python-devicetree/tests/
Dtest.dts408 // For testing deprecated property
410 test-deprecated {
411 compatible = "test-deprecated";
412 oldprop = <4>; /* deprecated property */
418 // For testing deprecated features
421 deprecated {
422 compatible = "deprecated";
427 foos = <&{/deprecated} 1 2>;
/Zephyr-Core-2.7.6/subsys/pm/
DKconfig11 This option is deprecated. Please use CONFIG_PM instead.
61 This option is deprecated, please use CONFIG_PM_DEVICE instead.
/Zephyr-Core-2.7.6/subsys/usb/class/hid/
DKconfig69 int "HID Boot Interface protocol code (DEPRECATED)"
74 This option is deprecated.
/Zephyr-Core-2.7.6/include/power/
Dreboot.h10 /* NOTE: This header is kept for compatibility but will be deprecated soon */
Dpower.h10 #warning "<power/power.h> header is deprecated, use <pm/pm.h> instead"
/Zephyr-Core-2.7.6/subsys/debug/
DCMakeLists.txt4 message(WARNING "CONFIG_OPENOCD_SUPPORT is deprecated
/Zephyr-Core-2.7.6/subsys/testsuite/
Dunittest.cmake50 set (CMAKE_C_FLAGS "-m32") #deprecated on macOS
51 set (CMAKE_CXX_FLAGS "-m32") #deprecated on macOS
/Zephyr-Core-2.7.6/subsys/random/
DKconfig47 bool "Use Xoroshiro128+ as PRNG (DEPRECATED)"
49 This is deprecated, please use XOSHIRO_RANDOM_GENERATOR instead.
/Zephyr-Core-2.7.6/include/disk/
Ddisk_access.h9 * This header is deprecated and there for compatibility.
/Zephyr-Core-2.7.6/include/usb/
Dusbstruct.h32 * This header and macros below are deprecated in 2.7 release.
48 #warning "<usb/usbstruct.h> header is deprecated, use <usb/usb_ch9.h> instead"
Dbos.h17 * DESCRIPTOR_TYPE_BOS macro is deprecated in 2.7 release.
Dusb_common.h52 * This header and macros below are deprecated in 2.7 release.
55 #warning "<usb/usb_common.h> header is deprecated, use <usb/usb_ch9.h> instead"
/Zephyr-Core-2.7.6/boards/
Ddeprecated.cmake6 # time prints a warning to the user, that the board name is deprecated.
/Zephyr-Core-2.7.6/doc/reference/bluetooth/mesh/
Dcfg_srv.rst12 The :c:struct:`bt_mesh_cfg_srv` structure has been deprecated. The initial
/Zephyr-Core-2.7.6/cmake/toolchain/gnuarmemb/
Dgeneric.cmake6 …message(WARNING "GCCARMEMB_TOOLCHAIN_PATH is deprecated, please use GNUARMEMB_TOOLCHAIN_PATH inste…
/Zephyr-Core-2.7.6/arch/x86/core/
DKconfig.ia3297 This option is deprecated. Please use CONFIG_X86_SSE instead.
104 This option is deprecated. Please use CONFIG_X86_SSE_FP_MATH instead.
/Zephyr-Core-2.7.6/modules/
DKconfig.cmsis_dsp547 bool "cfft radix4 q31 (deprecated)"
550 bool "cfft radix4 q15 (deprecated)"
553 bool "cfft radix2 q31 (deprecated)"
556 bool "cfft radix2 q15 (deprecated)"
/Zephyr-Core-2.7.6/dts/bindings/base/
Dbase.yaml11 - "ok" # Deprecated form
/Zephyr-Core-2.7.6/scripts/pylib/twister/
Dexpr_parser.py245 # accepted but is now deprecated and causes a warning. This is
260 'this is deprecated, use '
290 # Helper shared with the now deprecated
/Zephyr-Core-2.7.6/doc/releases/
Drelease-notes-2.5.rst44 * Removed SETTINGS_USE_BASE64 support as its been deprecated for more than
68 legacy/deprecated millisecond counts.
97 Deprecated in this release
100 * Nordic nRF5340 PDK board deprecated and planned to be removed in 2.6.0.
101 * ARM Musca-A board and SoC support deprecated and planned to be removed in 2.6.0.
103 * DEVICE_INIT was deprecated in favor of utilizing DEVICE_DEFINE directly.
105 * DEVICE_AND_API_INIT was deprecated in favor of DEVICE_DT_INST_DEFINE and
110 * Deprecated the :c:func:`bt_set_id_addr` function, use :c:func:`bt_id_create`
119 * The deprecated BT_LE_SCAN_FILTER_DUPLICATE define has been removed,
121 * The deprecated BT_LE_SCAN_FILTER_WHITELIST define has been removed,
[all …]
/Zephyr-Core-2.7.6/subsys/bluetooth/host/
DCMakeLists.txt91 message(WARNING "CONFIG_BT_WHITELIST is deprecated.

1234