Commit Graph

5908 Commits

Author SHA1 Message Date
Ivan Kravets 2534db8c0e Merge branch 'feature/atmelavr-raspduino-reset' into develop 2014-08-04 09:31:17 +03:00
Ivan Kravets f006561113 Initial commit of docs 2014-08-04 09:23:57 +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 693191770b Merge branch 'release/v0.4.0' 2014-07-31 16:26:35 +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 7b2bc740ba Merge branch 'hotfix/v0.3.1' 2014-06-21 23:10:39 +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
Ivan Kravets ea71a24e6d Preparation for the first stable/production release 2014-06-21 22:44:57 +03:00
Ivan Kravets 75dcb0b607 Merge branch 'release/v0.3.0' 2014-06-21 22:31:46 +03:00
Ivan Kravets a4fb655403 Merge branch 'release/v0.3.0' into develop 2014-06-21 22:31:46 +03:00
Ivan Kravets c10e76f157 Ready for 0.3.0 release 2014-06-21 22:31:11 +03:00
Ivan Kravets a2402c31b7 Implemented "build_flags" option for environments // closed issue #4 2014-06-21 22:27:58 +03:00
Ivan Kravets fd1fc9941a Implemented auto-installer script 2014-06-21 18:21:26 +03:00
Ivan Kravets c4be964b96 Install "colorama" if windows platform 2014-06-21 18:20:54 +03:00
Ivan Kravets a6e4ea35e1 Added example of build-process with Eclipse IDE 2014-06-20 15:35:39 +03:00
Ivan Kravets 547306df16 Added "IDE Integration" section to main documentation with Eclipse examples 2014-06-20 15:33:42 +03:00
Ivan Kravets d801e65adf Allowed to pass multiple "SomePlatform" to the install/uninstall commands 2014-06-19 23:21:59 +03:00