mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 18:17:13 +02:00
Updated SCons tool to 3.1.2
This commit is contained in:
@ -15,6 +15,7 @@ PlatformIO Core 4.0
|
|||||||
- Project Configuration UI for `"platformio.ini" <https://docs.platformio.org/page/projectconf.html>`__
|
- Project Configuration UI for `"platformio.ini" <https://docs.platformio.org/page/projectconf.html>`__
|
||||||
|
|
||||||
* Handle project configuration (monitor, test, and upload options) for PIO Remote commands (`issue #2591 <https://github.com/platformio/platformio-core/issues/2591>`_)
|
* Handle project configuration (monitor, test, and upload options) for PIO Remote commands (`issue #2591 <https://github.com/platformio/platformio-core/issues/2591>`_)
|
||||||
|
* Updated SCons tool to 3.1.2
|
||||||
* Warn about broken library manifest when scanning dependencies (`issue #3268 <https://github.com/platformio/platformio-core/issues/3268>`_)
|
* Warn about broken library manifest when scanning dependencies (`issue #3268 <https://github.com/platformio/platformio-core/issues/3268>`_)
|
||||||
* Fixed an issue when ``env.BoardConfig()`` does not work for custom boards in extra scripts of libraries (`issue #3264 <https://github.com/platformio/platformio-core/issues/3264>`_)
|
* Fixed an issue when ``env.BoardConfig()`` does not work for custom boards in extra scripts of libraries (`issue #3264 <https://github.com/platformio/platformio-core/issues/3264>`_)
|
||||||
* Fixed an issue with "start-group/end-group" linker flags on Native development platform (`issue #3282 <https://github.com/platformio/platformio-core/issues/3282>`_)
|
* Fixed an issue with "start-group/end-group" linker flags on Native development platform (`issue #3282 <https://github.com/platformio/platformio-core/issues/3282>`_)
|
||||||
|
2
docs
2
docs
Submodule docs updated: c25f5d453c...b4e4f10e4d
@ -28,7 +28,7 @@ CORE_PACKAGES = {
|
|||||||
"contrib-pysite": "~2.%d%d.0" % (sys.version_info[0], sys.version_info[1]),
|
"contrib-pysite": "~2.%d%d.0" % (sys.version_info[0], sys.version_info[1]),
|
||||||
"tool-pioplus": "^2.6.1",
|
"tool-pioplus": "^2.6.1",
|
||||||
"tool-unity": "~1.20403.0",
|
"tool-unity": "~1.20403.0",
|
||||||
"tool-scons": "~2.20501.7" if PY2 else "~3.30101.0",
|
"tool-scons": "~2.20501.7" if PY2 else "~3.30102.0",
|
||||||
"tool-cppcheck": "~1.189.0",
|
"tool-cppcheck": "~1.189.0",
|
||||||
"tool-clangtidy": "^1.80000.0",
|
"tool-clangtidy": "^1.80000.0",
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user