Commit Graph

6300 Commits

Author SHA1 Message Date
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
Ivan Kravets 7f2e6a02f0 Refactor get_boards method with exception handler 2015-02-12 14:43:28 +02:00
Ivan Kravets f9ec259742 Avoid errors when "upload speed" and "upload protocol" are missed in board definition file 2015-02-12 14:43:28 +02:00
Ivan Kravets 3179e90aea Update settings list 2015-02-12 14:43:27 +02:00
Ivan Kravets 80002dc85c Fill history with the closed issues 2015-02-12 14:43:27 +02:00
Ivan Kravets fa44827bff Enhance Arduino and Adafruit example 2015-02-12 14:42:13 +02:00
Valeriy Koval dd18b49604 Revert HISTORY.rst 2015-02-12 14:38:06 +02:00
Valeriy Koval 7bad31c532 Merge branch 'develop' of https://github.com/ivankravets/platformio into develop
Conflicts:
	HISTORY.rst
2015-02-12 14:35:46 +02:00
Ivan Kravets 42caf7865c Fix pylint warnings 2015-02-12 14:32:05 +02:00
Ivan Kravets d76f0bef77 Refactor get_boards method with exception handler 2015-02-12 14:24:31 +02:00
Ivan Kravets 821ede1d23 Avoid errors when "upload speed" and "upload protocol" are missed in board definition file 2015-02-12 13:26:37 +02:00
Ivan Kravets 0e46dc2222 Update settings list 2015-02-12 00:15:36 +02:00
Ivan Kravets 121f66b2a1 Fill history with the closed issues 2015-02-11 22:48:46 +02:00
Ivan Kravets d1a2570283 Fix console output for an example 2015-02-11 20:06:05 +02:00
Ivan Kravets 3a7dec1463 Enhance Arduino and Adafruit example 2015-02-11 20:06:04 +02:00
Ivan Kravets 42f05979e3 Fixed AttributeError: 'module' object has no attribute 'disable_warnings' when a version of requests package is less then 2.4.0 2015-02-11 20:06:04 +02:00
Ivan Kravets 86b6b6886b Fix console output for an example 2015-02-11 16:09:01 +02:00
Ivan Kravets e18552dadc Merge branch 'develop' of https://github.com/ivankravets/platformio into develop 2015-02-11 16:05:45 +02:00
Ivan Kravets c62bd88963 Enhance Arduino and Adafruit example 2015-02-11 16:04:26 +02:00
Ivan Kravets cf2a7af7e3 Fixed AttributeError: 'module' object has no attribute 'disable_warnings' when a version of requests package is less then 2.4.0 2015-02-11 12:59:12 +02:00
Ivan Kravets b289d0ba42 Merge pull request #64 from valeros/develop
Output compiled size and static memory usage // Resolve #59
2015-02-09 19:59:50 +02:00
Valeriy Koval d7405c44ca Output compiled size and static memory usage 2015-02-09 19:57:39 +02:00
Ivan Kravets 2bce970809 Fix UnicodeEncodeError when SourceForge doesn't response 2015-02-08 22:49:29 +02:00
Ivan Kravets ebd2e31efe Reorganise examples 2015-02-08 21:55:26 +02:00
Ivan Kravets 34f7b8b19a Merge pull request #62 from valeros/develop
Add support for Teensy development platform
2015-02-06 18:56:00 +02:00
Valeriy Koval 184df4d5bb Rename "sam" development platform to "atmelsam" 2015-02-06 18:50:02 +02:00
Valeriy Koval 25380a7e98 Merge branch 'feature/teensy' into develop 2015-02-06 18:43:58 +02:00
Valeriy Koval fcf4b0d303 Merge branch 'develop' of https://github.com/ivankravets/platformio into feature/teensy
Conflicts:
	platformio/builder/scripts/frameworks/arduino.py
2015-02-06 18:43:50 +02:00
Valeriy Koval 70839abf88 Finalize with Teensy platform 2015-02-06 18:34:29 +02:00
Ivan Kravets 8a3ad923e1 Merge pull request #61 from valeros/develop
Add support for Atmel SAM development platform
2015-02-06 18:18:21 +02:00
Valeriy Koval 15416a9447 Merge branch 'feature/sam' into develop 2015-02-06 18:13:07 +02:00
Valeriy Koval 14355cb7d4 Finalize with Atmel SAM platform 2015-02-06 18:12:56 +02:00
Valeriy Koval 7cdb8b0c7d Resolve uploading and major improvements 2015-02-05 20:13:21 +02:00
Valeriy Koval 6fac35fced Cleanup 2015-02-05 20:00:56 +02:00
Valeriy Koval 2280c01dc7 Initial support of SAM platform 2015-02-05 15:58:12 +02:00