Commit Graph

78 Commits

Author SHA1 Message Date
Ivan Kravets 9c2dbf73f3 Implement lib-search pagination, dependencies uninstalling 2014-09-24 22:18:19 +03:00
Ivan Kravets 70493a7721 Update PlatformIO Website URLs 2014-09-12 19:17:31 +03:00
Ivan Kravets 813c818477 Implement "lib register" command 2014-09-08 22:02:57 +03:00
Ivan Kravets be710cefd8 Implement installing dependence libs 2014-09-06 12:53:17 +03:00
Ivan Kravets a98dc5bc29 Implement --keyword and --author options for library search command 2014-09-06 12:12:13 +03:00
Ivan Kravets 46fb576c9d Switch package manifest to dl.platformio 2014-09-05 21:55:47 +03:00
Ivan Kravets 716ff3df86 Merge branch 'develop' of https://github.com/ivankravets/platformio into feature/library-manager 2014-09-05 21:31:37 +03:00
Ivan Kravets c784c7ab47 Typo fix 2014-09-05 21:27:10 +03:00
Ivan Kravets bac0a5ebb1 Implement lib commands: install, uninstall, show, update, list 2014-09-04 18:58:12 +03:00
Ivan Kravets 3c030edc38 Grammar fix 2014-09-04 18:57:13 +03:00
Ivan Kravets 35e7c8b3a7 Seek for library in user's lib directory 2014-09-04 18:56:32 +03:00
Ivan Kravets 855df959ee Parse .pde as .ino file 2014-09-04 18:55:56 +03:00
Ivan Kravets 3d179fe1a7 Implement "lib search" command 2014-09-03 23:03:49 +03:00
Ivan Kravets 5f539fdf7b Re-tested with Click 3.2 2014-08-23 11:51:18 +03:00
Ivan Kravets 768eea8a6d Implemented new `[platformio]` section for Configuration File | Resolve #14 2014-08-22 17:57:28 +03:00
Ivan Kravets ad6acb28ae Disable PyLint stupid warning 2014-08-13 11:55:25 +03:00
Ivan Kravets 0323fe7b90 Preparation for 0.7.0-dev 2014-08-09 23:29:37 +03:00
Ivan Kravets fbab527ed3 Ready for 0.6.0 release 2014-08-09 23:20:45 +03:00
Ivan Kravets 7bee016a7e Implement serialports monitor / resolve #10 2014-08-09 23:13:29 +03:00
Ivan Kravets 2f79b604c7 Clean Project Configuration file & README 2014-08-09 17:57:17 +03:00
Ivan Kravets 628cf3b652 Simplify README 2014-08-09 17:49:37 +03:00
Ivan Kravets 71c66b9171 Fix bug with auto-conversation from Arduino *.ino to *.cpp 2014-08-09 17:19:08 +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 6239b9d22a Ready for 0.5.0 release 2014-08-04 11:55:55 +03:00
Ivan Kravets 8e4520d6e0 Fix libs order when build nested dependencies 2014-08-04 11:38:00 +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 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 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 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 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 dc94820b48 Updated "prog_name" to PlatformIO 2014-06-23 18:04:07 +03:00