Refactor @memoized decorator with expiration feature; cache installed boards per platform

This commit is contained in:
Ivan Kravets
2018-03-23 00:08:07 +02:00
parent 0f4ab5b50b
commit d54327f1a9
7 changed files with 25 additions and 45 deletions

View File

@@ -23,7 +23,7 @@ from platformio.managers.package import PackageManager
CORE_PACKAGES = {
"contrib-piohome": ">=0.9.1,<2",
"contrib-pysite": ">=0.2.0,<2",
"tool-pioplus": ">=1.1.2,<2",
"tool-pioplus": ">=1.1.3,<2",
"tool-unity": "~1.20403.0",
"tool-scons": "~2.20501.4"
}