Snapshot to a recent zephyr main. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
10 lines
276 B
YAML
10 lines
276 B
YAML
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
description: |
|
|
An include must not give both an allowlist and a blocklist.
|
|
This binding should cause an error.
|
|
compatible: allow-and-blocklist
|
|
include:
|
|
- name: include.yaml
|
|
property-blocklist: [x]
|
|
property-allowlist: [y]
|