/Zephyr-latest/scripts/tests/twister/ |
D | test_twister.py | 34 def test_correct_schema(filename, schema, test_data): argument 37 schema = scl.yaml_load(ZEPHYR_BASE +'/scripts/schemas/twister//' + schema) 38 data = TwisterConfigParser(filename, schema) 46 def test_incorrect_schema(filename, schema, test_data): argument 49 schema = scl.yaml_load(ZEPHYR_BASE +'/scripts/schemas/twister//' + schema) 51 scl.yaml_load_verify(filename, schema) 57 schema = scl.yaml_load(Path(ZEPHYR_BASE) / "scripts/schemas/twister/testsuite-schema.yaml") 58 data = TwisterConfigParser(filename, schema)
|
D | test_scl.py | 198 def mock_validate(data, schema, *args, **kwargs): argument 200 assert schema == schema_mock
|
D | README.md | 54 …er.py : Contains basic testcases for environment variables, verifying testcase & platform schema's.
|
/Zephyr-latest/scripts/pylib/twister/ |
D | scl.py | 61 def _yaml_validate(data, schema): argument 62 if not schema: 64 c = pykwalify.core.Core(source_data=data, schema_data=schema) 69 def _yaml_validate(data, schema): argument 72 def yaml_load_verify(filename, schema): argument 88 _yaml_validate(y, schema)
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | config_parser.py | 87 def __init__(self, filename, schema): argument 93 self.schema = schema 99 data = scl.yaml_load_verify(self.filename, self.schema)
|
/Zephyr-latest/scripts/pylib/build_helpers/ |
D | domains.py | 50 schema = yaml.safe_load(DOMAINS_SCHEMA) variable 65 schema_data=schema).validate()
|
/Zephyr-latest/doc/build/dts/ |
D | bindings.rst | 13 dt-schema tools used by the Linux kernel).
|
/Zephyr-latest/doc/develop/west/ |
D | release-notes.rst | 124 - Manifest schema version "1.0" is now available for use in this release. This 125 is identical to the "0.13" schema version in terms of features, but can be 127 field. See :ref:`west-manifest-schema-version` for details on this feature. 438 - West now checks that the manifest schema version is one of the explicitly 439 allowed values documented in :ref:`west-manifest-schema-version`. The old 440 behavior was just to check that the schema version was newer than the west 442 allowed invalid schema versions, like ``0.8.2``. 457 :ref:`west-manifest-schema-version` for more information on schema versions. 553 This is a feature release which changes the manifest schema by adding support 615 - West manifests now support a :ref:`schema version [all …]
|
D | extensions.rst | 203 See the file :file:`west-commands-schema.yml` in the `west repository`_ for a 204 schema describing the contents of a :file:`west-commands.yml`.
|
D | manifest.rst | 92 version: "<schema-version>" 422 .. _west-manifest-schema-version: 445 The pykwalify schema :file:`manifest-schema.yml` in the `west source code 472 This schema version is provided to allow users to explicitly request
|
/Zephyr-latest/scripts/ |
D | zephyr_module.py | 186 schema = yaml.load(METADATA_SCHEMA, Loader=SafeLoader) variable 213 pykwalify.core.Core(source_data=meta, schema_data=schema)\
|
/Zephyr-latest/modules/tflite-micro/ |
D | CMakeLists.txt | 86 ${TENSORFLOW_LITE_MICRO_DIR}/tensorflow/lite/schema/schema_utils.cc
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-3.7.rst | 167 :dtcompatible:`nxp,enet`. All in tree SOCs were converted to use this new schema.
|
D | release-notes-4.0.rst | 1211 * Moved the NXP Remote Domain Controller property to its own schema file
|
D | release-notes-2.6.rst | 409 * cy8ckit_062_ble: Added board revision schema.
|
/Zephyr-latest/doc/develop/ |
D | modules.rst | 605 CPE field must follow the CPE 2.3 schema provided by `NVD
|
/Zephyr-latest/cmake/modules/ |
D | extensions.cmake | 3722 # See 'scripts/schemas/build-schema.yml' CMake section for valid tags. 3742 yaml_load(FILE ${ZEPHYR_BASE}/scripts/schemas/build-schema.yml NAME build_info_schema)
|