Ivan Kravets
|
a821e5b553
|
Implement --json-output and --page options for pio lib search command // Resolve #604
|
2016-04-24 00:01:42 +03:00 |
|
Ivan Kravets
|
6356e49fdd
|
Automatically reboot Teensy board after upload when Teensy Loader GUI is used // Resolve #609
|
2016-04-09 18:39:10 +03:00 |
|
Ivan Kravets
|
fe08e1f3f9
|
Update API IP
|
2016-04-09 14:09:26 +03:00 |
|
Ivan Kravets
|
9a850d4c61
|
Fix broken compilation for Atmel SAMD based boards except Arduino Due // Resolve 598
|
2016-03-28 15:04:49 +03:00 |
|
Ivan Kravets
|
b169f2e252
|
Version bump to 2.8.6 (issues #568, #571, #572, #586, #591)
|
2016-03-22 23:02:42 +02:00 |
|
Ivan Kravets
|
c327cd5c3f
|
Improve DNS lookup for PlatformIO API
|
2016-03-21 14:17:36 +02:00 |
|
Ivan Kravets
|
757df8c8ab
|
Fix multiple definition errors for ST STM32 development platform and mbed framework // Resolve #571
|
2016-03-11 16:01:24 +02:00 |
|
Ivan Kravets
|
44fc5163e7
|
Version bump to 2.8.5 (issues #395, #401, #523, #526, #527, #528, #534, #536, #540, #541, #543, #544, #550, #552, #555)
|
2016-03-07 18:34:29 +02:00 |
|
Ivan Kravets
|
4c4682f457
|
Fix incorrect parsing of GCC "-include" flag // Resolve #552
|
2016-03-04 01:45:04 +02:00 |
|
Ivan Kravets
|
888967eb61
|
Minor improvements to docs
|
2016-03-03 16:39:58 +02:00 |
|
Ivan Kravets
|
6190f1aa8f
|
Project generator for NetBeans IDE // Resolve #541
|
2016-02-27 20:09:27 +02:00 |
|
Ivan Kravets
|
52bbe9af33
|
Generate appropriate project for CLion IDE and CVS // Resolve #523
|
2016-02-27 01:27:57 +02:00 |
|
Ivan Kravets
|
3e52c194ca
|
Fix issue with Project Generator when optional build flags were passed using system environment variables
|
2016-02-23 21:24:00 +02:00 |
|
Ivan Kravets
|
321640bd71
|
Version bump to 2.8.4 (issues #494, #501, #503, #506, #518)
|
2016-02-17 22:52:52 +02:00 |
|
Ivan Kravets
|
6baf6568d2
|
Add "board_f_flash" option to Project Configuration File // Resolve #501
|
2016-02-10 22:58:12 +02:00 |
|
Ivan Kravets
|
c3f78d1977
|
Temporary disabled "CPPDEFINES" which contain space and break PlatformIO IDE Linter
|
2016-02-03 01:37:43 +02:00 |
|
Ivan Kravets
|
40729c38eb
|
Version bump to 2.8.3 (issue #487)
|
2016-02-02 19:52:05 +02:00 |
|
Ivan Kravets
|
223a055e8b
|
Fix issue with removing temporary file while converting *.ino to *.cpp
|
2016-02-01 00:18:04 +02:00 |
|
Ivan Kravets
|
b44c75a3c1
|
Better integration of PlatformIO Builder with PlatformIO IDE Linter
|
2016-01-30 19:14:11 +02:00 |
|
Ivan Kravets
|
8a269b1d24
|
Version bump to 2.8.2 (issues #484)
|
2016-01-29 20:34:25 +02:00 |
|
Ivan Kravets
|
c9616ed0fa
|
Exclude only "test" and "tests" folders from build process
|
2016-01-29 17:25:31 +02:00 |
|
Ivan Kravets
|
edf19a8cac
|
Version bump to 2.8.1
|
2016-01-29 15:50:17 +02:00 |
|
Ivan Kravets
|
73041b71a4
|
Version bump to 2.8.0 (issues #441, #444, #447, #453, #458, #465, #470, #474, #476, #483)
|
2016-01-29 14:43:20 +02:00 |
|
Ivan Kravets
|
df8fda5b69
|
Better handling of installed libs for Project Generator
|
2016-01-28 00:20:01 +02:00 |
|
Ivan Kravets
|
de43166257
|
Generate project for IDEs with information about installed libraries
|
2016-01-27 01:37:20 +02:00 |
|
Ivan Kravets
|
ec19341e05
|
Fix error with unicode for serial ports description
|
2016-01-26 20:30:45 +02:00 |
|
Ivan Kravets
|
d2f3b76132
|
Fix error with non unicode chars in serial port description
|
2016-01-25 23:42:43 +02:00 |
|
Ivan Kravets
|
7cce906e55
|
Generate settings for GCC linter and PlatformIO IDE
|
2016-01-25 22:49:29 +02:00 |
|
Ivan Kravets
|
8a55e65388
|
Remove test code and fix PyLint warning
|
2016-01-24 17:19:59 +02:00 |
|
Ivan Kravets
|
0cecd955c5
|
Allow to disable progress bar for package/library downloader and uploader
|
2016-01-24 16:45:04 +02:00 |
|
Ivan Kravets
|
8bc54b0179
|
PlatformIO IDE for Atom // Resolve #470
|
2016-01-24 00:44:18 +02: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
|
c55204cc50
|
Use current Python interpreter for the all subprocess platformio calls
|
2016-01-19 18:42:59 +02:00 |
|
Ivan Kravets
|
b1e9dea790
|
Add "pio" command line alias for "platformio" command // Resolve #447
|
2016-01-14 01:26:24 +02:00 |
|
Ivan Kravets
|
88fe8f2129
|
Set 1Mb SPIFFS for Espressif boards by default // Resolve #458
|
2016-01-14 01:21:25 +02:00 |
|
Ivan Kravets
|
52ceb64758
|
Added "upload_resetmethod" option to Project Configuration File platformio.ini and allowed to change default upload reset method for Espressif development platform // Resolve #444
|
2016-01-14 01:07:57 +02:00 |
|
Ivan Kravets
|
4e2370e0a0
|
Update docs with new boards, tools
|
2016-01-06 15:47:58 +02:00 |
|
Ivan Kravets
|
038b641a4d
|
Version bump to 2.7.1 (issues #356, #421, #422, #426, #427, #428, #434)
|
2016-01-06 14:56:16 +02:00 |
|
Ivan Kravets
|
b408f8f0bf
|
Fix uploading of EEPROM data using "uploadeep" target for Atmel AVR development platform
|
2016-01-02 00:35:53 +02:00 |
|
Ivan Kravets
|
19f1ccd0df
|
🎄 Happy New 2016 Year! 🎄
|
2016-01-01 20:51:48 +02:00 |
|
Ivan Kravets
|
02480730bb
|
Version bump to 2.7.0 (issues #319, #382, #386, #391, #394, #397, #400, #403, #404, #406, #407, #417)
|
2015-12-30 20:24:51 +02:00 |
|
Ivan Kravets
|
8d6aee3178
|
Use current Python interpreter for Python-based tools // Resolve #417
|
2015-12-30 20:01:43 +02:00 |
|
Ivan Kravets
|
d139225ffb
|
Quote upload port for Espressif OTA // Issue #417
|
2015-12-30 19:23:58 +02:00 |
|
Ivan Kravets
|
7a91683ca6
|
Better handling of upload port for OTA // Issue #417
|
2015-12-30 19:01:26 +02:00 |
|
Ivan Kravets
|
f2cad66d79
|
Quote upload port for Espressif OTA // Issue #417
|
2015-12-30 18:42:46 +02:00 |
|
Ivan Kravets
|
680c3867db
|
Allow to use DNS.local as upload port for OTA // Issue #382
|
2015-12-30 15:02:13 +02:00 |
|
Ivan Kravets
|
121102beef
|
Fix SPIFFS uploading via OTA // Issue #382
|
2015-12-30 14:33:16 +02:00 |
|
Ivan Kravets
|
044486d46f
|
Allow to upload SPIFFS image using OTA // Issue #382
|
2015-12-30 14:14:36 +02:00 |
|
Ivan Kravets
|
14aed800a2
|
Improve telemetry service
|
2015-12-29 21:03:51 +02:00 |
|