mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-25 13:35:22 +00:00
Add the ability to mark a property as 'deprecated' to get a warning that it will be removed in the future. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
16 lines
265 B
YAML
16 lines
265 B
YAML
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
description: Property deprecated value test
|
|
|
|
compatible: "test-deprecated"
|
|
|
|
properties:
|
|
oldprop:
|
|
type: int
|
|
deprecated: true
|
|
required: false
|
|
|
|
curprop:
|
|
type: int
|
|
required: false
|