Ivan Kravets
4997528f6a
Handle specific extra build flags from library.json // Resolve #289
2016-07-15 16:12:07 +03:00
Ivan Kravets
b043a2258f
Merge branch 'develop' into feature/platformio-30
...
* develop: (27 commits)
Update boards list
Add Arduino M0 as a separate board
Update history
Update microchippic32 platform and boards
Fix PyLint warning
Keep user changes for ".gitignore" file when re-generate/update project data
Documented uploading of EEPROM data
Push 2.11.1.dev1
Automatically install dependent upload tools // Issue #472
Split source files to HEADERS and SOURCES when generate project for Qt Creator IDE // Resolve #713
Improve project generator for CLion IDE
Fix missing trailing ``\`` for the source files list when generate project for Qt Creator IDE // Resolve #711
* Fix missed ``--boot`` flag for the firmware uploader for ATSAM3X8E Cortex-M3 MCU based boards (Arduino Due, etc) // Resolve #710
Initial support for Arduino M0/Tian boards // Issue #472
Update project template for Qt Creator // Issue #711
Fix missed --boot flag for sam3x uploader // Issue # 710
Auto-remove project cache when PlatformIO is upgraded
Version bump to 2.11.0 (issues #472 , #520 , #614 , #620 , #685 , #698 , #699 )
Update history
Update espressif platform according to the new framework version
2016-07-06 15:04:30 +03:00
Ivan Kravets
63ae732e72
Push 2.11.1.dev1
2016-07-05 00:14:00 +03:00
Ivan Kravets
98f5f73a41
Auto-remove project cache when PlatformIO is upgraded
2016-06-29 13:17:06 +03:00
Ivan Kravets
39f9789fa1
Version bump to 2.11.0 (issues #472 , #520 , #614 , #620 , #685 , #698 , #699 )
2016-06-28 18:04:08 +03:00
Ivan Kravets
51a9565a72
Refactored lib_force and lib_ignore logic
2016-06-25 13:23:24 +03:00
Ivan Kravets
f8db1d11a7
New Library Build System: intelligent dependency finder that interprets C Preprocessor conditional macros // Resolve #432
2016-06-22 21:25:44 +03:00
Ivan Kravets
2b88ef134b
Remove duplicated flags // Issue #698
2016-06-18 00:56:04 +03:00
Ivan Kravets
4035b9ac6c
Better removing unnecessary flags using `build_unflags` option // Resolve #698
2016-06-18 00:38:00 +03:00
Ivan Kravets
47c238b1eb
Fix issue with `platformio init --ide` command for Python 2.6
2016-06-15 19:30:37 +03:00
Ivan Kravets
2cd22f725e
Version bump to 2.10.3
2016-06-15 18:46:41 +03:00
Ivan Kravets
c62a3f8ee6
Version bump to 2.10.2 (issues #695 )
2016-06-15 17:57:28 +03:00
Ivan Kravets
682e435ded
Fix firmware uploading to Arduino/Genuino 101 // Resolve #695
2016-06-15 16:02:04 +03:00
Ivan Kravets
bb22a1297b
Unit Testing for Embedded // Resolve #408
2016-06-15 14:10:42 +03:00
Ivan Kravets
8d03f2dc80
Update history
2016-06-14 19:41:34 +03:00
Ivan Kravets
3dd51a442d
Re-submit a package to PyPI
2016-06-13 21:31:17 +03:00
Ivan Kravets
14f582faeb
Version bump to 2.10.0 (issues #683 , #687 , #688 , #689 , #691 )
2016-06-13 19:49:37 +03:00
Ivan Kravets
5398dbef95
Improve checking for the program size before uploading // Issue #689
2016-06-11 15:39:06 +03:00
Ivan Kravets
60ff546fec
Check program size before uploading to the board // Resolve #689
2016-06-11 00:02:36 +03:00
Ivan Kravets
c5b5e80de4
Add support for emonPi the OpenEnergyMonitor system // Resolve #687
2016-06-09 18:50:08 +03:00
Ivan Kravets
1c8de51054
Add support for Arduboy DevKit
2016-06-06 18:13:12 +03:00
Ivan Kravets
f1afa864cd
Version bump to 2.9.4
2016-06-04 00:25:15 +03:00
Ivan Kravets
ac4e8514db
Version bump to 2.9.3
2016-06-03 21:03:48 +03:00
Ivan Kravets
439e6b4ccf
Refactor firmware uploading to the embedded boards with SAM-BA bootloader
2016-06-03 18:35:47 +03:00
Ivan Kravets
882bddf77e
Revert back some code linked with uploading to Leonardo/Due
2016-06-03 00:42:52 +03:00
Ivan Kravets
331cfb5b54
Version bump to 2.9.2 (issues #641 , #645 , #648 , #652 , #664 , #665 , #666 , #671 , #674 )
2016-06-02 20:56:52 +03:00
Ivan Kravets
d68eb28629
Decentralized architecture for development platforms // Issue #479
2016-05-26 19:43:36 +03:00
Ivan Kravets
3edc336f62
Fix bug with "env_default" when "pio run -e" is used
2016-05-04 15:10:08 +03:00
Ivan Kravets
ea800f35b7
Version bump to 2.9.1 (issues #639 )
2016-04-30 18:20:31 +03:00
Ivan Kravets
475a521d0f
Minor fixes
2016-04-28 21:19:31 +03:00
Ivan Kravets
9b86fdcfb0
Version bump to 2.9.0 (issues #438 , #472 , #480 , #535 , #559 , #576 , #585 , #590 , #596 , #598 , #599 , #600 , #601 , #602 , #604 , #609 , #610 , #613 , #616 , #618 , #626 , #627 , #631 , #632 , #633 , #635 , #636 , #637 )
2016-04-28 18:23:50 +03:00
Ivan Kravets
d5b41fe617
Add support for Microchip PIC32 development platform // Resolve #438
2016-04-27 11:43:48 +03:00
Ivan Kravets
a821e5b553
Implement --json-output and --page options for pio lib search command // Resolve #604
2016-04-24 00:01:42 +03:00
Ivan Kravets
6356e49fdd
Automatically reboot Teensy board after upload when Teensy Loader GUI is used // Resolve #609
2016-04-09 18:39:10 +03:00
Ivan Kravets
fe08e1f3f9
Update API IP
2016-04-09 14:09:26 +03:00
Ivan Kravets
9a850d4c61
Fix broken compilation for Atmel SAMD based boards except Arduino Due // Resolve 598
2016-03-28 15:04:49 +03:00
Ivan Kravets
b169f2e252
Version bump to 2.8.6 (issues #568 , #571 , #572 , #586 , #591 )
2016-03-22 23:02:42 +02:00
Ivan Kravets
c327cd5c3f
Improve DNS lookup for PlatformIO API
2016-03-21 14:17:36 +02:00
Ivan Kravets
757df8c8ab
Fix multiple definition errors for ST STM32 development platform and mbed framework // Resolve #571
2016-03-11 16:01:24 +02:00
Ivan Kravets
44fc5163e7
Version bump to 2.8.5 (issues #395 , #401 , #523 , #526 , #527 , #528 , #534 , #536 , #540 , #541 , #543 , #544 , #550 , #552 , #555 )
2016-03-07 18:34:29 +02:00
Ivan Kravets
4c4682f457
Fix incorrect parsing of GCC "-include" flag // Resolve #552
2016-03-04 01:45:04 +02:00
Ivan Kravets
888967eb61
Minor improvements to docs
2016-03-03 16:39:58 +02:00
Ivan Kravets
6190f1aa8f
Project generator for NetBeans IDE // Resolve #541
2016-02-27 20:09:27 +02:00
Ivan Kravets
52bbe9af33
Generate appropriate project for CLion IDE and CVS // Resolve #523
2016-02-27 01:27:57 +02:00
Ivan Kravets
3e52c194ca
Fix issue with Project Generator when optional build flags were passed using system environment variables
2016-02-23 21:24:00 +02:00
Ivan Kravets
321640bd71
Version bump to 2.8.4 (issues #494 , #501 , #503 , #506 , #518 )
2016-02-17 22:52:52 +02:00
Ivan Kravets
6baf6568d2
Add "board_f_flash" option to Project Configuration File // Resolve #501
2016-02-10 22:58:12 +02:00
Ivan Kravets
c3f78d1977
Temporary disabled "CPPDEFINES" which contain space and break PlatformIO IDE Linter
2016-02-03 01:37:43 +02:00
Ivan Kravets
40729c38eb
Version bump to 2.8.3 (issue #487 )
2016-02-02 19:52:05 +02:00
Ivan Kravets
223a055e8b
Fix issue with removing temporary file while converting *.ino to *.cpp
2016-02-01 00:18:04 +02:00