MANIFEST.in
README.md
setup.py
embarc_cli.egg-info/PKG-INFO
embarc_cli.egg-info/SOURCES.txt
embarc_cli.egg-info/dependency_links.txt
embarc_cli.egg-info/entry_points.txt
embarc_cli.egg-info/requires.txt
embarc_cli.egg-info/top_level.txt
embarc_tools/__init__.py
embarc_tools/generator.py
embarc_tools/main.py
embarc_tools/requirements.txt
embarc_tools/settings.py
embarc_tools/utils.py
embarc_tools/version.py
embarc_tools/builder/__init__.py
embarc_tools/builder/build.py
embarc_tools/builder/secureshield.py
embarc_tools/embarc_subcommands/__init__.py
embarc_tools/embarc_subcommands/appconfig.py
embarc_tools/embarc_subcommands/build.py
embarc_tools/embarc_subcommands/config.py
embarc_tools/embarc_subcommands/new.py
embarc_tools/embarc_subcommands/config_subcommands/__init__.py
embarc_tools/embarc_subcommands/config_subcommands/build_cfg.py
embarc_tools/embarc_subcommands/config_subcommands/osp.py
embarc_tools/embarc_subcommands/config_subcommands/toolchain.py
embarc_tools/osp/__init__.py
embarc_tools/osp/osp.py
embarc_tools/osp/platform.py
embarc_tools/templates/application/main.c.tmpl
embarc_tools/templates/application/makefile.tmpl
embarc_tools/templates/gnu/.cproject.tmpl
embarc_tools/templates/gnu/.launch.tmpl
embarc_tools/templates/gnu/project.tmpl
embarc_tools/templates/mw/.cproject.tmpl
embarc_tools/templates/mw/.launch.tmpl
embarc_tools/templates/mw/project.tmpl
embarc_tools/templates/secureshield/container_cfg.c.tmpl
embarc_tools/templates/secureshield/secureshield_appl_config.h.tmpl
embarc_tools/templates/secureshield/secureshield_normal_gnu.ld.tmpl
embarc_tools/templates/secureshield/secureshield_normal_mw.ld.tmpl
embarc_tools/templates/secureshield/secureshield_secure_gnu.ld.tmpl
embarc_tools/templates/secureshield/secureshield_secure_mw.ld.tmpl
embarc_tools/toolchain/__init__.py
embarc_tools/toolchain/gnu.py
embarc_tools/toolchain/metaware.py
embarc_tools/toolchain/windows_env_set_arc.py
tests/__init__.py
tests/commands/__init__.py
tests/commands/conftest.py
tests/commands/test_appconfig.py
tests/commands/test_build.py
tests/commands/test_new.py
tests/commands/config_commands/__init__.py
tests/commands/config_commands/test_build_cfg.py
tests/commands/config_commands/test_osp.py
tests/commands/config_commands/test_toolchain.py