/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() 42 # This code was deprecated after Zephyr v3.1.0 [all …]
|
/Zephyr-latest/drivers/counter/ |
D | Kconfig.native_sim | 20 bool "Counter on COUNTER_0 (deprecated)" 24 int "native_posix counter frequency in Hz (deprecated)" 28 int "native counter, number of channels (deprecated)"
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.native_tap | 89 bool "Native POSIX Ethernet driver (deprecated)" 98 bool "Native POSIX Ethernet driver options (deprecated)" 104 int "Number of network interfaces created (deprecated)" 113 string "Ethernet driver name (deprecated)" 119 string "Host ethernet TUN/TAP device name (deprecated)" 125 bool "PTP clock driver support (deprecated)" 132 bool "Random MAC address (deprecated)" 139 bool "Strip VLAN tag from Rx frames (deprecated)" 145 string "MAC address for the interface (deprecated)" 152 int "Ethernet RX timeout (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/drivers/serial/ |
D | Kconfig.native_pty | 16 bool "UART driver for native_sim (deprecated)" 54 prompt "Native UART Port 0 connection (deprecated)" 58 bool "Connect the UART to its own pseudo terminal (deprecated)" 63 bool "Connect the UART to the invoking shell stdin/stdout (deprecated)" 71 bool "Support waiting for pseudo terminal client readiness (deprecated)" 74 This option is deprecated and does not do anything anymore. (The command line 78 bool "Second UART port (deprecated)" 100 string "Default command to attach the UART to a new terminal (deprecated)"
|
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_registry/ |
D | Kconfig | 5 bool "Test also deprecated functions"
|
/Zephyr-latest/soc/nordic/nrf53/ |
D | Kconfig | 126 This option is deprecated, use devicetree instead. Example 140 This option is deprecated, use devicetree instead. Example 153 This option is deprecated, use devicetree instead. Example 215 This option is deprecated, use DT instead. For this option to apply, 233 This option is deprecated, use DT instead. Example configuration: 243 This option is deprecated, use DT instead. Example configuration: 254 This option is deprecated, use DT instead. Example configuration: 265 This option is deprecated, use DT instead. Example configuration: 281 This option is deprecated, use DT instead. For this configuration to 294 This option is deprecated, use DT instead. Example configuration: [all …]
|
/Zephyr-latest/tests/kernel/pipe/deprecated/pipe/ |
D | CMakeLists.txt | 4 set(CMAKE_C_FLAGS "-D__deprecated=\"/* deprecated */\" -D__DEPRECATED_MACRO=\"/* deprecated_macro*/…
|
/Zephyr-latest/tests/kernel/pipe/deprecated/pipe_api/ |
D | CMakeLists.txt | 4 set(CMAKE_C_FLAGS "-D__deprecated=\"/* deprecated */\" -D__DEPRECATED_MACRO=\"/* deprecated_macro*/…
|
/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/drivers/entropy/ |
D | Kconfig.native_sim | 26 bool "Native posix entropy driver (deprecated)" 33 bool "Seed the generator by default (deprecated)"
|
/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)
|
/Zephyr-latest/samples/modules/thrift/hello/server/ |
D | CMakeLists.txt | 33 # needed because std::iterator was deprecated with -std=c++17 34 target_compile_options(app PRIVATE -Wno-deprecated-declarations)
|
/Zephyr-latest/share/sysbuild/ |
D | Kconfig | 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/scripts/dts/python-devicetree/tests/ |
D | test.dts | 527 // 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/ |
D | gen_devicetree_rest.py | 611 def prop_table(filter_fn, deprecated): argument 618 print_property_table(specs, temp_io, deprecated=deprecated) 624 return prop_spec.name not in base_names and not prop_spec.deprecated 627 return prop_spec.name not in base_names and prop_spec.deprecated 691 deprecated=True) 695 def print_property_table(prop_specs, string_io, deprecated=False): argument 746 if deprecated and prop_spec.deprecated:
|
/Zephyr-latest/modules/thrift/ |
D | CMakeLists.txt | 39 # needed because std::iterator was deprecated with -std=c++17 40 zephyr_library_compile_options(-Wno-deprecated-declarations)
|
/Zephyr-latest/tests/modules/thrift/ThriftTest/ |
D | CMakeLists.txt | 41 # needed because std::iterator was deprecated with -std=c++17 42 target_compile_options(app PRIVATE -Wno-deprecated-declarations)
|
/Zephyr-latest/doc/releases/ |
D | release-notes-4.2.rst | 4 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. 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/scripts/kconfig/ |
D | kconfig.py | 249 deprecated = kconf.syms.get('DEPRECATED') 250 dep_expr = kconf.n if deprecated is None else deprecated.rev_dep
|
/Zephyr-latest/drivers/timer/ |
D | Kconfig.native_sim | 17 bool "(POSIX) native_sim/posix timer driver (deprecated)"
|
/Zephyr-latest/doc/develop/api/ |
D | api_lifecycle.rst | 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 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/ |
D | Kconfig | 38 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.toml | 55 "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 443 "UP035", # https://docs.astral.sh/ruff/rules/deprecated-import 455 "UP035", # https://docs.astral.sh/ruff/rules/deprecated-import 485 "UP035", # https://docs.astral.sh/ruff/rules/deprecated-import 532 "UP035", # https://docs.astral.sh/ruff/rules/deprecated-import 598 "UP035", # https://docs.astral.sh/ruff/rules/deprecated-import [all …]
|
/Zephyr-latest/cmake/toolchain/espressif/ |
D | generic.cmake | 19 # Old toolchain installation path has been deprecated in 2.7.
|