Commit Graph

118 Commits

Author SHA1 Message Date
Ivan Kravets 8961c2fad4 Merge docs + develop 2014-08-09 16:36:29 +03:00
Ivan Kravets 62ccafde23 Resolve issue #9: ImportError: No module named platformio.util 2014-08-05 14:18:16 +03:00
Ivan Kravets 75c50ef213 Append PlatformIO info to request header 2014-08-04 12:43:09 +03:00
Ivan Kravets 05908dc882 Continue on 1.0.0-dev 2014-08-04 12:09:04 +03:00
Ivan Kravets 94faec9827 Fix links for testers 2014-08-04 12:00:47 +03:00
Ivan Kravets a2a13039ba Merge branch 'release/v0.5.0' into develop 2014-08-04 11:56:43 +03:00
Ivan Kravets 6239b9d22a Ready for 0.5.0 release 2014-08-04 11:55:55 +03:00
Ivan Kravets 47b8d32bbf Update with fixed bugs/issues and "thanks" part! 2014-08-04 11:51:04 +03:00
Ivan Kravets 8e4520d6e0 Fix libs order when build nested dependencies 2014-08-04 11:38:00 +03:00
Ivan Kravets de37cc0518 Add static Adafruit_CC3000 library example 2014-08-04 11:14:46 +03:00
Ivan Kravets 8c452851d2 Remove Adafruit submodule from examples 2014-08-04 11:13:54 +03:00
Ivan Kravets 3d680e5351 Remove Adafruit submodule from examples 2014-08-04 11:12:47 +03:00
Ivan Kravets f7a4ee0d66 Fix bug with first-launching 2014-08-04 11:09:47 +03:00
Ivan Kravets 2534db8c0e Merge branch 'feature/atmelavr-raspduino-reset' into develop 2014-08-04 09:31:17 +03:00
Ivan Kravets 8b056efe64 Resolve #8: Implement "upgrade" command and "auto-check" for the latest version 2014-08-03 18:40:20 +03:00
Ivan Kravets a287d53520 Add Arduino example with external library (Adafruit CC3000) 2014-08-03 16:49:03 +03:00
Ivan Kravets 00e51558db Resolve #7: add auto-conversation from *.ino to valid *.cpp for Arduino/Energia frameworks 2014-08-03 16:23:18 +03:00
Ivan Kravets 1b75d3e461 Allow to clean dependent libraries 2014-08-02 21:07:35 +03:00
Ivan Kravets 47edfdb043 Improve nested lookup for libraries 2014-08-02 20:47:05 +03:00
Ivan Kravets ce0c1f9f4a Disable default warning flag "-Wall" 2014-08-02 13:23:42 +03:00
Ivan Kravets eccba803b2 Initial version of "reset" operation for Raspduino 2014-08-01 16:19:54 +03:00
Ivan Kravets 1b2339c3bd Fixed bug with platforms list 2014-07-31 16:58:49 +03:00
Ivan Kravets 3f03143e5e Removed wheel support (need to rely on dynamic dependencies) 2014-07-31 16:58:03 +03:00
Ivan Kravets 94cb62e4d9 Merge branch 'release/v0.4.0' into develop 2014-07-31 16:26:35 +03:00
Ivan Kravets 771261e298 Ready for 0.4.0 release 2014-07-31 16:26:10 +03:00
Ivan Kravets 3bd1fe51ab Improved system type detection 2014-07-31 16:20:31 +03:00
Ivan Kravets e81723f73c Added support for Raspberry Pi, Microduino and Raspduino 2014-07-31 16:18:17 +03:00
Ivan Kravets c4d2dc6267 Show "Alias" for packages in "platformio show" command 2014-07-30 23:39:01 +03:00
Ivan Kravets ffa3d3f2f1 Optimised conversion from package aliases to names 2014-07-30 23:08:36 +03:00
Ivan Kravets 3125c8485b Allowed to skip default packages via --skip-default-package flag 2014-07-30 22:41:07 +03:00
Ivan Kravets dac83d6164 Refactored "base" paltform 2014-07-30 22:40:11 +03:00
Ivan Kravets 02d7aa1e1e Added "Blog" to README menu 2014-07-28 21:35:01 +03:00
Ivan Kravets 14c2e606e5 Added "Examples" to README menu 2014-07-28 21:32:55 +03:00
Ivan Kravets 529a4c2d34 Fixed GitHub issue with RST bold 2014-07-28 21:29:55 +03:00
Ivan Kravets 3a6a48aa22 Corrected README menu 2014-07-28 21:28:59 +03:00
Ivan Kravets e1b205c95a Added simple menu with navigation by README 2014-07-28 21:28:20 +03:00
Ivan Kravets ec39cfeb90 Filled README & HISTORY with latest additions 2014-07-28 21:18:26 +03:00
Ivan Kravets 02fe590dc4 PyLint fix for CI 2014-07-27 22:48:27 +03:00
Ivan Kravets bd47f44c1f Implemented especially for SmartAnthill "$ platformio run -t uploadlazy" target (no dependencies to framework libs, ELF and etc.) 2014-07-27 22:42:04 +03:00
Ivan Kravets 202e2e0af5 Added support to override UPLOAD_PORT via cli-option "$ platformio run --upload-port=" 2014-07-27 22:39:41 +03:00
Ivan Kravets 3c70babde4 Allowed to change default ".pioenvs" directory with global env "export $PIOENVS_DIR" 2014-07-27 22:35:40 +03:00
Ivan Kravets c0da671efe Allowed special build flags only for "src" files via "SRCBUILD_FLAGS" or global environment "export $PIOSRCBUILD_FLAGS" 2014-07-27 22:33:29 +03:00
Ivan Kravets b41d453eec Implemented "$ platformio serialports" command 2014-07-27 22:29:32 +03:00
Ivan Kravets 015436eb63 Retested with Click 2.4 2014-07-22 20:27:23 +03:00
Ivan Kravets 73a84cb86a Added "Embedded Platform Boards" section with pre-configured settings for most popular boards 2014-07-13 21:20:10 +03:00
Ivan Kravets 5fa2732e02 Retested with click 2.3 2014-07-03 18:46:01 +03:00
Ivan Kravets 586868b2db Added alternative "Quick-Install" version with only one command for Mac/Linux user 2014-06-25 16:00:21 +03:00
Ivan Kravets dc94820b48 Updated "prog_name" to PlatformIO 2014-06-23 18:04:07 +03:00
Ivan Kravets 013f29a99f Fixed auto-installer for Windows OS (bug with %PATH% customisations) 2014-06-21 23:10:18 +03:00
Ivan Kravets a8112c2f37 Fixed auto-installer for Windows OS (bug with %PATH% customisations) 2014-06-21 23:04:33 +03:00