Ivan Kravets
|
be6cdc09d9
|
Merge pull request #80 from valeros/develop
Add support for Adafruit boards: Flora and Trinkets
|
2015-02-16 20:45:58 +02:00 |
|
Valeriy Koval
|
63c92152d9
|
Merge branch 'feature/adafruit-boards' into develop
|
2015-02-16 20:24:45 +02:00 |
|
Valeriy Koval
|
c9ed663ec5
|
Add support for Adafruit boards: Flora and Trinkets
|
2015-02-16 20:23:32 +02:00 |
|
Valeriy Koval
|
45e7fcd106
|
Remove "SERIALNUM" define for Teensy 2
|
2015-02-16 20:22:29 +02:00 |
|
Valeriy Koval
|
3f05146de8
|
Fix Arduino Due ROM & RAM size
|
2015-02-16 19:32:17 +02:00 |
|
Ivan Kravets
|
9a9b2d8bae
|
Merge pull request #79 from valeros/develop
Add example for teensy boards
|
2015-02-16 18:05:18 +02:00 |
|
Valeriy Koval
|
639ee9fc47
|
Add example for teensy boards
|
2015-02-16 17:35:40 +02:00 |
|
Ivan Kravets
|
fc7e09b8c4
|
Cache PlatformIO home directory
|
2015-02-16 17:31:25 +02:00 |
|
Ivan Kravets
|
79d3ad245f
|
Fix PyLint warnings
|
2015-02-16 15:47:34 +02:00 |
|
Ivan Kravets
|
ca266e81ef
|
Merge pull request #78 from valeros/develop
Update STM32 examples
|
2015-02-16 15:36:48 +02:00 |
|
Valeriy Koval
|
2b924d1573
|
Update STM32 examples
|
2015-02-16 15:34:45 +02:00 |
|
Ivan Kravets
|
00e95dbabc
|
Correct divisor between multiple envs
|
2015-02-16 11:08:07 +02:00 |
|
Ivan Kravets
|
983b629d23
|
Implement asynchronous output for build process
|
2015-02-15 23:53:15 +02:00 |
|
Ivan Kravets
|
0f070d1b78
|
Implement asynchronous command execution (AsyncPipe+subprocess)
|
2015-02-15 23:48:04 +02:00 |
|
Ivan Kravets
|
dc61722907
|
Handle "AbortedByUser" exception
|
2015-02-15 23:39:02 +02:00 |
|
Ivan Kravets
|
83dfcf6ac2
|
Remove external rebooter for Teensy CLI
|
2015-02-15 23:38:11 +02:00 |
|
Ivan Kravets
|
5a32f88dee
|
Test all boards only for the internal libs
|
2015-02-15 21:37:19 +02:00 |
|
Ivan Kravets
|
9914fc1122
|
Explain how to install development version of PlatformIO
|
2015-02-15 21:25:49 +02:00 |
|
Ivan Kravets
|
beab1525a9
|
Add contents
|
2015-02-15 21:12:25 +02:00 |
|
Ivan Kravets
|
c6b79f13c3
|
Add optional $UNIX_TIME variable to build environment
|
2015-02-15 18:18:11 +02:00 |
|
Ivan Kravets
|
22257e0351
|
Replace "Unknown board..." message with appropriate exception
|
2015-02-15 18:02:59 +02:00 |
|
Ivan Kravets
|
030eddb244
|
Add alias to "tool-teensy"
|
2015-02-15 16:00:19 +02:00 |
|
Ivan Kravets
|
0047c79fcd
|
Add missed "tool-teensy" to Teensy development platform
|
2015-02-15 15:58:53 +02:00 |
|
Ivan Kravets
|
cf925b0338
|
Improve "run" command: env details, timing // Resolve #74
|
2015-02-15 00:27:28 +02:00 |
|
Ivan Kravets
|
2093960719
|
Setup minimal "click" version to 3.0
|
2015-02-15 00:10:59 +02:00 |
|
Ivan Kravets
|
8fffc5ee9c
|
Pass main exceptions to STDERR
|
2015-02-14 22:26:13 +02:00 |
|
Ivan Kravets
|
88f0b51312
|
Enable linker "cyclic dependencies" for all platforms
|
2015-02-14 22:14:49 +02:00 |
|
Ivan Kravets
|
2bfb1d5569
|
Remove ino-converted file
|
2015-02-14 20:18:34 +02:00 |
|
Ivan Kravets
|
7a3b43040f
|
Make examples cross-boards, add README
|
2015-02-14 20:17:04 +02:00 |
|
Ivan Kravets
|
d2ccbf7b7a
|
Remove "framework" alias for all "framework-*" packages
Development platform can contain more then 1 framework
|
2015-02-14 19:25:02 +02:00 |
|
Ivan Kravets
|
55ad753bf1
|
Refactor $PLATFORMFW_DIR logic in SCons env
|
2015-02-14 19:23:59 +02:00 |
|
Ivan Kravets
|
efcb205116
|
Revert linker "start-group" flag
|
2015-02-14 19:10:50 +02:00 |
|
Ivan Kravets
|
7470fd3fdd
|
Re-structure "atmelavr-and-arduino" examples
|
2015-02-14 17:57:46 +02:00 |
|
Ivan Kravets
|
102e3f98de
|
Add openCM3 framework to "titivate" platform
|
2015-02-14 16:37:44 +02:00 |
|
Ivan Kravets
|
b55dc0917d
|
Fix bug with deleting ".pioenvs" when it doesn't exist
|
2015-02-14 16:34:00 +02:00 |
|
Ivan Kravets
|
061d7af2ed
|
Improve semiversion detection
|
2015-02-14 16:21:35 +02:00 |
|
Ivan Kravets
|
ae50b9212f
|
Cleanup automatically .pioenvs when platformio.ini has been changed // Issue #74
|
2015-02-14 00:12:16 +02:00 |
|
Ivan Kravets
|
2e90ab8092
|
Improve PlatformIO upgrading and detecting of new version // Resolve #63
|
2015-02-13 23:55:08 +02:00 |
|
Ivan Kravets
|
f186488fc3
|
Updated framework-arduino AVR & SAM to 1.6 stable version
|
2015-02-13 23:10:00 +02:00 |
|
Ivan Kravets
|
1a94952b20
|
Restore my commits
|
2015-02-13 23:01:01 +02:00 |
|
Ivan Kravets
|
2c1a864390
|
Revert "pytest" env
|
2015-02-13 22:28:16 +02:00 |
|
Ivan Kravets
|
7f258a3f4c
|
Disable pytest env temporary
|
2015-02-13 19:59:42 +02:00 |
|
Ivan Kravets
|
b57375b8af
|
Fix bug with auto-installing "titiva" platform
|
2015-02-13 19:04:31 +02:00 |
|
Ivan Kravets
|
3bfe2914f5
|
Add "pytest" environment
|
2015-02-13 18:41:48 +02:00 |
|
Ivan Kravets
|
ac14103870
|
Merge pull request #75 from valeros/develop
Add integration test for "examples" / issue #2
|
2015-02-13 18:40:09 +02:00 |
|
Valeriy Koval
|
68db70e6bb
|
Merge branch 'feature/tests' into develop
|
2015-02-13 18:35:21 +02:00 |
|
Valeriy Koval
|
67f1e32652
|
Add integration test for "examples"
|
2015-02-13 18:35:09 +02:00 |
|
Valeriy Koval
|
3525c3cca0
|
Merge branch 'develop' of https://github.com/valeros/platformio into develop
|
2015-02-12 14:46:53 +02:00 |
|
Valeriy Koval
|
302d1eb15c
|
Merge branch 'develop' of https://github.com/ivankravets/platformio into develop
|
2015-02-12 14:44:01 +02:00 |
|
Ivan Kravets
|
bea577beb9
|
Fix pylint warnings
|
2015-02-12 14:43:29 +02:00 |
|