.gitignore
CHANGELOG.md
LICENSE
README.md
makefile
pyproject.toml
pytest.ini
ruff.toml
tox.ini
.github/label_pr.yml
.github/pr-labeler.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature-request.md
.github/ISSUE_TEMPLATE/requirement.md
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
.github/workflows/build.yaml
.github/workflows/create-release.yaml
.github/workflows/publish-release.yaml
.tox/.package.lock
docs/configuration.md
docs/development_guide.md
docs/getting_started.md
docs/how_east_works.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
scripts/requirements.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/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/release_commands.py
src/east/workspace_commands/update_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_build_type.py
tests/test_clean.py
tests/test_configuration.py
tests/test_release.py