mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 18:17:13 +02:00
PIO Home 3.0 with Project Inspect
This commit is contained in:
@ -18,6 +18,13 @@ PlatformIO Core 4.0
|
|||||||
- Unused variables or functions
|
- Unused variables or functions
|
||||||
- Out of scope memory usage.
|
- Out of scope memory usage.
|
||||||
|
|
||||||
|
* `PlatformIO Home 3.0 <http://docs.platformio.org/page/home/index.html>`__
|
||||||
|
|
||||||
|
- Static Code Analysis
|
||||||
|
- Firmware File Explorer
|
||||||
|
- Firmware Memory Inspection
|
||||||
|
- Firmware Sections & Symbols Viewer.
|
||||||
|
|
||||||
* Added support for `Build Middlewares <http://docs.platformio.org/page/projectconf/advanced_scripting.html#build-middlewares>`__: configure custom build flags per specific file, skip any build nodes from a framework, replace build file with another on-the-fly, etc.
|
* Added support for `Build Middlewares <http://docs.platformio.org/page/projectconf/advanced_scripting.html#build-middlewares>`__: configure custom build flags per specific file, skip any build nodes from a framework, replace build file with another on-the-fly, etc.
|
||||||
* Extend project environment configuration in "platformio.ini" with other sections using a new `extends <http://docs.platformio.org/page/projectconf/section_env_advanced.html#extends>`__ option (`issue #2953 <https://github.com/platformio/platformio-core/issues/2953>`_)
|
* Extend project environment configuration in "platformio.ini" with other sections using a new `extends <http://docs.platformio.org/page/projectconf/section_env_advanced.html#extends>`__ option (`issue #2953 <https://github.com/platformio/platformio-core/issues/2953>`_)
|
||||||
* Generate ``.ccls`` LSP file for `Emacs <https://docs.platformio.org/page/ide/emacs.html>`__ cross references, hierarchies, completion and semantic highlighting
|
* Generate ``.ccls`` LSP file for `Emacs <https://docs.platformio.org/page/ide/emacs.html>`__ cross references, hierarchies, completion and semantic highlighting
|
||||||
|
2
docs
2
docs
Submodule docs updated: 733ab67e51...3f5ecce655
@ -24,7 +24,7 @@ from platformio.proc import copy_pythonpath_to_osenv, get_pythonexe_path
|
|||||||
from platformio.project.config import ProjectConfig
|
from platformio.project.config import ProjectConfig
|
||||||
|
|
||||||
CORE_PACKAGES = {
|
CORE_PACKAGES = {
|
||||||
"contrib-piohome": "^2.3.2",
|
"contrib-piohome": ">=3.0.0-beta.1,<4",
|
||||||
"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.5.8",
|
"tool-pioplus": "^2.5.8",
|
||||||
"tool-unity": "~1.20403.0",
|
"tool-unity": "~1.20403.0",
|
||||||
|
Reference in New Issue
Block a user