Upgraded build engine to the SCons 4.1

This commit is contained in:
Ivan Kravets
2021-01-20 16:15:05 +02:00
parent 985f31877c
commit e79de0108c
2 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@ PlatformIO Core 5
* Significantly speedup PlatformIO Home loading time by migrating to native Python 3 Asynchronous I/O
* Improved listing of `multicast DNS services <https://docs.platformio.org/page/core/userguide/device/cmd_list.html>`_
* Check for debug server's "ready_pattern" in "stderr"
* Upgraded build engine to the SCons 4.1 (`release notes <https://scons.org/scons-410-is-available.html>`_)
5.0.4 (2020-12-30)
~~~~~~~~~~~~~~~~~~

View File

@ -50,7 +50,7 @@ __core_packages__ = {
"contrib-piohome": "~3.3.1",
"contrib-pysite": "~2.%d%d.0" % (sys.version_info.major, sys.version_info.minor),
"tool-unity": "~1.20500.0",
"tool-scons": "~2.20501.7" if sys.version_info.major == 2 else "~4.40001.0",
"tool-scons": "~2.20501.7" if sys.version_info.major == 2 else "~4.40100.0",
"tool-cppcheck": "~1.230.0",
"tool-clangtidy": "~1.100000.0",
"tool-pvs-studio": "~7.11.0",