Ivan Kravets
2a5d686d5a
Use unified link to docs pages
2016-12-05 21:25:10 +02:00
Ivan Kravets
b51f1f18b6
Rename PIO Core Repository
2016-12-04 18:59:07 +02:00
Ivan Kravets
3d5fe149c3
Reload command for remote, update, improved docs; Bump to 3.2b2
2016-11-12 00:28:49 +02:00
Ivan Kravets
d28f0b259a
Generate better UID
2016-08-27 23:15:32 +03:00
Ivan Kravets
8d8bfd5587
Document version option for dependencies field in library.json
2016-08-26 14:44:45 +03:00
Ivan Kravets
c637729eae
Rename `platformio serialports command to platformio device`
2016-08-26 14:25:50 +03:00
Ivan Kravets
87d0ead203
Format code with pep8 style
2016-08-03 23:38:20 +03:00
Ivan Kravets
0c9d539a92
Update copyrights
2016-08-03 22:18:51 +03:00
Ivan Kravets
64b8df6d81
Merge branch 'develop' into feature/platformio-30
...
* develop: (21 commits)
Use stable docs
Version bump to 2.11.2 (issues #500 , #533 , #732 , #731 , #737 , #733 , #438 , #722 , #52 , #725 )
Update project configuration template
Use stable docs
Implement firmware merging with base firmware for Nordic nRF51 development platform // Resolve #500 , Resolve #533
Fix firmware uploading to Atmel SAMD21-XPRO board using ARM mbed framework // Resolve #732
Add firmware merging process for nordicnrf51 // Issue #533 , #500
Add OpenOCD as an alternative upload method for atmelsam platform // Issue #732
Sync flags parser with PlatformIO 3.0 branch // Resolve #738
Update ``udev`` rules for the new STM32F407DISCOVERY boards // Resolve #731
Add explanation about "Failed to find MSBuild toolsets directory"
Add support for local "--echo" for Serial Port Monitor // Resolve #733
Update history
Improve support for Microchip PIC32 development platform and ChipKIT boards // Resolve #438
Fix Project Generator for ESP8266 and ARM mbed based projects
Switch to gcc-built LwIP library for espressif platform
Push 2.11.2.dev2
Fix linking process for microchippic32 platfrom // Issue #438
Improve Project Generator for PlatformIO IDE (fixes incorrect linter errors)
2016-08-03 00:24:59 +03:00
Ivan Kravets
4f2c207bb3
Use stable docs
2016-08-02 21:13:58 +03:00
Ivan Kravets
d68eb28629
Decentralized architecture for development platforms // Issue #479
2016-05-26 19:43:36 +03:00
Ivan Kravets
870b306b86
Handle caller id from os environment
2016-01-23 21:01:25 +02:00
Ivan Kravets
cc1dec39cf
Allow to force to output color ANSI-codes even if the output is a `pipe (not a tty`)
2016-01-19 21:03:49 +02:00
Ivan Kravets
19f1ccd0df
🎄 Happy New 2016 Year! 🎄
2016-01-01 20:51:48 +02:00
Ivan Kravets
132c769766
Better error handling
2015-12-18 19:58:09 +02:00
Ivan Kravets
b7ab825860
Use general exception for usage error
2015-12-07 17:43:59 +02:00
Ivan Kravets
786b977603
Print "unexpected block" for non-PlatformIO exceptions
2015-11-29 19:05:02 +02:00
Ivan Kravets
ed32e07e34
Better exceptions handling
2015-11-26 22:02:59 +02:00
Ivan Kravets
904b08f497
Add Apache License, Version 2.0 to @PlatformIO source code
2015-11-18 17:16:17 +02:00
Ivan Kravets
57b877f445
Fix Cygwin disabling
2015-09-10 20:31:26 +03:00
Ivan Kravets
c254a3490c
Fix path for Windows-based projects
2015-09-04 20:35:56 +03:00
Ivan Kravets
0d8d5fdb32
Allow multiple instances of @PlatformIO
2015-09-03 19:04:09 +03:00
Ivan Kravets
25c448627e
Added short "-h" help option for PlatformIO and sub-commands
2015-09-02 23:07:45 +03:00
Ivan Kravets
a1483c263f
Simplified installation process of PlatformIO // Resolve #274
2015-08-22 17:09:28 +03:00
Ivan Kravets
20a0592b37
Fix "AttributeError: 'module' object has no attribute 'packages'" // Resolve #252
2015-08-21 23:09:56 +03:00
Ivan Kravets
e6be7ab3b5
Minor improvements for exitStatus and returncode
2015-07-30 18:17:57 +03:00
Ivan Kravets
e288499db9
Rename "install_libs" env option to "lib_install"
2015-06-28 20:16:43 +03:00
Ivan Kravets
a928f4aa8f
Rename "ldf_cyclic" env option to "lib_dfcyclic"
2015-06-28 19:20:31 +03:00
Ivan Kravets
92e81ee619
Cleanup code
2015-05-06 18:07:17 +01:00
Ivan Kravets
97d229232d
Correct warning about obsoleted commands
2015-04-24 15:51:08 +01:00
Ivan Kravets
36ad6efa25
Handle obsoleted commands // Issue #158
2015-04-24 15:48:32 +01:00
Ivan Kravets
8d75194884
Add global -f, --force option which will force to accept any confirmation prompts // Resolve #152
2015-04-16 17:04:45 +01:00
Ivan Kravets
3fabd01e1b
Fix SSL InsecureRequestWarning (avoid for invalid commands)
2015-03-18 23:02:04 +02:00
Ivan Kravets
5b9504d57a
Highlight exceptions/errors in red color
2015-02-20 22:02:38 +02:00
Ivan Kravets
2d53d2100d
Fix bug with invalid process's "return code" when PlatformIO has internal error
2015-02-19 22:02:50 +02:00
Ivan Kravets
8fffc5ee9c
Pass main exceptions to STDERR
2015-02-14 22:26:13 +02:00
Ivan Kravets
bcfb007c90
Added Migration Manager which simplifies process with upgrading to a major release
2014-11-29 22:55:32 +02:00
Ivan Kravets
ad6acb28ae
Disable PyLint stupid warning
2014-08-13 11:55:25 +03:00
Ivan Kravets
f7a4ee0d66
Fix bug with first-launching
2014-08-04 11:09:47 +03:00
Ivan Kravets
8b056efe64
Resolve #8 : Implement "upgrade" command and "auto-check" for the latest version
2014-08-03 18:40:20 +03:00
Ivan Kravets
202e2e0af5
Added support to override UPLOAD_PORT via cli-option "$ platformio run --upload-port="
2014-07-27 22:39:41 +03:00
Ivan Kravets
dc94820b48
Updated "prog_name" to PlatformIO
2014-06-23 18:04:07 +03:00
Ivan Kravets
013f29a99f
Fixed auto-installer for Windows OS (bug with %PATH% customisations)
2014-06-21 23:10:18 +03:00
Ivan Kravets
a8112c2f37
Fixed auto-installer for Windows OS (bug with %PATH% customisations)
2014-06-21 23:04:33 +03:00
Ivan Kravets
fd1fc9941a
Implemented auto-installer script
2014-06-21 18:21:26 +03:00
Ivan Kravets
937c38a7b7
Added platforms frame logic; implemented "install" and "run" commands
2014-06-07 13:34:31 +03:00
Ivan Kravets
1d0fea592a
Implemented multiple CLI commands
2014-06-03 21:27:36 +03:00
Ivan Kravets
fc7430de94
Cleaned code
2014-06-02 20:59:02 +03:00
Ivan Kravets
5bee43540c
Initial commit with supported platforms: Atmel AVR, TI MSP430 and TI C Series MCU
2014-05-18 23:38:59 +03:00