idf_build_apps.yaml package

Submodules

idf_build_apps.yaml.parser.parse_postfixes(manifest_dict: Dict)
idf_build_apps.yaml.parser.flatten_common_components(manifest_dict: Dict)

Flattens nested lists under depends_components into a single list of strings.

idf_build_apps.yaml.parser.parse(path: str | Path, *, common_components: Sequence[str] | None = None) Dict

Module contents

idf_build_apps.yaml.parse(path: str | Path, *, common_components: Sequence[str] | None = None) Dict