Ivan Kravets
|
8d6aee3178
|
Use current Python interpreter for Python-based tools // Resolve #417
|
2015-12-30 20:01:43 +02:00 |
|
Ivan Kravets
|
cae5f1f553
|
Implement uploading files to file system SPIFFS for ESP8266 // Issue #382
|
2015-12-28 01:15:06 +02:00 |
|
Ivan Kravets
|
85f0877d32
|
Project generator for Emacs text editor // Issue #404
|
2015-12-27 17:53:51 +02:00 |
|
Ivan Kravets
|
1b7b2ca0a2
|
Add support for RFDuino // Resolve #319
|
2015-12-26 21:24:01 +02:00 |
|
Ivan Kravets
|
9312ca7f0d
|
Moved SCons to PlatformIO packages. PlatformIO does not require SCons to be installed in your system.
Significantly simplified installation process of PlatformIO. "pip install platformio" rocks!
|
2015-12-26 14:47:42 +02:00 |
|
Ivan Kravets
|
4b922b9de2
|
Documented firmware uploading for Atmel AVR development platform using Programmers
|
2015-12-24 23:55:49 +02:00 |
|
Ivan Kravets
|
36912c0fe6
|
Update Arduino framework for Atmel AVR development platform to 1.6.7
|
2015-12-24 23:39:25 +02:00 |
|
Ivan Kravets
|
dfe39f386d
|
Add support for the new Adafruit boards Bluefruit Micro and Feather // Resolve #403
|
2015-12-24 23:09:40 +02:00 |
|
Ivan Kravets
|
2e26b5d31d
|
Version bump to 2.6.3 (issues #396)
|
2015-12-21 20:55:49 +02:00 |
|
Ivan Kravets
|
6e83b4b093
|
Restore support for Espressif ESP8266 ESP-01 1MB board (ready for OTA)
|
2015-12-21 20:39:45 +02:00 |
|
Ivan Kravets
|
7b1b908779
|
Fix invalid ROM size for ESP8266-based boards // Resolve #396
|
2015-12-21 19:23:46 +02:00 |
|
Ivan Kravets
|
618d32b872
|
Version bump to 2.6.2
|
2015-12-21 17:41:37 +02:00 |
|
Ivan Kravets
|
66ca204697
|
Removed SCons from requirements list
|
2015-12-21 17:35:30 +02:00 |
|
Ivan Kravets
|
0ff795e798
|
Fix "ChunkedEncodingError" when SF connection is broken // Issue #356
|
2015-12-18 22:56:15 +02:00 |
|
Ivan Kravets
|
ee87b55947
|
Version bump to 2.6.1 (issues #377, #378, #379, #380, #381, #383, #384, #387)
|
2015-12-18 20:30:30 +02:00 |
|
Ivan Kravets
|
7119bb9084
|
Fix project generator for Eclipse IDE and "duplicate path entries found in project path" // Resolve #383
|
2015-12-18 20:18:19 +02:00 |
|
Ivan Kravets
|
e4dbcd50cc
|
Improv documentation for Espressif platform
|
2015-12-18 19:29:20 +02:00 |
|
Ivan Kravets
|
186580d794
|
Fix issue with code builder when build path contains spaces // Resolve #387
|
2015-12-18 15:20:37 +02:00 |
|
Ivan Kravets
|
3830e98c1d
|
Add support for the new ESP8266 based boards
|
2015-12-17 20:16:17 +02:00 |
|
Ivan Kravets
|
3cbbecb413
|
Repository for LD scripts; common LD script for ESP8266 // Resolve #379
|
2015-12-17 18:17:54 +02:00 |
|
Ivan Kravets
|
34a5d366d5
|
Fix reset method for Espressif NodeMCU (ESP-12E Module) // Resolve #380
|
2015-12-17 00:02:22 +02:00 |
|
Ivan Kravets
|
b073760711
|
Version bump to 2.6.0 (issues #308, #365, #368, #371, #372, #373, #375)
|
2015-12-15 20:54:19 +02:00 |
|
Ivan Kravets
|
a5878c5544
|
Updated CMSIS framework and added CMSIS support for Nucleo F401RE board // Issue #373
|
2015-12-15 20:19:27 +02:00 |
|
Ivan Kravets
|
cb4c4e13a3
|
Install only required packages depending on build environment // Resolve #308
|
2015-12-15 15:58:52 +02:00 |
|
Ivan Kravets
|
004125a2ca
|
Add support for Raspberry Pi WiringPi framework // Resolve #372
|
2015-12-14 19:50:50 +02:00 |
|
Ivan Kravets
|
7868566a78
|
Improve PlatformIO installation on the Mac OS X El Capitan
|
2015-12-12 18:18:57 +02:00 |
|
Ivan Kravets
|
2baf14f900
|
Implemented Over The Air (OTA) upgrades for Espressif development platform // Resolve #365
|
2015-12-11 15:31:36 +02:00 |
|
Ivan Kravets
|
9cc9912ef2
|
Handle upload_flags option in platformio.ini // Resolve #368
|
2015-12-11 15:17:38 +02:00 |
|
Ivan Kravets
|
c841ba1cba
|
Version bump to 2.5.0 (issues #352, #354, #358)
|
2015-12-08 19:28:08 +02:00 |
|
Ivan Kravets
|
c87c4691f3
|
Typo fix
|
2015-12-08 18:42:23 +02:00 |
|
Ivan Kravets
|
f6686f149b
|
Generate ".gitignore" by default
|
2015-12-05 23:34:25 +02:00 |
|
Ivan Kravets
|
2345eb3bb7
|
Fix incorrect behaviour of "platformio serialports monitor" in pair with @PySerial 3.0
|
2015-12-05 23:30:42 +02:00 |
|
Ivan Kravets
|
f4f65e4c84
|
Improve code builder for parallel builds (up to 4 times faster than before)
|
2015-12-04 21:06:29 +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
|
ef5fa4dea0
|
Version bump to 2.4.1
|
2015-12-01 19:02:01 +02:00 |
|
Ivan Kravets
|
84e82dd39a
|
Restore PLATFORMIO macros with the current version
|
2015-12-01 19:00:40 +02:00 |
|
Ivan Kravets
|
50ba235917
|
Version bump to 2.4.0 (issues #271, #334, #335, #336, #339, #340, #343, #345, #346)
|
2015-12-01 17:50:35 +02:00 |
|
Ivan Kravets
|
9f4b73d821
|
Update Arduino core for Espressif platform to 2.0.0 // Resolve #345
|
2015-12-01 12:04:41 +02:00 |
|
Ivan Kravets
|
221b7ed188
|
Fix relative include path for preprocessor using "build_flags" // Resolve #271
|
2015-11-27 21:15:09 +02:00 |
|
Ivan Kravets
|
aef06e837a
|
Fix "LockFailed: failed to create appstate.json.lock" error for Windows
|
2015-11-25 19:54:06 +02:00 |
|
Ivan Kravets
|
d63f6cff08
|
Update FAQ & History // Resolve #331
|
2015-11-24 19:58:24 +02:00 |
|
Ivan Kravets
|
dd5a509a99
|
Fix ESP-12E flash size // Resolve #333
|
2015-11-24 13:14:41 +02:00 |
|
Ivan Kravets
|
c0eded84a0
|
Only bug fixes in 2.3.6
|
2015-11-23 17:27:02 +02:00 |
|
Ivan Kravets
|
159c0a93d2
|
Start 2.4.0
|
2015-11-18 20:14:16 +02:00 |
|
Ivan Kravets
|
771a90a588
|
Bump to @PlatformIO 2.3.5
|
2015-11-18 20:11:00 +02:00 |
|
Ivan Kravets
|
7b1858a5ce
|
Fix compilation error TWI_Disable not declared for Arduino Due board // Issue #329
|
2015-11-18 20:08:27 +02:00 |
|
Ivan Kravets
|
5454c35430
|
Fix empty list with serial ports on Mac OS X // Resolve #294
|
2015-11-17 23:20:04 +02:00 |
|
Ivan Kravets
|
cf98750f4b
|
Fix project generator for CLion IDE under Windows OS with invalid path to executable // Resolve #326
|
2015-11-16 23:17:23 +02:00 |
|
Ivan Kravets
|
09ccae0f30
|
Update Arduino AVR/SAM frameworks to 1.6.6 // Resolve #321
|
2015-11-16 23:10:14 +02:00 |
|