idf-build-apps 2.4.0__tar.gz → 2.4.1.dev0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/CHANGELOG.md +6 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/PKG-INFO +1 -1
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/idf_build_apps/__init__.py +1 -1
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/idf_build_apps/manifest/soc_header.py +6 -13
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/pyproject.toml +1 -1
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/setup.py +1 -1
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/.editorconfig +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/.git-blame-ignore-revs +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/.gitattributes +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/.github/dependabot.yml +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/.github/workflows/check-pre-commit.yml +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/.github/workflows/issue_comment.yml +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/.github/workflows/new_issues.yml +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/.github/workflows/new_prs.yml +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/.github/workflows/publish-pypi.yml +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/.github/workflows/test-build-docs.yml +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/.github/workflows/test-build-idf-apps.yml +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/.gitignore +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/.pre-commit-config.yaml +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/.readthedocs.yml +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/CONTRIBUTING.md +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/LICENSE +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/README.md +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/docs/CHANGELOG.md +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/docs/CONTRIBUTING.md +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/docs/Makefile +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/docs/_apidoc_templates/module.rst_t +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/docs/_apidoc_templates/package.rst_t +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/docs/_apidoc_templates/toc.rst_t +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/docs/_static/espressif-logo.svg +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/docs/_static/theme_overrides.css +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/docs/_templates/layout.html +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/docs/cli.rst +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/docs/conf.py +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/docs/config_file.md +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/docs/find_build.md +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/docs/index.rst +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/docs/manifest.md +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/docs/migration/1.x_to_2.x.md +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/idf_build_apps/__main__.py +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/idf_build_apps/app.py +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/idf_build_apps/autocompletions.py +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/idf_build_apps/build_apps_args.py +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/idf_build_apps/config.py +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/idf_build_apps/constants.py +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/idf_build_apps/finder.py +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/idf_build_apps/junit/__init__.py +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/idf_build_apps/junit/report.py +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/idf_build_apps/junit/utils.py +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/idf_build_apps/log.py +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/idf_build_apps/main.py +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/idf_build_apps/manifest/__init__.py +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/idf_build_apps/manifest/if_parser.py +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/idf_build_apps/manifest/manifest.py +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/idf_build_apps/session_args.py +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/idf_build_apps/utils.py +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/idf_build_apps/yaml/__init__.py +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/idf_build_apps/yaml/parser.py +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/license_header.txt +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/tests/conftest.py +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/tests/test_app.py +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/tests/test_build.py +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/tests/test_finder.py +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/tests/test_manifest.py +0 -0
- {idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/tests/test_utils.py +0 -0
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
# SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD
|
|
2
2
|
# SPDX-License-Identifier: Apache-2.0
|
|
3
|
-
import glob
|
|
4
3
|
import logging
|
|
5
4
|
import os.path
|
|
6
5
|
import typing as t
|
|
@@ -93,27 +92,21 @@ class SocHeader(dict):
|
|
|
93
92
|
|
|
94
93
|
return dirs
|
|
95
94
|
|
|
96
|
-
@staticmethod
|
|
97
|
-
def _find_candidates_from_pattern(pattern: str) -> t.List[str]:
|
|
98
|
-
# get dirs from pattern
|
|
99
|
-
return [d for d in glob.glob(pattern) if os.path.isdir(d)]
|
|
100
|
-
|
|
101
95
|
@classmethod
|
|
102
96
|
def _parse_soc_header(cls, target: str) -> t.Dict[str, t.Any]:
|
|
103
97
|
soc_headers_dirs = cls._get_dirs_from_candidates([
|
|
104
|
-
# master c5
|
|
105
|
-
|
|
106
|
-
os.path.join(IDF_PATH, 'components', 'soc', target, '*', 'include', 'soc')
|
|
107
|
-
),
|
|
98
|
+
# master c5 mp
|
|
99
|
+
os.path.abspath(os.path.join(IDF_PATH, 'components', 'soc', target, 'mp', 'include', 'soc')),
|
|
108
100
|
# other branches
|
|
109
101
|
os.path.abspath(os.path.join(IDF_PATH, 'components', 'soc', target, 'include', 'soc')),
|
|
110
102
|
# release/v4.2
|
|
111
103
|
os.path.abspath(os.path.join(IDF_PATH, 'components', 'soc', 'soc', target, 'include', 'soc')),
|
|
112
104
|
])
|
|
113
105
|
esp_rom_headers_dirs = cls._get_dirs_from_candidates([
|
|
114
|
-
# master c5
|
|
115
|
-
|
|
116
|
-
|
|
106
|
+
# master c5 mp
|
|
107
|
+
os.path.abspath(os.path.join(IDF_PATH, 'components', 'esp_rom', target, 'mp', target)),
|
|
108
|
+
# others
|
|
109
|
+
os.path.abspath(os.path.join(IDF_PATH, 'components', 'esp_rom', target)),
|
|
117
110
|
])
|
|
118
111
|
|
|
119
112
|
header_files: t.List[str] = []
|
|
@@ -30,7 +30,7 @@ entry_points = \
|
|
|
30
30
|
{'console_scripts': ['idf-build-apps = idf_build_apps:main.main']}
|
|
31
31
|
|
|
32
32
|
setup(name='idf-build-apps',
|
|
33
|
-
version='2.4.
|
|
33
|
+
version='2.4.1.dev0',
|
|
34
34
|
description='Tools for building ESP-IDF related apps.',
|
|
35
35
|
author=None,
|
|
36
36
|
author_email='Fu Hanxi <fuhanxi@espressif.com>',
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{idf_build_apps-2.4.0 → idf_build_apps-2.4.1.dev0}/.github/workflows/test-build-idf-apps.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|