.gitignore
.markdownlint.yaml
.pre-commit-config.yaml
.prettierrc
CHANGELOG.md
LICENSE
README.md
committed.toml
makefile
pyproject.toml
pytest.ini
ruff.toml
tox.ini
typos.toml
.github/pr-labeler.yaml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature-request.md
.github/workflows/build.yaml
.github/workflows/create-release.yaml
.github/workflows/label_pr.yaml
.github/workflows/pre-commit.yaml
docs/configuration.md
docs/configuration_old.md
docs/development_guide.md
docs/environmental_variables.md
docs/getting_started.md
docs/how_east_works.md
docs/installation.md
docs/pack.md
docs/images/nrf_toolchain_manager_app.png
scripts/Dockerfile
scripts/Dockerfile_after_sys_setup
scripts/docker_build
scripts/docker_run
scripts/requirements-dev.txt
src/east/__init__.py
src/east/__main__.py
src/east/configuration-schema.yaml
src/east/constants.py
src/east/east_context.py
src/east/east_yml.py
src/east/helper_functions.py
src/east/modules/artifact.py
src/east/modules/artifacts2pack.py
src/east/modules/batchfile.py
src/east/modules/nrfutil_scripts.py
src/east/modules/pack_nrfutil.py
src/east/modules/parsedtag.py
src/east/modules/tsuite.py
src/east/modules/zephyr_semver.py
src/east/modules/templates/README.md
src/east/modules/templates/nrfutil_setup.bat
src/east/modules/templates/nrfutil_setup.sh
src/east/system_commands/__init__.py
src/east/system_commands/basic_west_commands.py
src/east/system_commands/install.py
src/east/system_commands/jlink_commands.py
src/east/system_commands/tooling.py
src/east/workspace_commands/__init__.py
src/east/workspace_commands/basic_commands.py
src/east/workspace_commands/build_type_flag.py
src/east/workspace_commands/codechecker_commands.py
src/east/workspace_commands/codechecker_helpers.py
src/east/workspace_commands/cortex_commands.py
src/east/workspace_commands/pack_commands.py
src/east/workspace_commands/release_commands.py
src/east/workspace_commands/update_commands.py
src/east/workspace_commands/version_commands.py
src/east_tool.egg-info/PKG-INFO
src/east_tool.egg-info/SOURCES.txt
src/east_tool.egg-info/dependency_links.txt
src/east_tool.egg-info/entry_points.txt
src/east_tool.egg-info/requires.txt
src/east_tool.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/helpers.py
tests/test_artifact.py
tests/test_artifact2pack.py
tests/test_build_type.py
tests/test_clean.py
tests/test_configuration.py
tests/test_helpers.py
tests/test_pack.py
tests/test_parsedtag.py
tests/test_release.py
tests/test_tsuite.py
tests/test_version.py