Commit Graph

1054 Commits

Author SHA1 Message Date
Ivan Kravets 666c6c70ca Improve "cyclic dependencies" for "Library Dependencies Finder" // Resolve #50 2015-01-31 23:13:53 +02:00
Ivan Kravets a7fc184662 Remove unused import 2015-01-31 22:45:50 +02:00
Ivan Kravets 673c484fa7 Ask about "auto-uploading" within "platformio init" command 2015-01-31 22:42:52 +02:00
Ivan Kravets 49b7cf6008 Enable by default "lib cyclic dependencies" for atmelavr platform // Resolve #50 2015-01-31 17:34:17 +02:00
Ivan Kravets 4bb513e460 Apply "ignore_pattern" for BuildLibrary to variant directory 2015-01-31 17:19:07 +02:00
Ivan Kravets 8926e27c46 Fix bug with "ignore_pattern" for BuildLibrary when path contains "examples" 2015-01-30 23:24:37 +02:00
Valeriy Koval 8c253137a7 Merge branch 'develop' of https://github.com/ivankravets/platformio into feature/platform-stm32 2015-01-29 16:43:26 +02:00
Ivan Kravets 1921164ba3 Refactored *Library Dependency Finder* // Resolve #48 #50 #55 2015-01-29 16:09:17 +02:00
Ivan Kravets 1ae23085d4 Allow to ignore some libs from "Library Dependency Finder" 2015-01-29 12:49:46 +02:00
Ivan Kravets abd6ff9145 Apply "isort" 2015-01-29 12:45:10 +02:00
Valeriy Koval c71026d135 Add support for board's build "extra_flags" 2015-01-20 17:42:38 +02:00
Valeriy Koval c452302735 Move "ldscript" to own package 2015-01-20 17:41:49 +02:00
Ivan Kravets 2820e5a243 Fix an issue with the libraries that are git repositories // Resolve #49 2015-01-16 18:41:44 +02:00
Ivan Kravets ca31230928 Improve lib scanner 2015-01-02 23:14:45 +02:00
Ivan Kravets f78f5b454b Parse libs in header files 2014-12-28 23:09:07 +02:00
Ivan Kravets c3686b4098 Improve compatibility with Arduino bundled libs 2014-12-28 22:58:27 +02:00
Ivan Kravets 200944ebb3 Fix lint warning with unused argument 2014-12-28 20:43:29 +02:00
Ivan Kravets 7af9f50426 Fix firmware uploading to Arduino Leonardo-based boards // Resolve #40 2014-12-28 20:41:21 +02:00
Ivan Kravets 2aa4d0af33 Implement 'boards' command // Resolve #11 2014-12-27 23:59:20 +02:00
Ivan Kravets 65895e658f Fix bug with Arduino's USB boards // Resolve issue #40 2014-12-26 23:48:07 +02:00
Ivan Kravets 9e4618ca7e Finally fix issue #18 - Compilation fails on Windows 2014-12-13 22:54:50 +02:00
Ivan Kravets efac8ec940 Fix compilation bug on Windows with installed MSVC // Issue #18 2014-12-10 23:07:02 +02:00
Ivan Kravets 4f56bf66db Fix compilation bug on Windows with installed MSVC 2014-12-10 23:01:48 +02:00
Ivan Kravets 107a849f88 Correct dynamic library name 2014-12-01 16:40:46 +02:00
Ivan Kravets e49d4e2722 Fix #28: bug with code builder and built-in Arduino libraries 2014-12-01 16:11:30 +02:00
Ivan Kravets b103dc01c0 Refactored Package Manager 2014-11-22 23:55:17 +02:00
Ivan Kravets 7de5166694 Change "print" function to Py2.x 2014-10-03 19:54:02 +03:00
Ivan Kravets 024be2e094 Automatic detection of port on upload (resolve #15) 2014-10-03 19:47:34 +03:00
Ivan Kravets 1c4b97c2f2 Fix lint warning with anomalous backslash 2014-09-30 20:58:30 +03:00
Ivan Kravets 2a7e67b8e4 Fix bug with order for "includes" in conversation from INO/PDE to CPP 2014-09-30 20:55:08 +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 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 8e4520d6e0 Fix libs order when build nested dependencies 2014-08-04 11:38:00 +03:00
Ivan Kravets 2534db8c0e Merge branch 'feature/atmelavr-raspduino-reset' into develop 2014-08-04 09:31:17 +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 3bd1fe51ab Improved system type detection 2014-07-31 16:20:31 +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 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 a2402c31b7 Implemented "build_flags" option for environments // closed issue #4 2014-06-21 22:27:58 +03:00
Ivan Kravets 52ca2426fa Resolved issue #1"Build referred libraries" 2014-06-15 20:44:34 +03:00
Ivan Kravets 47c47168e8 Renamed project's "libs" directory to "lib" 2014-06-14 22:12:32 +03:00
Ivan Kravets bd3e0a9075 Minor fixes; full support of Windows 2014-06-11 21:31:36 +03:00