Commit Graph

  • e8290054c2 * Fix missed `--boot` flag for the firmware uploader for ATSAM3X8E Cortex-M3 MCU based boards (Arduino Due, etc) // Resolve #710 Ivan Kravets 2016-07-04 20:35:29 +03:00
  • 2c7c74743d Initial support for Arduino M0/Tian boards // Issue #472 Valeriy Koval 2016-07-04 19:28:02 +03:00
  • 4dd90d5493 Update project template for Qt Creator // Issue #711 Valeriy Koval 2016-07-04 18:01:49 +03:00
  • 241ad8174f Fix missed --boot flag for sam3x uploader // Issue # 710 Valeriy Koval 2016-07-04 13:40:43 +03:00
  • 98f5f73a41 Auto-remove project cache when PlatformIO is upgraded Ivan Kravets 2016-06-29 13:17:06 +03:00
  • 62ad72fb11 Merge branch 'release/v2.11.0' v2.11.0 Ivan Kravets 2016-06-28 18:04:20 +03:00
  • 4552931b95 Merge branch 'release/v2.11.0' into develop Ivan Kravets 2016-06-28 18:04:20 +03:00
  • 39f9789fa1 Version bump to 2.11.0 (issues #472, #520, #614, #620, #685, #698, #699) Ivan Kravets 2016-06-28 18:04:08 +03:00
  • 8d7ff7f37e Update history Ivan Kravets 2016-06-28 18:01:08 +03:00
  • 59606410f4 Update espressif platform according to the new framework version Valeriy Koval 2016-06-28 14:10:18 +03:00
  • 486529b112 Add initial support for Arduino M0 Pro board // Issue #472 Valeriy Koval 2016-06-28 11:27:49 +03:00
  • b16938937b Merge pull request #706 from jphollanti/doc_updates Ivan Kravets 2016-06-26 21:43:22 +03:00
  • 2ba3603a3d add command example to create library examples jphollanti 2016-06-26 11:29:46 +03:00
  • f6b9fd02b2 Added mention about building docs to README.rst jphollanti 2016-06-26 11:19:13 +03:00
  • 85becf861f Add a mention about library managers 24 hour update cycle jphollanti 2016-06-26 11:12:02 +03:00
  • 7344828cf7 Update history Ivan Kravets 2016-06-25 13:34:51 +03:00
  • 51a9565a72 Refactored lib_force and lib_ignore logic Ivan Kravets 2016-06-25 13:23:24 +03:00
  • bc30bf5566 Typo fixes Ivan Kravets 2016-06-24 12:54:01 +03:00
  • dd111aac4a Library deep search for dependency finder Ivan Kravets 2016-06-23 23:25:13 +03:00
  • 476b43d539 Fix issue with super() Ivan Kravets 2016-06-23 21:39:24 +03:00
  • 1d919e5874 New articles Ivan Kravets 2016-06-23 20:21:48 +03:00
  • 1089c55b26 Update history Ivan Kravets 2016-06-23 17:34:00 +03:00
  • d4a866414f Minor fixes Ivan Kravets 2016-06-23 15:51:08 +03:00
  • 2ed00064e2 Fix PyLint warning Ivan Kravets 2016-06-22 23:58:42 +03:00
  • 1d7add213e Embedded Board compatibility with more than one development platform // Resolve #456 Ivan Kravets 2016-06-22 23:21:36 +03:00
  • 3572b60afd Show detailed build information about dependent libraries // Resolve #617 Ivan Kravets 2016-06-22 23:17:02 +03:00
  • f8db1d11a7 New Library Build System: intelligent dependency finder that interprets C Preprocessor conditional macros // Resolve #432 Ivan Kravets 2016-06-22 21:25:44 +03:00
  • bb7bf4e91b Fix issue with board extraFlags Ivan Kravets 2016-06-22 19:56:22 +03:00
  • 51dd86e6da Add new SAMD21 boards // Issue #520, #620 Valeriy Koval 2016-06-21 15:03:09 +03:00
  • 4736bfeea6 Fix missed build.extra_flags for the board Ivan Kravets 2016-06-20 21:47:13 +03:00
  • d656d6d594 Duplicate source files to pioenvs Ivan Kravets 2016-06-20 21:37:10 +03:00
  • 76e07d5012 Refactor source files finder Ivan Kravets 2016-06-20 20:33:53 +03:00
  • 037b520b2c Merge branch 'develop' into feature/platformio-30 Ivan Kravets 2016-06-19 19:21:07 +03:00
  • 748437ef7a Use env.Flatten to manipulate with CPPDEFINES Ivan Kravets 2016-06-18 23:37:58 +03:00
  • d219999892 Update name of the OpenEnergyMonitor board // Resolve #699 Ivan Kravets 2016-06-18 13:26:04 +03:00
  • 53bd1df8e5 Fix PyLint warning Ivan Kravets 2016-06-18 01:15:15 +03:00
  • 2b88ef134b Remove duplicated flags // Issue #698 Ivan Kravets 2016-06-18 00:56:04 +03:00
  • 2eca835ec7 Disable dependancy info Ivan Kravets 2016-06-18 00:53:23 +03:00
  • 8d94a62b9c Revert back previous LINKFLAGS Ivan Kravets 2016-06-18 00:52:46 +03:00
  • 4035b9ac6c Better removing unnecessary flags using `build_unflags` option // Resolve #698 Ivan Kravets 2016-06-18 00:38:00 +03:00
  • 8a13a18737 Fix PyLint warning Ivan Kravets 2016-06-16 00:53:19 +03:00
  • 8a67ea9ca2 Allow to ignore tests using glob patterns // Issue #408 Ivan Kravets 2016-06-16 00:36:04 +03:00
  • 31a110c37f Fix unnecessary uppercase for target includes Valerii Koval 2016-06-15 20:55:45 +03:00
  • 6a08b2126f Merge branch 'develop' into feature/platformio-30 Ivan Kravets 2016-06-15 20:11:22 +03:00
  • 47c238b1eb Fix issue with `platformio init --ide` command for Python 2.6 Ivan Kravets 2016-06-15 19:30:37 +03:00
  • 72c4db25f0 Merge branch 'release/v2.10.3' into develop Ivan Kravets 2016-06-15 18:46:57 +03:00
  • 50f9186682 Merge branch 'release/v2.10.3' v2.10.3 Ivan Kravets 2016-06-15 18:46:56 +03:00
  • 2cd22f725e Version bump to 2.10.3 Ivan Kravets 2016-06-15 18:46:41 +03:00
  • 1cab0c168e Fix issue with appending PIO version to Build Defines Ivan Kravets 2016-06-15 18:42:56 +03:00
  • 5dac4e3af6 Add test for init --ide eclipse Ivan Kravets 2016-06-15 18:42:25 +03:00
  • 09032fb4a5 Merge branch 'release/v2.10.2' v2.10.2 Ivan Kravets 2016-06-15 17:57:39 +03:00
  • 48a8086519 Merge branch 'release/v2.10.2' into develop Ivan Kravets 2016-06-15 17:57:39 +03:00
  • c62a3f8ee6 Version bump to 2.10.2 (issues #695) Ivan Kravets 2016-06-15 17:57:28 +03:00
  • 682e435ded Fix firmware uploading to Arduino/Genuino 101 // Resolve #695 Ivan Kravets 2016-06-15 16:02:04 +03:00
  • cdcf075635 Use $PLATFORM from build environment instead from the board config Ivan Kravets 2016-06-15 14:56:31 +03:00
  • 7e027db02b Update Intel ARC32 Arduino framework to v1.0.6 // Issue #695 Ivan Kravets 2016-06-15 14:52:11 +03:00
  • 4abaa67580 Update Intel ARC32 Arduino framework to v1.0.6 Ivan Kravets 2016-06-15 14:48:46 +03:00
  • 13d43425e5 Add support for ST Nucleo L031K6 board to ARM mbed framework Ivan Kravets 2016-06-15 14:48:27 +03:00
  • 0ba315243b Revert mcu option for genuino101 Valeriy Koval 2016-06-15 14:45:08 +03:00
  • 1ac1e93bbf Add links to the main command and repo with examples Ivan Kravets 2016-06-15 14:36:10 +03:00
  • 9655ca229f Update intel_arc32 platform Valeriy Koval 2016-06-15 14:31:07 +03:00
  • 4b553dd659 Revert link to the issue Ivan Kravets 2016-06-15 14:13:43 +03:00
  • bb22a1297b Unit Testing for Embedded // Resolve #408 Ivan Kravets 2016-06-15 14:10:42 +03:00
  • f5727af40e Fix upload size checker Ivan Kravets 2016-06-15 13:25:35 +03:00
  • b842a1d9b1 Update HISTORY.rst Ivan Kravets 2016-06-15 13:18:29 +03:00
  • 2978133862 Fix upload size checker Ivan Kravets 2016-06-15 00:59:44 +03:00
  • 7422b99b42 Process "$BUILD_UNFLAGS" variable Ivan Kravets 2016-06-14 20:53:30 +03:00
  • d04a7de26b Restore PIO macros if it was deleted by framework Ivan Kravets 2016-06-14 20:48:56 +03:00
  • 4383f81c0f Restore PIO macros if it was deleted by framework Ivan Kravets 2016-06-14 20:47:25 +03:00
  • 36a9bf69de Merge branch 'develop' into feature/platformio-30 Ivan Kravets 2016-06-14 20:10:50 +03:00
  • 68d834fba0 Add support for ST Nucleo L031K6 board to ARM mbed framework Ivan Kravets 2016-06-14 19:59:17 +03:00
  • 64c9004036 Fix typo Ivan Kravets 2016-06-14 19:54:27 +03:00
  • 350fb885b8 Fix pylint error Valeriy Koval 2016-06-14 19:44:57 +03:00
  • 8d03f2dc80 Update history Ivan Kravets 2016-06-14 19:41:34 +03:00
  • 220dcd0f5c Improve linker flags handling for mbed Valeriy Koval 2016-06-14 19:29:54 +03:00
  • 3671d7549d Update examples Ivan Kravets 2016-06-14 18:08:35 +03:00
  • a38910b381 Improve include selection for mbed boards with a custom vendor Valeriy Koval 2016-06-14 13:00:51 +03:00
  • 941b8e84f5 Merge branch 'release/v2.10.1' v2.10.1 Ivan Kravets 2016-06-13 21:32:07 +03:00
  • 382c860d9b Merge branch 'release/v2.10.1' into develop Ivan Kravets 2016-06-13 21:32:07 +03:00
  • 3dd51a442d Re-submit a package to PyPI Ivan Kravets 2016-06-13 21:31:17 +03:00
  • ed21e8c7b2 Merge branch 'release/v2.10.0' v2.10.0 Ivan Kravets 2016-06-13 19:49:55 +03:00
  • 2b6ba32b2c Merge branch 'release/v2.10.0' into develop Ivan Kravets 2016-06-13 19:49:55 +03:00
  • 14f582faeb Version bump to 2.10.0 (issues #683, #687, #688, #689, #691) Ivan Kravets 2016-06-13 19:49:37 +03:00
  • 768ac77ea2 Pass PlatformIO macros with version to libs Ivan Kravets 2016-06-13 19:46:54 +03:00
  • f75a7c91eb Update ARM mbed framework package to v121 Ivan Kravets 2016-06-13 19:42:35 +03:00
  • 104132c5d3 Typo fixes Ivan Kravets 2016-06-13 19:24:13 +03:00
  • 3a315c5575 Move custom platform and board to separate page Ivan Kravets 2016-06-13 19:23:24 +03:00
  • 91fb714250 Add new ST Nucleo board Valeriy Koval 2016-06-13 17:46:35 +03:00
  • 10d868efa4 Update build script for mbed framework Valeriy Koval 2016-06-13 17:45:28 +03:00
  • 3b8bc42266 Improve firmware uploading to Arduino Leonardo based boards // Resolve #691 Ivan Kravets 2016-06-11 23:35:29 +03:00
  • 41617f5560 Update documentation for the new decentralised development platforms // Resolve #479 Ivan Kravets 2016-06-11 17:37:32 +03:00
  • 9fb7f251f6 Typo fix Ivan Kravets 2016-06-11 16:49:25 +03:00
  • d8ca9d79c3 Merge branch 'develop' into feature/platformio-30 Ivan Kravets 2016-06-11 16:46:34 +03:00
  • 5398dbef95 Improve checking for the program size before uploading // Issue #689 Ivan Kravets 2016-06-11 15:39:06 +03:00
  • a4345cedc5 Refactor board "hwid" option to "hwids" Ivan Kravets 2016-06-11 15:12:27 +03:00
  • ba574667c7 Add HWID for NodeMCU board Ivan Kravets 2016-06-11 13:35:02 +03:00
  • f2c1e279c9 Better checking of program size before uploading // Issue #689 Ivan Kravets 2016-06-11 00:55:38 +03:00
  • 51ad0ed830 Merge branch 'develop' into feature/platformio-30 Ivan Kravets 2016-06-11 00:36:27 +03:00
  • 60ff546fec Check program size before uploading to the board // Resolve #689 Ivan Kravets 2016-06-11 00:02:36 +03:00
  • f6088cbbe1 Fix issue with "-L relative/path" when parsing "build_flags" // Resolve #688 Ivan Kravets 2016-06-10 19:54:17 +03:00