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 |
|
Valeriy Koval
|
3f062f72a2
|
Merge commit 'a884db0825f8c66b694b15fe8900515f9837744a' into develop
Conflicts:
platformio/builder/scripts/frameworks/arduino.py
|
2015-02-05 15:56:54 +02:00 |
|
Valeriy Koval
|
2ab49d7f24
|
Initial support for Teensy 3
|
2015-02-04 20:39:38 +02:00 |
|
Valeriy Koval
|
9a221085d4
|
Fix optional board "extra_flags" and "ldscript"
|
2015-02-04 20:29:07 +02:00 |
|
Valeriy Koval
|
9721172481
|
Fix optional board "extra_flags" and "ldscript"
|
2015-02-04 20:23:50 +02:00 |
|
Valeriy Koval
|
a884db0825
|
Move ARDUINO_ARCH define to extra flags
|
2015-02-04 14:44:47 +02:00 |
|
Valeriy Koval
|
5a13454244
|
Reorder options
|
2015-02-03 19:36:35 +02:00 |
|
Valeriy Koval
|
dc341f9350
|
Move "board" build option to extra flags
|
2015-02-03 19:36:22 +02:00 |
|
Ivan Kravets
|
a9781293f9
|
Maintain upgrading to 0.11.0
|
2015-02-03 18:45:07 +02:00 |
|
Ivan Kravets
|
2a84aec59e
|
Fix bug with package without alias
|
2015-02-03 18:44:24 +02:00 |
|
Ivan Kravets
|
68cec0448e
|
Merge pull request #60 from valeros/develop
Add STM32 platform with CMSIS, SPL and OpenCM3 frameworks
|
2015-02-03 14:49:53 +02:00 |
|
Valeriy Koval
|
2487dab7eb
|
Merge branch 'feature/platform-stm32' into develop
|
2015-02-03 14:45:00 +02:00 |
|
Valeriy Koval
|
423dc248bc
|
Reorganize examples with STM32 and new frameworks
|
2015-02-03 14:43:27 +02:00 |
|
Valeriy Koval
|
c402cc7c62
|
Add support for STM32 CMSIS, SPL and OpenCM3 frameworks
|
2015-02-03 14:32:12 +02:00 |
|
Valeriy Koval
|
4a5b6fc190
|
Implement STM32 platform with support for Discovery boards
|
2015-02-03 14:24:59 +02:00 |
|
Valeriy Koval
|
f176fe759d
|
Cleanup whitespaces
|
2015-02-03 14:24:27 +02:00 |
|
Valeriy Koval
|
3442b11b3d
|
Implement STM32 platform with support for Discovery boards
|
2015-02-03 14:24:15 +02:00 |
|
Valeriy Koval
|
2c51c2928a
|
Move "energia-dependent" linker entry to Energia framework
|
2015-02-03 14:12:56 +02:00 |
|
Valeriy Koval
|
6acc183111
|
Add dependent "ldscripts" package
|
2015-02-03 14:08:47 +02:00 |
|
Valeriy Koval
|
ab27592e5d
|
Merge branch 'develop' of https://github.com/ivankravets/platformio into feature/platform-stm32
|
2015-02-03 14:06:40 +02:00 |
|
Valeriy Koval
|
85afbdb8a7
|
Merge branch 'develop' of https://github.com/ivankravets/platformio into develop
|
2015-02-03 14:04:29 +02:00 |
|
Ivan Kravets
|
c05418f47e
|
Resolve #56 / Compiling error if space in Windows user folder
|
2015-02-03 13:54:31 +02:00 |
|
Ivan Kravets
|
d57cc7b156
|
Keep Scons env state between SConscripts
|
2015-02-03 13:50:08 +02:00 |
|
Ivan Kravets
|
eeb58da1cb
|
Allow to ignore files when build library
|
2015-02-03 13:42:58 +02:00 |
|
Ivan Kravets
|
cf823c471d
|
Resolve #58 with handling assembly files
|
2015-02-02 14:41:37 +02:00 |
|