mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-31 02:27:13 +02:00
Ability to specify a name for new project
This commit is contained in:
@ -7,7 +7,12 @@ PlatformIO 3.0
|
|||||||
3.5.2 (2018-??-??)
|
3.5.2 (2018-??-??)
|
||||||
~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
* Multiple themes (Dark & Light) for `PlatformIO Home <http://docs.platformio.org/page/home/index.html>`__
|
* `PlatformIO Home <http://docs.platformio.org/page/home/index.html>`__ -
|
||||||
|
interact with PlatformIO ecosystem using modern and cross-platform GUI:
|
||||||
|
|
||||||
|
- Multiple themes (Dark & Light)
|
||||||
|
- Ability to specify a name for new project
|
||||||
|
|
||||||
* Control `PIO Unified Debugger <http://docs.platformio.org/en/latest/plus/debugging.html>`__
|
* Control `PIO Unified Debugger <http://docs.platformio.org/en/latest/plus/debugging.html>`__
|
||||||
and its firmware loading mode using
|
and its firmware loading mode using
|
||||||
`debug_load_mode <http://docs.platformio.org/en/latest/projectconf/section_env_debug.html#debug-load-mode>`__ option
|
`debug_load_mode <http://docs.platformio.org/en/latest/projectconf/section_env_debug.html#debug-load-mode>`__ option
|
||||||
|
@ -21,9 +21,9 @@ from platformio import __version__, exception, util
|
|||||||
from platformio.managers.package import PackageManager
|
from platformio.managers.package import PackageManager
|
||||||
|
|
||||||
CORE_PACKAGES = {
|
CORE_PACKAGES = {
|
||||||
"contrib-piohome": ">=0.7.0,<2",
|
"contrib-piohome": ">=0.7.1,<2",
|
||||||
"contrib-pysite": ">=0.1.5,<2",
|
"contrib-pysite": ">=0.1.5,<2",
|
||||||
"tool-pioplus": ">=0.14.1,<2",
|
"tool-pioplus": ">=0.14.3,<2",
|
||||||
"tool-unity": "~1.20302.1",
|
"tool-unity": "~1.20302.1",
|
||||||
"tool-scons": "~2.20501.3"
|
"tool-scons": "~2.20501.3"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user