Home
last modified time | relevance | path

Searched refs:schema (Results 1 – 17 of 17) sorted by relevance

/Zephyr-latest/scripts/tests/twister/
Dtest_twister.py34 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)
Dtest_scl.py198 def mock_validate(data, schema, *args, **kwargs): argument
200 assert schema == schema_mock
DREADME.md54 …er.py : Contains basic testcases for environment variables, verifying testcase & platform schema's.
/Zephyr-latest/scripts/pylib/twister/
Dscl.py61 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/
Dconfig_parser.py87 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/
Ddomains.py50 schema = yaml.safe_load(DOMAINS_SCHEMA) variable
65 schema_data=schema).validate()
/Zephyr-latest/doc/build/dts/
Dbindings.rst13 dt-schema tools used by the Linux kernel).
/Zephyr-latest/doc/develop/west/
Drelease-notes.rst124 - 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 …]
Dextensions.rst203 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`.
Dmanifest.rst92 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/
Dzephyr_module.py186 schema = yaml.load(METADATA_SCHEMA, Loader=SafeLoader) variable
213 pykwalify.core.Core(source_data=meta, schema_data=schema)\
/Zephyr-latest/modules/tflite-micro/
DCMakeLists.txt86 ${TENSORFLOW_LITE_MICRO_DIR}/tensorflow/lite/schema/schema_utils.cc
/Zephyr-latest/doc/releases/
Dmigration-guide-3.7.rst167 :dtcompatible:`nxp,enet`. All in tree SOCs were converted to use this new schema.
Drelease-notes-4.0.rst1211 * Moved the NXP Remote Domain Controller property to its own schema file
Drelease-notes-2.6.rst409 * cy8ckit_062_ble: Added board revision schema.
/Zephyr-latest/doc/develop/
Dmodules.rst605 CPE field must follow the CPE 2.3 schema provided by `NVD
/Zephyr-latest/cmake/modules/
Dextensions.cmake3722 # 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)