Ivan Kravets
|
1af6eba151
|
Rename "srcbuild_flags" env option to "src_build_flags"
|
2015-06-28 20:18:16 +03:00 |
|
Ivan Kravets
|
e288499db9
|
Rename "install_libs" env option to "lib_install"
|
2015-06-28 20:16:43 +03:00 |
|
Ivan Kravets
|
ebdbf79868
|
Rename "use_libs" env option to "lib_use"
|
2015-06-28 19:44:35 +03:00 |
|
Ivan Kravets
|
776a2027fb
|
Rename "ignore_libs" env option to "lib_ignore"
|
2015-06-28 19:31:28 +03:00 |
|
Ivan Kravets
|
a928f4aa8f
|
Rename "ldf_cyclic" env option to "lib_dfcyclic"
|
2015-06-28 19:20:31 +03:00 |
|
Ivan Kravets
|
9c5f9b6e30
|
Improve embedded texts
|
2015-06-27 22:47:44 +03:00 |
|
Ivan Kravets
|
ae4918bdb7
|
Fix relative path for includes when generating project for IDE // Resolve #243
|
2015-06-27 21:20:44 +03:00 |
|
Ivan Kravets
|
a581ba9814
|
Fix project generator for Microsoft Visual Studio
|
2015-06-27 21:18:33 +03:00 |
|
Ivan Kravets
|
31840bbc11
|
Update PlatformIO logo
|
2015-06-27 17:57:21 +03:00 |
|
Ivan Kravets
|
53b005bbed
|
Simplify installation process for development version
|
2015-06-27 15:18:51 +03:00 |
|
Ivan Kravets
|
82864d38e2
|
Fix IDE project generator when board is specified // Resolve #242
|
2015-06-27 15:13:27 +03:00 |
|
Ivan Kravets
|
43205b8cd5
|
Correct fs directory separator // Issue #240
|
2015-06-23 14:24:46 +03:00 |
|
Ivan Kravets
|
e240e0ee32
|
Add to FAQ ARM toolchain issue with "error while loading shared libraries"
|
2015-06-22 18:45:20 +03:00 |
|
Ivan Kravets
|
6c7e26412a
|
Change source dir to "src"
|
2015-06-22 17:27:32 +03:00 |
|
Ivan Kravets
|
3232ba6a6c
|
Allow to exclude/include source files from build process using src_filter // Resolve #240
|
2015-06-22 15:06:39 +03:00 |
|
Ivan Kravets
|
46461b0721
|
Merge branch 'hotfix/v2.1.2' into develop
|
2015-06-21 21:56:16 +03:00 |
|
Ivan Kravets
|
d8dba90f77
|
Fix broken link to SCons installer
|
2015-06-21 21:48:45 +03:00 |
|
Ivan Kravets
|
829d5781a5
|
Allow to launch own extra script before firmware building/uploading processes // Resolve #239
|
2015-06-19 15:29:22 +03:00 |
|
Ivan Kravets
|
8e95bfb464
|
Allow to specify own path to the linker script (ld) using build_flags option // Resolve #233
|
2015-06-19 13:43:30 +03:00 |
|
Ivan Kravets
|
91563b01d2
|
Improve path validator
|
2015-06-19 00:10:50 +03:00 |
|
Ivan Kravets
|
89e2f46e68
|
Update dependent test-lib
|
2015-06-19 00:10:17 +03:00 |
|
Ivan Kravets
|
5f1f4a1b19
|
Bump to 2.2.0.dev0
|
2015-06-17 14:08:22 +03:00 |
|
Ivan Kravets
|
4669dc7f16
|
Fix "stk500v2_command(): command failed" // Resolve #238
|
2015-06-17 13:35:10 +03:00 |
|
Ivan Kravets
|
ca721d7262
|
Update dependent test-lib
|
2015-06-17 13:29:28 +03:00 |
|
Ivan Kravets
|
14f84a49a6
|
Allow to specify library compatibility with the all platforms/frameworks using * symbol in library.json
|
2015-06-17 13:28:56 +03:00 |
|
Ivan Kravets
|
4744f5afdc
|
Merge pull request #235 from ctag/patch-1
Updated recommened platforms install command
|
2015-06-13 22:07:29 +02:00 |
|
Christopher
|
3a48f1c40b
|
Updated recommened platforms install
$ platformio install [platform]
The above line is obsolete, I've changed the recommendation to reflect this latest version of the program.
|
2015-06-12 23:47:17 -05:00 |
|
Ivan Kravets
|
aea7121076
|
Merge branch 'release/v2.1.1'
v2.1.1
|
2015-06-09 22:21:21 +03:00 |
|
Ivan Kravets
|
50875ff74b
|
Merge branch 'release/v2.1.1' into develop
|
2015-06-09 22:21:21 +03:00 |
|
Ivan Kravets
|
dc13048254
|
Version bump to 2.1.1 (issues #229, #231, #232)
|
2015-06-09 22:20:53 +03:00 |
|
Ivan Kravets
|
18145d2c1c
|
Add OpenHub badge
|
2015-06-09 22:08:13 +03:00 |
|
Ivan Kravets
|
f868c64d81
|
Automatically detect upload port using VID:PID board settings // Resolve #231
|
2015-06-08 23:02:05 +03:00 |
|
Ivan Kravets
|
3b7ad2d333
|
Avoid "LibInstallDependencyError" when more then 1 library is found // Resolve #229
|
2015-06-06 16:41:00 +03:00 |
|
Ivan Kravets
|
6732c7cb7c
|
Better handling of user exceptions
|
2015-06-06 15:02:12 +03:00 |
|
Ivan Kravets
|
7ba67582de
|
Fix indention
|
2015-06-05 19:30:49 +03:00 |
|
Ivan Kravets
|
35ae470196
|
Fix Windows Error 32 while cleanup pioenvs dir
|
2015-06-05 19:12:57 +03:00 |
|
Ivan Kravets
|
fa339a8b70
|
Fix firmware verification for examples
|
2015-06-04 23:17:18 +03:00 |
|
Ivan Kravets
|
43b27c138a
|
Fix bad indentation
|
2015-06-04 23:15:28 +03:00 |
|
Ivan Kravets
|
36cdbb8f0c
|
Improv detection of build changes
|
2015-06-04 22:50:13 +03:00 |
|
Ivan Kravets
|
8c331df105
|
Use direct path to LDScript
|
2015-06-04 21:24:19 +03:00 |
|
Ivan Kravets
|
02d4efcfb5
|
Merge branch 'release/v2.1.0' into develop
|
2015-06-03 19:54:52 +03:00 |
|
Ivan Kravets
|
00cb6bd845
|
Merge branch 'release/v2.1.0'
v2.1.0
|
2015-06-03 19:54:51 +03:00 |
|
Ivan Kravets
|
f038c7a28e
|
Version bump to 2.1.0 (issues #215, #219, #221, #225, #226)
|
2015-06-03 19:54:39 +03:00 |
|
Ivan Kravets
|
18b4497be7
|
Add info about Silicon Labs EFM32 platform
|
2015-06-03 19:53:00 +03:00 |
|
Ivan Kravets
|
8704ad4032
|
Add new article by @lekum "Discovering PlatformIO: The RaspberryPi / Arduino combo kit is...."
|
2015-06-03 19:42:48 +03:00 |
|
Ivan Kravets
|
f899e255f3
|
Add Silicon Labs EFM32 "siliconlabsefm32" development platform // Issue #226
|
2015-06-03 19:31:09 +03:00 |
|
Ivan Kravets
|
23cf725c20
|
Skip SF 5xx errors
|
2015-06-03 19:14:10 +03:00 |
|
Ivan Kravets
|
ba20459178
|
Merge pull request #227 from valeros/develop
Add Silicon Labs EFM32 development platform // Resolve #226
|
2015-06-02 17:07:54 +03:00 |
|
Valeriy Koval
|
442604003d
|
Add Silicon Labs EFM32 development platform // Resolve #226
|
2015-06-02 14:38:41 +03:00 |
|
Ivan Kravets
|
369d0e1a00
|
Fix response with 504 code when SF is off-line
|
2015-06-01 17:49:04 +03:00 |
|