Ivan Kravets
|
01f8795981
|
Add "--json-output" option to "platformio list", "platformio serialports list" and "platformio lib list" cmds // Resolve #42
|
2015-01-02 21:03:14 +02:00 |
|
Ivan Kravets
|
2566879a99
|
Fix indention
|
2015-01-02 20:27:34 +02:00 |
|
Ivan Kravets
|
418b693fe0
|
Fix missing auto-uploading by default within init command
|
2015-01-02 20:25:30 +02:00 |
|
Ivan Kravets
|
8686936a07
|
Revert lowercase to Quickstart
|
2015-01-02 17:18:32 +02:00 |
|
Ivan Kravets
|
79b8e6c24e
|
Mention "boards" command on QuickStart page
|
2015-01-02 15:19:44 +02:00 |
|
Ivan Kravets
|
8c2dd44f44
|
Update platformio.ini for the examples
|
2015-01-02 00:16:29 +02:00 |
|
Ivan Kravets
|
f172019edc
|
Disable blink for "thanks"
|
2015-01-01 22:57:02 +02:00 |
|
Ivan Kravets
|
44bf3e8479
|
Start 0.11.0-dev
|
2015-01-01 21:04:27 +02:00 |
|
Ivan Kravets
|
bd6a57095a
|
Merge branch 'release/v0.10.0' into develop
|
2015-01-01 21:00:27 +02:00 |
|
Ivan Kravets
|
68733a447a
|
Bump to 0.10.0 (resolve issues: #11, #21, #35, #37, #38, #39, #40, #43 )
v0.10.0
|
2015-01-01 20:57:47 +02:00 |
|
Ivan Kravets
|
1fb0644f51
|
Happy New Year to copyrights :)
|
2015-01-01 19:50:45 +02:00 |
|
Ivan Kravets
|
c74d10b2e3
|
Migrate to PlatformIO open-source ORG domain
|
2014-12-30 23:22:42 +02:00 |
|
Ivan Kravets
|
95582d16a6
|
Rename Twitter account to @PlatformIO_Org
|
2014-12-30 14:02:20 +02:00 |
|
Ivan Kravets
|
e8628443f0
|
Correct spelling
|
2014-12-29 20:27:11 +02:00 |
|
Ivan Kravets
|
af191834d1
|
Allow to initialise project with the specified embedded boards // Resolve #21
|
2014-12-29 20:22:01 +02:00 |
|
Ivan Kravets
|
82744afe58
|
Allow auto-installation of platforms when prompts are disabled // Resolve #43
|
2014-12-29 15:10:31 +02:00 |
|
Ivan Kravets
|
c109857707
|
Correct Engduino names
|
2014-12-28 23:49:46 +02:00 |
|
Ivan Kravets
|
740f609ca8
|
Added docs for Engduino boards
|
2014-12-28 23:38:45 +02:00 |
|
Ivan Kravets
|
1b7065d8c1
|
Added support for *Engduino* boards // Resolve #38
|
2014-12-28 23:38:18 +02:00 |
|
Ivan Kravets
|
f78f5b454b
|
Parse libs in header files
|
2014-12-28 23:09:07 +02:00 |
|
Ivan Kravets
|
c3686b4098
|
Improve compatibility with Arduino bundled libs
|
2014-12-28 22:58:27 +02:00 |
|
Ivan Kravets
|
9cfa4e40d0
|
Cleanup extra_flags
|
2014-12-28 22:57:36 +02:00 |
|
Ivan Kravets
|
4a5903849e
|
Automatic detection of port on "serialports monitor" // Resolve #37
|
2014-12-28 20:57:05 +02:00 |
|
Ivan Kravets
|
200944ebb3
|
Fix lint warning with unused argument
|
2014-12-28 20:43:29 +02:00 |
|
Ivan Kravets
|
7af9f50426
|
Fix firmware uploading to Arduino Leonardo-based boards // Resolve #40
|
2014-12-28 20:41:21 +02:00 |
|
Ivan Kravets
|
fe60369b6a
|
Fix pre-configured settings for Arduino boards and ATmega 328 MCU
|
2014-12-28 20:03:43 +02:00 |
|
Ivan Kravets
|
15acca7b57
|
Mention about "boards" command in the platform page
|
2014-12-28 00:06:54 +02:00 |
|
Ivan Kravets
|
2aa4d0af33
|
Implement 'boards' command // Resolve #11
|
2014-12-27 23:59:20 +02:00 |
|
Ivan Kravets
|
01bbfcced0
|
Update "requests" to 2.5.1
|
2014-12-26 23:49:21 +02:00 |
|
Ivan Kravets
|
65895e658f
|
Fix bug with Arduino's USB boards // Resolve issue #40
|
2014-12-26 23:48:07 +02:00 |
|
Ivan Kravets
|
0241d65460
|
Avoid SSL connection to packages manifest file // Resolve #39
|
2014-12-24 22:12:42 +02:00 |
|
Ivan Kravets
|
060e1764cb
|
Fix urllib3's SSL warning under Python <= 2.7.2 // Resolve #39
|
2014-12-24 21:36:11 +02:00 |
|
Ivan Kravets
|
9dcc774bfd
|
Add example with uploading firmware via USB programmer (USBasp) // Resolve #35
|
2014-12-19 19:53:25 +02:00 |
|
Ivan Kravets
|
11b26b3730
|
Clarify when lib not found by search request
|
2014-12-16 23:45:00 +02:00 |
|
Ivan Kravets
|
d9a7537d5d
|
Add example to lib search with the "excluding" operator
|
2014-12-14 19:47:19 +02:00 |
|
Ivan Kravets
|
d68937afe0
|
Reduce terminate timeout
|
2014-12-14 19:46:40 +02:00 |
|
Ivan Kravets
|
43441a431e
|
Improve Telemetry service
|
2014-12-14 00:39:33 +02:00 |
|
Ivan Kravets
|
9e4618ca7e
|
Finally fix issue #18 - Compilation fails on Windows
|
2014-12-13 22:54:50 +02:00 |
|
Ivan Kravets
|
69cde35fb7
|
Start 0.10.0-dev
|
2014-12-10 23:13:41 +02:00 |
|
Ivan Kravets
|
311c07e857
|
Merge branch 'release/v0.9.2' into develop
|
2014-12-10 23:12:27 +02:00 |
|
Ivan Kravets
|
34c0ccb29f
|
Ready for v0.9.2
|
2014-12-10 23:11:05 +02:00 |
|
Ivan Kravets
|
efac8ec940
|
Fix compilation bug on Windows with installed MSVC // Issue #18
|
2014-12-10 23:07:02 +02:00 |
|
Ivan Kravets
|
4f56bf66db
|
Fix compilation bug on Windows with installed MSVC
|
2014-12-10 23:01:48 +02:00 |
|
Ivan Kravets
|
3157ceaa47
|
Add new setting enable_prompts and avoid blocking / Resolve #34
|
2014-12-10 22:32:22 +02:00 |
|
Ivan Kravets
|
2b2ceb60cc
|
Replace "dark blue" with "cyan" colour / Resolve #33
|
2014-12-10 21:40:39 +02:00 |
|
Ivan Kravets
|
4f3c4e0901
|
Update "requests" to 2.5.0
|
2014-12-10 21:31:50 +02:00 |
|
Ivan Kravets
|
5442ee459d
|
Fix enable/disable telemetry service
|
2014-12-06 19:00:36 +02:00 |
|
Ivan Kravets
|
63dcb5586c
|
Start 0.10.0-dev
|
2014-12-05 00:12:44 +02:00 |
|
Ivan Kravets
|
b653aca20f
|
Merge branch 'release/v0.9.1' into develop
|
2014-12-05 00:04:38 +02:00 |
|
Ivan Kravets
|
e0120bc86e
|
Ready for v0.9.1
|
2014-12-05 00:02:09 +02:00 |
|