Commit Graph

  • fc7e09b8c4 Cache PlatformIO home directory Ivan Kravets 2015-02-16 17:31:25 +02:00
  • 79d3ad245f Fix PyLint warnings Ivan Kravets 2015-02-16 15:47:34 +02:00
  • ca266e81ef Merge pull request #78 from valeros/develop Ivan Kravets 2015-02-16 15:36:48 +02:00
  • 2b924d1573 Update STM32 examples Valeriy Koval 2015-02-16 15:34:45 +02:00
  • 00e95dbabc Correct divisor between multiple envs Ivan Kravets 2015-02-16 11:08:07 +02:00
  • 983b629d23 Implement asynchronous output for build process Ivan Kravets 2015-02-15 23:53:15 +02:00
  • 0f070d1b78 Implement asynchronous command execution (AsyncPipe+subprocess) Ivan Kravets 2015-02-15 23:48:04 +02:00
  • dc61722907 Handle "AbortedByUser" exception Ivan Kravets 2015-02-15 23:39:02 +02:00
  • 83dfcf6ac2 Remove external rebooter for Teensy CLI Ivan Kravets 2015-02-15 23:38:11 +02:00
  • 5a32f88dee Test all boards only for the internal libs Ivan Kravets 2015-02-15 21:37:19 +02:00
  • 9914fc1122 Explain how to install development version of PlatformIO Ivan Kravets 2015-02-15 21:25:49 +02:00
  • beab1525a9 Add contents Ivan Kravets 2015-02-15 21:12:25 +02:00
  • c6b79f13c3 Add optional $UNIX_TIME variable to build environment Ivan Kravets 2015-02-15 18:18:11 +02:00
  • 22257e0351 Replace "Unknown board..." message with appropriate exception Ivan Kravets 2015-02-15 18:02:59 +02:00
  • 030eddb244 Add alias to "tool-teensy" Ivan Kravets 2015-02-15 16:00:19 +02:00
  • 0047c79fcd Add missed "tool-teensy" to Teensy development platform Ivan Kravets 2015-02-15 15:58:53 +02:00
  • cf925b0338 Improve "run" command: env details, timing // Resolve #74 Ivan Kravets 2015-02-15 00:27:28 +02:00
  • 2093960719 Setup minimal "click" version to 3.0 Ivan Kravets 2015-02-15 00:10:59 +02:00
  • 8fffc5ee9c Pass main exceptions to STDERR Ivan Kravets 2015-02-14 22:26:13 +02:00
  • 88f0b51312 Enable linker "cyclic dependencies" for all platforms Ivan Kravets 2015-02-14 22:14:49 +02:00
  • 2bfb1d5569 Remove ino-converted file Ivan Kravets 2015-02-14 20:18:34 +02:00
  • 7a3b43040f Make examples cross-boards, add README Ivan Kravets 2015-02-14 20:17:04 +02:00
  • d2ccbf7b7a Remove "framework" alias for all "framework-*" packages Development platform can contain more then 1 framework Ivan Kravets 2015-02-14 19:25:02 +02:00
  • 55ad753bf1 Refactor $PLATFORMFW_DIR logic in SCons env Ivan Kravets 2015-02-14 19:23:59 +02:00
  • efcb205116 Revert linker "start-group" flag Ivan Kravets 2015-02-14 19:10:50 +02:00
  • 7470fd3fdd Re-structure "atmelavr-and-arduino" examples Ivan Kravets 2015-02-14 17:57:46 +02:00
  • 102e3f98de Add openCM3 framework to "titivate" platform Ivan Kravets 2015-02-14 16:37:44 +02:00
  • b55dc0917d Fix bug with deleting ".pioenvs" when it doesn't exist Ivan Kravets 2015-02-14 16:34:00 +02:00
  • 061d7af2ed Improve semiversion detection Ivan Kravets 2015-02-14 16:21:35 +02:00
  • ae50b9212f Cleanup automatically .pioenvs when platformio.ini has been changed // Issue #74 Ivan Kravets 2015-02-14 00:12:16 +02:00
  • 2e90ab8092 Improve PlatformIO upgrading and detecting of new version // Resolve #63 Ivan Kravets 2015-02-13 23:55:08 +02:00
  • f186488fc3 Updated framework-arduino AVR & SAM to 1.6 stable version Ivan Kravets 2015-02-13 23:10:00 +02:00
  • 1a94952b20 Restore my commits Ivan Kravets 2015-02-13 23:01:01 +02:00
  • 2c1a864390 Revert "pytest" env Ivan Kravets 2015-02-13 22:28:16 +02:00
  • 7f258a3f4c Disable pytest env temporary Ivan Kravets 2015-02-13 19:59:42 +02:00
  • b57375b8af Fix bug with auto-installing "titiva" platform Ivan Kravets 2015-02-13 19:04:31 +02:00
  • 3bfe2914f5 Add "pytest" environment Ivan Kravets 2015-02-13 18:41:48 +02:00
  • ac14103870 Merge pull request #75 from valeros/develop Ivan Kravets 2015-02-13 18:40:09 +02:00
  • 68db70e6bb Merge branch 'feature/tests' into develop Valeriy Koval 2015-02-13 18:35:21 +02:00
  • 67f1e32652 Add integration test for "examples" Valeriy Koval 2015-02-13 18:35:09 +02:00
  • 3525c3cca0 Merge branch 'develop' of https://github.com/valeros/platformio into develop Valeriy Koval 2015-02-12 14:46:53 +02:00
  • 302d1eb15c Merge branch 'develop' of https://github.com/ivankravets/platformio into develop Valeriy Koval 2015-02-12 14:44:01 +02:00
  • bea577beb9 Fix pylint warnings Ivan Kravets 2015-02-12 14:32:05 +02:00
  • 7f2e6a02f0 Refactor get_boards method with exception handler Ivan Kravets 2015-02-12 14:24:31 +02:00
  • f9ec259742 Avoid errors when "upload speed" and "upload protocol" are missed in board definition file Ivan Kravets 2015-02-12 13:26:37 +02:00
  • 3179e90aea Update settings list Ivan Kravets 2015-02-12 00:15:36 +02:00
  • 80002dc85c Fill history with the closed issues Ivan Kravets 2015-02-11 22:48:46 +02:00
  • fa44827bff Enhance Arduino and Adafruit example Ivan Kravets 2015-02-11 16:04:26 +02:00
  • dd18b49604 Revert HISTORY.rst Valeriy Koval 2015-02-12 14:38:06 +02:00
  • 7bad31c532 Merge branch 'develop' of https://github.com/ivankravets/platformio into develop Valeriy Koval 2015-02-12 14:35:46 +02:00
  • 42caf7865c Fix pylint warnings Ivan Kravets 2015-02-12 14:32:05 +02:00
  • d76f0bef77 Refactor get_boards method with exception handler Ivan Kravets 2015-02-12 14:24:31 +02:00
  • 821ede1d23 Avoid errors when "upload speed" and "upload protocol" are missed in board definition file Ivan Kravets 2015-02-12 13:26:37 +02:00
  • 0e46dc2222 Update settings list Ivan Kravets 2015-02-12 00:15:36 +02:00
  • 121f66b2a1 Fill history with the closed issues Ivan Kravets 2015-02-11 22:48:46 +02:00
  • d1a2570283 Fix console output for an example Ivan Kravets 2015-02-11 16:09:01 +02:00
  • 3a7dec1463 Enhance Arduino and Adafruit example Ivan Kravets 2015-02-11 16:04:26 +02:00
  • 42f05979e3 Fixed AttributeError: 'module' object has no attribute 'disable_warnings' when a version of requests package is less then 2.4.0 Ivan Kravets 2015-02-11 12:59:12 +02:00
  • 86b6b6886b Fix console output for an example Ivan Kravets 2015-02-11 16:09:01 +02:00
  • e18552dadc Merge branch 'develop' of https://github.com/ivankravets/platformio into develop Ivan Kravets 2015-02-11 16:05:45 +02:00
  • c62bd88963 Enhance Arduino and Adafruit example Ivan Kravets 2015-02-11 16:04:26 +02:00
  • cf2a7af7e3 Fixed AttributeError: 'module' object has no attribute 'disable_warnings' when a version of requests package is less then 2.4.0 Ivan Kravets 2015-02-11 12:59:12 +02:00
  • b289d0ba42 Merge pull request #64 from valeros/develop Ivan Kravets 2015-02-09 19:59:50 +02:00
  • d7405c44ca Output compiled size and static memory usage Valeriy Koval 2015-02-09 19:57:39 +02:00
  • 2bce970809 Fix UnicodeEncodeError when SourceForge doesn't response Ivan Kravets 2015-02-08 22:49:29 +02:00
  • ebd2e31efe Reorganise examples Ivan Kravets 2015-02-08 21:55:26 +02:00
  • 34f7b8b19a Merge pull request #62 from valeros/develop Ivan Kravets 2015-02-06 18:56:00 +02:00
  • 184df4d5bb Rename "sam" development platform to "atmelsam" Valeriy Koval 2015-02-06 18:50:02 +02:00
  • 25380a7e98 Merge branch 'feature/teensy' into develop Valeriy Koval 2015-02-06 18:43:58 +02:00
  • fcf4b0d303 Merge branch 'develop' of https://github.com/ivankravets/platformio into feature/teensy Valeriy Koval 2015-02-06 18:43:50 +02:00
  • 70839abf88 Finalize with Teensy platform Valeriy Koval 2015-02-06 18:34:29 +02:00
  • 8a3ad923e1 Merge pull request #61 from valeros/develop Ivan Kravets 2015-02-06 18:18:21 +02:00
  • 15416a9447 Merge branch 'feature/sam' into develop Valeriy Koval 2015-02-06 18:13:07 +02:00
  • 14355cb7d4 Finalize with Atmel SAM platform Valeriy Koval 2015-02-06 18:12:56 +02:00
  • 7cdb8b0c7d Resolve uploading and major improvements Valeriy Koval 2015-02-05 20:13:21 +02:00
  • 6fac35fced Cleanup Valeriy Koval 2015-02-05 20:00:56 +02:00
  • 2280c01dc7 Initial support of SAM platform Valeriy Koval 2015-02-05 15:58:12 +02:00
  • 3f062f72a2 Merge commit 'a884db0825f8c66b694b15fe8900515f9837744a' into develop Valeriy Koval 2015-02-05 15:56:54 +02:00
  • 2ab49d7f24 Initial support for Teensy 3 Valeriy Koval 2015-02-04 20:39:38 +02:00
  • 9a221085d4 Fix optional board "extra_flags" and "ldscript" Valeriy Koval 2015-02-04 20:29:07 +02:00
  • 9721172481 Fix optional board "extra_flags" and "ldscript" Valeriy Koval 2015-02-04 20:23:50 +02:00
  • a884db0825 Move ARDUINO_ARCH define to extra flags Valeriy Koval 2015-02-04 14:44:47 +02:00
  • 5a13454244 Reorder options Valeriy Koval 2015-02-03 19:36:35 +02:00
  • dc341f9350 Move "board" build option to extra flags Valeriy Koval 2015-02-03 19:36:22 +02:00
  • a9781293f9 Maintain upgrading to 0.11.0 Ivan Kravets 2015-02-03 18:45:07 +02:00
  • 2a84aec59e Fix bug with package without alias Ivan Kravets 2015-02-03 18:44:24 +02:00
  • 68cec0448e Merge pull request #60 from valeros/develop Ivan Kravets 2015-02-03 14:49:53 +02:00
  • 2487dab7eb Merge branch 'feature/platform-stm32' into develop Valeriy Koval 2015-02-03 14:45:00 +02:00
  • 423dc248bc Reorganize examples with STM32 and new frameworks Valeriy Koval 2015-02-03 14:43:27 +02:00
  • c402cc7c62 Add support for STM32 CMSIS, SPL and OpenCM3 frameworks Valeriy Koval 2015-02-03 14:32:12 +02:00
  • 4a5b6fc190 Implement STM32 platform with support for Discovery boards Valeriy Koval 2015-02-03 14:24:59 +02:00
  • f176fe759d Cleanup whitespaces Valeriy Koval 2015-02-03 14:24:27 +02:00
  • 3442b11b3d Implement STM32 platform with support for Discovery boards Valeriy Koval 2015-02-03 14:24:15 +02:00
  • 2c51c2928a Move "energia-dependent" linker entry to Energia framework Valeriy Koval 2015-02-03 14:12:56 +02:00
  • 6acc183111 Add dependent "ldscripts" package Valeriy Koval 2015-02-03 14:08:47 +02:00
  • ab27592e5d Merge branch 'develop' of https://github.com/ivankravets/platformio into feature/platform-stm32 Valeriy Koval 2015-02-03 14:06:40 +02:00
  • 85afbdb8a7 Merge branch 'develop' of https://github.com/ivankravets/platformio into develop Valeriy Koval 2015-02-03 14:04:29 +02:00
  • c05418f47e Resolve #56 / Compiling error if space in Windows user folder Ivan Kravets 2015-02-03 13:54:31 +02:00
  • d57cc7b156 Keep Scons env state between SConscripts Ivan Kravets 2015-02-03 13:50:08 +02:00
  • eeb58da1cb Allow to ignore files when build library Ivan Kravets 2015-02-03 13:42:58 +02:00