Ivan Kravets
0264c4eeea
Remove debug code
2016-08-09 17:12:30 +03:00
Ivan Kravets
55c1a90fc9
Remove unused import
2016-08-09 15:24:56 +03:00
Ivan Kravets
5ba20fc6ed
Remove prompts from init command; Update template for Project Configuration File
2016-08-09 15:10:52 +03:00
Ivan Kravets
20e7525118
Update links to Library Dependency Finder
2016-08-08 19:44:31 +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
6900052ecd
Reorder command options
2016-07-22 18:02:04 +03:00
Ivan Kravets
5b68d34764
Allow to load PlatformIO project using passed directory
2016-07-18 15:36:08 +03:00
Ivan Kravets
d6b38dafc6
Merge branch 'develop' into feature/platformio-30
...
* develop:
Remove debug info
Add "Rebuild C/C++ Project Index" target to CLion and Eclipse IDEs
Iterating the dictionary directly instead of calling .keys()
Iterating the dictionary directly instead of calling .keys()
Add example dynamic `build_flags`
Add new articles
Update examples
2016-07-09 19:01:43 +03:00
Ivan Kravets
a0d9173b4f
Add "Rebuild C/C++ Project Index" target to CLion and Eclipse IDEs
2016-07-09 18:44:45 +03:00
Ivan Kravets
d68eb28629
Decentralized architecture for development platforms // Issue #479
2016-05-26 19:43:36 +03:00
Ivan Kravets
ec2305bb10
Better handling of used boards when init/update project
2016-03-19 00:13:51 +02:00
Ivan Kravets
4063cd6abd
Use src_dir directory from platformio.ini when initializing project otherwise create base src directory // Resolve #536
2016-03-07 17:42:15 +02:00
Ivan Kravets
7f386126cb
Typo fix
2016-01-15 23:37:41 +02:00
Ivan Kravets
19f1ccd0df
🎄 Happy New 2016 Year! 🎄
2016-01-01 20:51:48 +02:00
Ivan Kravets
e69bc34678
Fix .gitignore contents
2015-12-11 14:23:12 +02:00
Ivan Kravets
eb1971fb17
Fix PyLint
2015-12-08 19:08:00 +02:00
Ivan Kravets
983db2f3c8
Improve project initialisation
2015-12-08 18:42:50 +02:00
Ivan Kravets
dfb93e9682
Improve project initialisation
2015-12-07 22:23:20 +02:00
Ivan Kravets
7727562f44
Simplify .travis.yml file
2015-12-07 00:20:14 +02:00
Ivan Kravets
f6686f149b
Generate ".gitignore" by default
2015-12-05 23:34:25 +02:00
Ivan Kravets
a8ae5e4d03
Generate .travis.yml CI config for embedded projects by default // Resolve #354
2015-12-04 15:18:31 +02:00
Ivan Kravets
5dc1396f05
Remove prompt with "auto-uploading" from init
command and add --enable-auto-uploading
option // Resolve #352
2015-12-03 17:19:43 +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
de2d6818c1
Full support of CLion IDE including code auto-completion // Resolve #132
2015-10-13 14:01:16 +01:00
Ivan Kravets
ed10ecd142
Explain how to use "lib" directory from the PlatformIO based project // Issue #273
2015-09-10 18:19:23 +03:00
Ivan Kravets
f5f97fe0fd
More explanations about lib directory
2015-09-09 01:01:41 +03:00
Ivan Kravets
0311418bfc
Fix critical issue when platformio init --ide
__ command hangs PlatformIO // Resolve #283
2015-09-06 18:16:09 +03:00
Ivan Kravets
e2795716f9
Generate "readme.txt" for project "lib" directory // Resolve #273
2015-08-22 23:11:48 +03:00
Ivan Kravets
8e42c4ae31
Explain that lib
dir is suitable for private libraries // Issue #273
2015-08-21 23:56:22 +03:00
Ivan Kravets
82864d38e2
Fix IDE project generator when board is specified // Resolve #242
2015-06-27 15:13:27 +03:00
Ivan Kravets
04f246ea9d
Remove "autogen_" prefix from default env
2015-05-06 11:28:56 +01:00
Ivan Kravets
6fd07e1e56
Initial support of PlatformIO Project Generator // Issue #151
2015-04-24 14:43:13 +01:00
Ivan Kravets
476de84dc5
Allow to specify environment prefix when initialise project // Resolve #182
2015-04-23 12:54:59 +01:00
Ivan Kravets
0d648074e4
Allow to add more boards to existing platformio.ini // Resolve #167
2015-04-23 12:40:19 +01:00
Ivan Kravets
60863a4304
Fix PyLint warnings
2015-04-22 14:58:42 +01:00
Ivan Kravets
5af3b9b7c9
Validate passed boards before project initialization
2015-04-20 19:55:18 +01:00
Valeriy Koval
08808be62b
Fix "frameworks" field to JSON array
2015-03-11 20:45:11 +02:00
Valeriy Koval
af9c23ad87
Automatically generate environment with first supported framework
2015-03-11 17:53:46 +02:00
Valeriy Koval
baf34b37d9
Add default framework per board
2015-02-19 17:20:08 +02:00
Ivan Kravets
dc61722907
Handle "AbortedByUser" exception
2015-02-15 23:39:02 +02:00
Ivan Kravets
673c484fa7
Ask about "auto-uploading" within "platformio init" command
2015-01-31 22:42:52 +02:00
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
af191834d1
Allow to initialise project with the specified embedded boards // Resolve #21
2014-12-29 20:22:01 +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