mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
PIO Home: Recent news
This commit is contained in:
@ -7,6 +7,12 @@ PlatformIO 3.0
|
||||
3.5.3 (2018-??-??)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* `PlatformIO Home <http://docs.platformio.org/page/home/index.html>`__ -
|
||||
interact with PlatformIO ecosystem using modern and cross-platform GUI:
|
||||
|
||||
- "Recent News" block on "Welcome" page
|
||||
- Direct import of development platform's example
|
||||
|
||||
* Describe your project with a new
|
||||
`description <http://docs.platformio.org/en/latest/projectconf/section_platformio.html#description>`_
|
||||
option for `Project Configuration File "platformio.ini" <http://docs.platformio.org/page/projectconf/section_platformio.html#build-dir>`__ (information will be used by
|
||||
|
@ -21,9 +21,9 @@ from platformio import __version__, exception, util
|
||||
from platformio.managers.package import PackageManager
|
||||
|
||||
CORE_PACKAGES = {
|
||||
"contrib-piohome": ">=0.8.1,<2",
|
||||
"contrib-pysite": ">=0.1.5,<2",
|
||||
"tool-pioplus": ">=1.0.0,<2",
|
||||
"contrib-piohome": ">=0.9.0,<2",
|
||||
"contrib-pysite": ">=0.2.0,<2",
|
||||
"tool-pioplus": ">=1.1.1,<2",
|
||||
"tool-unity": "~1.20302.1",
|
||||
"tool-scons": "~2.20501.4"
|
||||
}
|
||||
|
Reference in New Issue
Block a user