LICENSE MANIFEST.in README.rst setup.py platformio/__init__.py platformio/__main__.py platformio/app.py platformio/compat.py platformio/downloader.py platformio/exception.py platformio/fs.py platformio/lockfile.py platformio/maintenance.py platformio/proc.py platformio/telemetry.py platformio/unpacker.py platformio/util.py platformio/vcsclient.py platformio.egg-info/PKG-INFO platformio.egg-info/SOURCES.txt platformio.egg-info/dependency_links.txt platformio.egg-info/entry_points.txt platformio.egg-info/requires.txt platformio.egg-info/top_level.txt platformio/builder/__init__.py platformio/builder/main.py platformio/builder/tools/__init__.py platformio/builder/tools/compilation_db.py platformio/builder/tools/pioide.py platformio/builder/tools/piolib.py platformio/builder/tools/piomaxlen.py platformio/builder/tools/piomisc.py platformio/builder/tools/pioplatform.py platformio/builder/tools/pioproject.py platformio/builder/tools/piosize.py platformio/builder/tools/pioupload.py platformio/builder/tools/platformio.py platformio/commands/__init__.py platformio/commands/boards.py platformio/commands/ci.py platformio/commands/lib.py platformio/commands/platform.py platformio/commands/project.py platformio/commands/settings.py platformio/commands/update.py platformio/commands/upgrade.py platformio/commands/account/__init__.py platformio/commands/account/client.py platformio/commands/account/command.py platformio/commands/account/exception.py platformio/commands/check/__init__.py platformio/commands/check/command.py platformio/commands/check/defect.py platformio/commands/check/tools/__init__.py platformio/commands/check/tools/base.py platformio/commands/check/tools/clangtidy.py platformio/commands/check/tools/cppcheck.py platformio/commands/check/tools/pvsstudio.py platformio/commands/debug/__init__.py platformio/commands/debug/command.py platformio/commands/debug/exception.py platformio/commands/debug/helpers.py platformio/commands/debug/initcfgs.py platformio/commands/debug/process/__init__.py platformio/commands/debug/process/base.py platformio/commands/debug/process/client.py platformio/commands/debug/process/server.py platformio/commands/device/__init__.py platformio/commands/device/command.py platformio/commands/device/helpers.py platformio/commands/device/filters/__init__.py platformio/commands/device/filters/base.py platformio/commands/device/filters/hexlify.py platformio/commands/device/filters/log2file.py platformio/commands/device/filters/send_on_enter.py platformio/commands/device/filters/time.py platformio/commands/home/__init__.py platformio/commands/home/command.py platformio/commands/home/helpers.py platformio/commands/home/web.py platformio/commands/home/rpc/__init__.py platformio/commands/home/rpc/server.py platformio/commands/home/rpc/handlers/__init__.py platformio/commands/home/rpc/handlers/account.py platformio/commands/home/rpc/handlers/app.py platformio/commands/home/rpc/handlers/ide.py platformio/commands/home/rpc/handlers/misc.py platformio/commands/home/rpc/handlers/os.py platformio/commands/home/rpc/handlers/piocore.py platformio/commands/home/rpc/handlers/project.py platformio/commands/remote/__init__.py platformio/commands/remote/command.py platformio/commands/remote/projectsync.py platformio/commands/remote/ac/__init__.py platformio/commands/remote/ac/base.py platformio/commands/remote/ac/process.py platformio/commands/remote/ac/psync.py platformio/commands/remote/ac/serial.py platformio/commands/remote/client/__init__.py platformio/commands/remote/client/agent_list.py platformio/commands/remote/client/agent_service.py platformio/commands/remote/client/async_base.py platformio/commands/remote/client/base.py platformio/commands/remote/client/device_list.py platformio/commands/remote/client/device_monitor.py platformio/commands/remote/client/run_or_test.py platformio/commands/remote/client/update_core.py platformio/commands/remote/factory/__init__.py platformio/commands/remote/factory/client.py platformio/commands/remote/factory/ssl.py platformio/commands/run/__init__.py platformio/commands/run/command.py platformio/commands/run/helpers.py platformio/commands/run/processor.py platformio/commands/system/__init__.py platformio/commands/system/command.py platformio/commands/system/completion.py platformio/commands/test/__init__.py platformio/commands/test/command.py platformio/commands/test/embedded.py platformio/commands/test/native.py platformio/commands/test/processor.py platformio/ide/__init__.py platformio/ide/projectgenerator.py platformio/ide/tpls/atom/.clang_complete.tpl platformio/ide/tpls/atom/.gcc-flags.json.tpl platformio/ide/tpls/atom/.gitignore.tpl platformio/ide/tpls/clion/.gitignore.tpl platformio/ide/tpls/clion/CMakeLists.txt.tpl platformio/ide/tpls/clion/CMakeListsPrivate.txt.tpl platformio/ide/tpls/codeblocks/platformio.cbp.tpl platformio/ide/tpls/eclipse/.cproject.tpl platformio/ide/tpls/eclipse/.project.tpl platformio/ide/tpls/eclipse/.settings/PlatformIO Debugger.launch.tpl platformio/ide/tpls/eclipse/.settings/language.settings.xml.tpl platformio/ide/tpls/eclipse/.settings/org.eclipse.cdt.core.prefs.tpl platformio/ide/tpls/emacs/.ccls.tpl platformio/ide/tpls/emacs/.clang_complete.tpl platformio/ide/tpls/emacs/.gitignore.tpl platformio/ide/tpls/netbeans/nbproject/configurations.xml.tpl platformio/ide/tpls/netbeans/nbproject/project.xml.tpl platformio/ide/tpls/qtcreator/platformio.pro.tpl platformio/ide/tpls/sublimetext/platformio.sublime-project.tpl platformio/ide/tpls/vim/.ccls.tpl platformio/ide/tpls/vim/.clang_complete.tpl platformio/ide/tpls/vim/.gcc-flags.json.tpl platformio/ide/tpls/vim/.gitignore.tpl platformio/ide/tpls/visualstudio/platformio.vcxproj.filters.tpl platformio/ide/tpls/visualstudio/platformio.vcxproj.tpl platformio/ide/tpls/vscode/.gitignore.tpl platformio/ide/tpls/vscode/.vscode/c_cpp_properties.json.tpl platformio/ide/tpls/vscode/.vscode/extensions.json.tpl platformio/ide/tpls/vscode/.vscode/launch.json.tpl platformio/managers/__init__.py platformio/managers/core.py platformio/managers/lib.py platformio/managers/package.py platformio/managers/platform.py platformio/package/__init__.py platformio/package/exception.py platformio/package/pack.py platformio/package/manifest/__init__.py platformio/package/manifest/parser.py platformio/package/manifest/schema.py platformio/project/__init__.py platformio/project/config.py platformio/project/exception.py platformio/project/helpers.py platformio/project/options.py