Ivan Kravets
|
c79b3ff7f1
|
Override default “platformio.ini” with a custom using "-c, --project-conf" option // Resolve #1913
|
2019-05-10 00:01:10 +03:00 |
|
Ivan Kravets
|
62b80c396b
|
Added support for the latest Python "Click" package (CLI Builder) // Resolve #349
|
2019-05-09 00:51:28 +03:00 |
|
Ivan Kravets
|
e9df6166ee
|
Update SCons to 3.0.5
|
2019-04-24 00:07:27 +03:00 |
|
Ivan Kravets
|
fa48a6460f
|
Merge tag 'v3.6.7' into develop
|
2019-04-23 12:49:10 +03:00 |
|
Ivan Kravets
|
e6a7cc2036
|
Update core package dependencies
|
2019-04-23 01:05:11 +03:00 |
|
Ivan Kravets
|
00ba88911f
|
Fix an issue with slow updating of PlatformIO Core packages on Windows
|
2019-02-23 22:41:15 +02:00 |
|
Ivan Kravets
|
6059e0dce6
|
Fix an issue with slow updating of PlatformIO Core packages on Windows
|
2019-02-19 20:12:07 +02:00 |
|
Ivan Kravets
|
b92a8467c9
|
Update SCons to 3.0.3
|
2019-01-10 23:47:43 +02:00 |
|
Ivan Kravets
|
a60c57ac58
|
Initial support for Python 3.5+ // Resolve #895 Resolve #1365
|
2018-12-26 20:54:29 +02:00 |
|
Ivan Kravets
|
cf35f9dbf8
|
Only patch versions are allowed for "contrib-pysite"
|
2018-11-28 21:32:37 +02:00 |
|
Ivan Kravets
|
710b150fcd
|
Switch PIO Home to native WebSockets (next step to PY3)
|
2018-11-28 17:28:14 +02:00 |
|
Ivan Kravets
|
13731b4461
|
Switch PIO Home to native WebSockets (next step to PY3)
|
2018-11-28 17:23:33 +02:00 |
|
Ivan Kravets
|
a2b0b2893b
|
LDF: Stop handling "define" and "undef" when condition fails; handle CPP files in "chain+" and "deep+" modes // Resolve #1930
|
2018-11-21 00:52:34 +02:00 |
|
Ivan Kravets
|
579a973512
|
Handle CWD when searching for a file // Resolve #1930
|
2018-11-20 01:23:34 +02:00 |
|
Ivan Kravets
|
23af9c9027
|
Fix an issue when Library Dependency Finder (LDF) finds spurious dependencies in `chain+ and deep+ ` modes // Resolve #1930
|
2018-11-19 22:29:53 +02:00 |
|
Ivan Kravets
|
f65ab58c88
|
Go over 8010-8100 TCP ports when shutting down PIO Home server
|
2018-11-18 23:53:47 +02:00 |
|
Ivan Kravets
|
729178731c
|
Improve a loading speed of PIO Home "Recent News"
|
2018-10-27 20:07:07 +03:00 |
|
Ivan Kravets
|
5c278b54f7
|
Use "super" when calling parent class // Issue #895
|
2018-10-27 15:24:10 +03:00 |
|
Ivan Kravets
|
75105e18ba
|
Wait 1 seconds on Windows when PIO Home shuts down
|
2018-10-25 13:48:47 +03:00 |
|
Ivan Kravets
|
3507290a20
|
Shutdown PIO Home server before updating tool-pioplus ; Update tool-pioplus to 1.4.11
|
2018-10-25 13:44:41 +03:00 |
|
Ivan Kravets
|
129146e82e
|
Bump version to 3.6.0rc1
|
2018-08-03 21:44:41 +03:00 |
|
Ivan Kravets
|
9a5f9843b9
|
Bump version to 3.6.0a11
|
2018-07-28 12:51:52 +03:00 |
|
Ivan Kravets
|
5aaa9cf205
|
Fix "Home: Internal Store Exception" // Resolve #1756
|
2018-07-25 22:25:47 +03:00 |
|
Ivan Kravets
|
7c2c0ba1aa
|
Bump version to 3.6.0a9
|
2018-07-20 02:09:40 +03:00 |
|
Ivan Kravets
|
da89f57046
|
PIO Home 1.0.0; PIO Plus 1.4.0
|
2018-07-17 16:24:02 +03:00 |
|
Ivan Kravets
|
fd88a249b4
|
Update core dependencies
|
2018-07-06 15:23:23 +03:00 |
|
Ivan Kravets
|
369868624e
|
Export PIOCOREPYSITEDIR to system environment
|
2018-06-26 01:34:26 +03:00 |
|
Ivan Kravets
|
e9fe2856ec
|
Export PIOPYSITEDIR to system environment
|
2018-06-26 01:33:12 +03:00 |
|
Ivan Kravets
|
19003ea51b
|
Simplify configuration for PIO Unit Testing
|
2018-05-14 22:13:42 -07:00 |
|
Ivan Kravets
|
2bb22a86d7
|
New UI for PIO Unified Debugger and VSCode
|
2018-05-08 18:23:27 +03:00 |
|
Ivan Kravets
|
94c27ae30f
|
Update PIO Core deps
|
2018-05-01 00:58:36 +03:00 |
|
Ivan Kravets
|
2c0ca3e437
|
Update PIO Home and PIO Core+
|
2018-04-12 18:46:11 -07:00 |
|
Ivan Kravets
|
44fc500c93
|
Fix issue with incorrect API result
|
2018-03-23 12:13:59 +02:00 |
|
Ivan Kravets
|
d54327f1a9
|
Refactor @memoized decorator with expiration feature; cache installed boards per platform
|
2018-03-23 00:08:07 +02:00 |
|
Ivan Kravets
|
0f4ab5b50b
|
Update Unity tool to 2.4.3
|
2018-03-22 18:18:03 +02:00 |
|
Ivan Kravets
|
ca34da51aa
|
PIO Home: sort folders by name (ignore case), catch ServerError exceptions // Resolve #1454 Resolve #1302
|
2018-03-22 17:37:51 +02:00 |
|
Ivan Kravets
|
f937eabc1a
|
Handle error connections to the latest news for PIO Home // Resolve #1470 Resolve #1474 Resolve #1478 Resolve #1480
|
2018-03-22 16:14:11 +02:00 |
|
Ivan Kravets
|
d47022b8c3
|
PIO Home: Recent news
|
2018-03-20 00:42:10 +02:00 |
|
Ivan Kravets
|
218a1dccf6
|
Fix issue with installing only the one platform package by specified type
|
2018-03-16 13:33:59 +02:00 |
|
Ivan Kravets
|
b78a151706
|
Update requirements for PIO Home and PIO Core+ contribs
|
2018-03-13 22:59:02 +02:00 |
|
Ivan Kravets
|
bc323252e8
|
Bump version to 3.5.2 (issue #1301 issue #1313 issue #1323 issue #1303 issue #1029 issue #1310 issue #1390 issue #1312 issue #1433)
|
2018-03-13 12:00:01 +02:00 |
|
Ivan Kravets
|
7e875553c2
|
Allow to control maximum depth of nested includes for conditional PreProcessor
|
2018-03-08 16:29:09 +02:00 |
|
Ivan Kravets
|
e0ce40d6b3
|
Ability to specify a name for new project
|
2018-03-07 16:30:21 +02:00 |
|
Ivan Kravets
|
3d300414ac
|
Multiple themes (Dark & Light) for PlatformIO Home
|
2018-03-05 15:50:49 +02:00 |
|
Ivan Kravets
|
ba0e87b978
|
Fix issue with mDNS lookup service // Resolve #1310
|
2018-02-20 14:38:47 +02:00 |
|
Ivan Kravets
|
f1f42c6888
|
Fix issue with PIO Unified Debugger and "debug_load_mode = always"
|
2018-02-16 14:52:36 +02:00 |
|
Ivan Kravets
|
6b36a29858
|
Control PIO Unified Debugger and its firmware loading mode using "debug_load_mode" option
|
2018-02-15 19:44:29 +02:00 |
|
Ivan Kravets
|
1890162f3f
|
VSCode: add a new "Pre-Debug" task and run it before debugging session
|
2018-01-30 21:33:56 +02:00 |
|
Ivan Kravets
|
fc53cb4489
|
Revert back to SCons 2.0, a lot of issues with non-unicode locales // Issue #895
|
2018-01-30 15:14:55 +02:00 |
|
Ivan Kravets
|
59337c71c1
|
Upgrad build system to SCons 3.0 // Issue #895
|
2018-01-26 20:04:43 +02:00 |
|