Ivan Kravets
2c5db64677
Version bump to 2.3.2 (issues #279 )
2015-09-10 20:44:39 +03:00
Ivan Kravets
fa33d53180
Show float RAM values for boards // Issue #286
2015-09-10 20:41:23 +03:00
Ivan Kravets
57b877f445
Fix Cygwin disabling
2015-09-10 20:31:26 +03:00
Ivan Kravets
dcb6d8286b
Disable Cygwin support
2015-09-10 20:23:37 +03:00
Ivan Kravets
3a8c515e21
Minor fix
2015-09-10 20:22:54 +03:00
Ivan Kravets
50984f1475
Correct OS arch within Cygwin emu
2015-09-10 19:47:14 +03:00
Ivan Kravets
4338bade5b
Allow PlatformIO to be run within Cygwin environment
2015-09-10 19:35:32 +03:00
Ivan Kravets
ed10ecd142
Explain how to use "lib" directory from the PlatformIO based project // Issue #273
2015-09-10 18:19:23 +03:00
Ivan Kravets
6815297b0c
Merge branch 'feature/issue-287' into develop
2015-09-10 17:52:40 +03:00
Ivan Kravets
c72bf9ea31
Found solution for "pip/scons error: option –single-version-externally-managed not recognized" // Resolve #279
2015-09-10 17:47:19 +03:00
Ivan Kravets
d4f4d9c789
Fix using $UPLOAD_PROTOCOL env variable
2015-09-10 16:56:33 +03:00
Ivan Kravets
61ef27c345
Allow to use ST-Link uploader for mbed-based projects
2015-09-10 16:43:09 +03:00
Ivan Kravets
9c73e59772
Fix firmware uploading for Arduino Leonardo under Unix
2015-09-10 15:20:29 +03:00
Ivan Kravets
0405ba3f31
Update virtualenv if exists
2015-09-09 01:28:43 +03:00
Ivan Kravets
f5f97fe0fd
More explanations about lib directory
2015-09-09 01:01:41 +03:00
Ivan Kravets
82a8bd01fc
Fix SConsNotInstalled error for Linux Debian-based distributives
2015-09-09 00:45:51 +03:00
Ivan Kravets
b15408e693
Depend on lockfile >= 0.9.1
2015-09-08 15:08:44 +03:00
Ivan Kravets
0f5417bab4
Version bump to 2.3.1 (issues #283 )
2015-09-06 18:17:40 +03:00
Ivan Kravets
0311418bfc
Fix critical issue when platformio init --ide__ command hangs PlatformIO // Resolve #283
2015-09-06 18:16:09 +03:00
Ivan Kravets
78bf56e327
Version bump to 2.3.0 (issues #234 , #252 , #256 , #263 , #268 , #270 , #272 , #274 , #277 , #279 )
2015-09-05 23:04:53 +03:00
Ivan Kravets
01eb25cb39
Handle Miniterm exceptions
2015-09-05 22:58:42 +03:00
Ivan Kravets
1f612b466c
Fix platformio path for Windows
2015-09-05 22:43:12 +03:00
Ivan Kravets
3cb4e6e854
Fix project generator for Windows; update docs for IDE
2015-09-05 20:50:30 +03:00
Ivan Kravets
d566eb2a36
Include subdirectories with tpls for project generator
2015-09-05 10:45:09 +03:00
Ivan Kravets
71890a34be
Reorganise IDE examples
2015-09-04 23:48:57 +03:00
Ivan Kravets
c254a3490c
Fix path for Windows-based projects
2015-09-04 20:35:56 +03:00
Ivan Kravets
a032026f46
Significantly improve "Project Generator" // Resolve #280
2015-09-04 19:31:59 +03:00
Ivan Kravets
e1ee61d31b
Add "-d" option for "--project-dir" to init & run commands
2015-09-04 18:28:13 +03:00
Ivan Kravets
f9f54da914
Fix invalid command context
2015-09-03 20:07:35 +03:00
Ivan Kravets
97c1a27031
Fix serial monitor args
2015-09-03 20:00:24 +03:00
Ivan Kravets
0d8d5fdb32
Allow multiple instances of @PlatformIO
2015-09-03 19:04:09 +03:00
Ivan Kravets
25c448627e
Added short "-h" help option for PlatformIO and sub-commands
2015-09-02 23:07:45 +03:00
Ivan Kravets
baa83c6ee6
Improve PlatformIO upgrading
2015-09-02 13:42:01 +03:00
Ivan Kravets
2f7a6ef0a1
Check that SCons is installed properly
2015-09-01 16:42:41 +03:00
Ivan Kravets
c50332daa2
Allow to run platformio directly from the bin folder
2015-09-01 16:15:04 +03:00
Ivan Kravets
abd02570f4
Use toolchain's includes pattern "include*" for Project Generator // Resolve #277
2015-08-25 16:45:12 +03:00
Ivan Kravets
e2795716f9
Generate "readme.txt" for project "lib" directory // Resolve #273
2015-08-22 23:11:48 +03:00
Ivan Kravets
a1483c263f
Simplified installation process of PlatformIO // Resolve #274
2015-08-22 17:09:28 +03:00
Ivan Kravets
8e42c4ae31
Explain that lib dir is suitable for private libraries // Issue #273
2015-08-21 23:56:22 +03:00
Ivan Kravets
20a0592b37
Fix "AttributeError: 'module' object has no attribute 'packages'" // Resolve #252
2015-08-21 23:09:56 +03:00
Ivan Kravets
5422054ae4
Use original 'returncode' from exec command
2015-08-21 19:50:21 +03:00
Valeriy Koval
1b41ffba60
Fix home path environment variable in Eclipse project on Windows // Resolve #270
2015-08-20 14:52:03 +03:00
Ivan Kravets
260dd03179
Restore external build flags
2015-08-14 16:09:48 +03:00
Ivan Kravets
ad7be3b397
Add new development platforms: linux_arm, linux_i686 and linux_x86_64
2015-08-10 21:39:31 +03:00
Ivan Kravets
27ca987284
iSort passed
2015-08-10 16:17:00 +03:00
Ivan Kravets
2b8f7824c2
Add support for Linux 32/64 as host OS for cross compiling to Windows x86
2015-08-10 16:16:16 +03:00
Ivan Kravets
c9491f47e1
Add support for mingw-linux toolchains
2015-08-09 21:46:07 +03:00
Ivan Kravets
5e2415cb37
Add support for "windows_x86" development platform // Issue #263
2015-08-09 19:05:16 +03:00
WillemMali
9ec0d3bc8c
improved error wording
...
Fixed a grammatical mistake and made the meaning clearer by replacing "it" with "this" and by adding an example.
It does increase the length of the output, but I think it's much easier to read and more informative.
2015-08-07 13:14:14 +02:00
Ivan Kravets
c7a79cb8b4
Merge pull request #256 from bkudria/adafruit-gemma
...
Adafruit Gemma support
2015-08-05 10:59:59 +03:00