Ivan Kravets
5d2867d8a9
Automatically detect BlackMagic probe GDB port
2017-11-07 00:10:48 +02:00
Ivan Kravets
b670ab4888
Initial support for non-ascii locales
2017-11-02 23:14:32 +02:00
Ivan Kravets
e5e5ebb7db
YAPF formatter
2017-11-01 14:10:32 +02:00
Ivan Kravets
86de58b9e1
Fix missing toolchain include paths for project generator // Resolve #1154
2017-11-01 14:09:06 +02:00
Ivan Kravets
71afea8d80
Expand user folder for lib_extra_dirs
2017-09-22 01:22:21 +03:00
Ivan Kravets
77fe1e8184
Use -ggdb3 instead of -ggdb by default
2017-09-18 14:06:16 +03:00
Ivan Kravets
4ff1d640b3
Minor fixes
2017-08-17 23:55:42 +03:00
Ivan Kravets
7f63928d21
New lib_archive option to control library archiving and linking behaviour // Resolve #993
2017-08-02 01:06:06 +03:00
Ivan Kravets
b929e452b0
Add "inc" folder automatically to CPPPATH when "src" is available (works for project and library) // Resolve #1003
2017-08-01 14:45:42 +03:00
Ivan Kravets
d5baa153a5
Fix an issue when can not upload firmware to SAM-BA based board (Due)
2017-08-01 00:33:51 +03:00
Ivan Kravets
861659e890
Wait for 400ms after touching serial port (fix SAM-BA issue)
2017-08-01 00:12:05 +03:00
Ivan Kravets
f13537cabb
YAPF
2017-07-24 17:35:41 +03:00
Ivan Kravets
8741f37831
Minor improvements
2017-07-03 13:35:39 +03:00
Ivan Kravets
a0cd0bc189
Fix an issue with a custom unit testing transport
2017-07-01 22:00:25 +03:00
Ivan Kravets
35a91dbd57
Pre/Post extra scripting for advanced control of PIO Build System // Resolve #891
2017-06-30 00:15:49 +03:00
Ivan Kravets
94a834ecc4
Use a root of library when filtering source code using library.json and srcFilter field
2017-06-29 21:22:44 +03:00
Ivan Kravets
93db0fa064
Improve WaitForNewSerialPort for atmega32u4 based boards
2017-06-24 01:29:53 +03:00
Ivan Kravets
4d1a135d76
Apply YAPF
2017-06-05 16:05:05 +03:00
Ivan Kravets
45e75f7473
Copyright (c) 2014-present PlatformIO <contact@platformio.org>
...
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
2017-06-05 16:02:39 +03:00
Ivan Kravets
0376a92ebb
FAQ: UnicodeDecodeError: Non-ASCII characters found in build environment
2017-06-01 21:35:26 +03:00
Ivan Kravets
6502cf5552
Fix issue with INO to CPP converter and multiline strings
2017-06-01 15:14:52 +03:00
Ivan Kravets
0c9e6ef577
Close serial port after verification
2017-05-30 19:42:32 +03:00
Ivan Kravets
198dadc209
Verify that serial port is ready for connection before uploading
2017-05-30 14:06:25 +03:00
Ivan Kravets
5eb2fc67e5
Skip network driver when searching for mbed disk
2017-05-11 14:49:44 +03:00
Ivan Kravets
30ff491a34
Remove extra delay before waiting for serial port
2017-05-03 20:33:37 +03:00
Ivan Kravets
9658bcdb73
The Unified Debugger
2017-04-28 01:38:25 +03:00
Ivan Kravets
969e72c4a4
Fix issue when Library Dependency Finder (LDF) does not handle custom “src_dir” // Resolve #942
2017-04-27 20:01:17 +03:00
Ivan Kravets
3d2df9f9a9
Fix linter error "unity.h does not exist" for Unit Testing // Resolve #947
2017-04-27 18:39:57 +03:00
Ivan Kravets
abb2fb7045
Add support for “.*cc” extension // Resolve #939
2017-04-15 16:51:15 +03:00
Ivan Kravets
44be1dc1c7
Some fixes for new PyLint
2017-04-15 16:36:59 +03:00
Ivan Kravets
f194a1a572
Fix debug port auto-detecting
2017-04-15 12:55:34 +03:00
Ivan Kravets
c7249aadf3
Generate “SRC_FILTER” on-the-fly for a custom library
2017-04-14 23:16:52 +03:00
Ivan Kravets
d16fd73b05
Better detecting of mbed-enabled media disk
2017-04-14 18:05:15 +03:00
Ivan Kravets
59b65ba668
Check mbed html page before uploading
2017-04-13 20:02:08 +03:00
Ivan Kravets
48ed0a508c
Correct path in debug configuration
2017-04-01 14:51:57 +03:00
Ivan Kravets
73f4bce99a
Rename “debug_link” option to “debug_tool”
2017-04-01 14:35:55 +03:00
Ivan Kravets
8055c84087
Add OpenOCD dev rules
2017-04-01 01:13:28 +03:00
Ivan Kravets
62e755ce60
Quick fix when board doesn’t have debug configuration
2017-03-31 19:50:26 +03:00
Ivan Kravets
75e1173f80
Initial support for debugging // Resolve #514
2017-03-31 18:55:19 +03:00
Ivan Kravets
fe7c93d004
Multi-line support for the different options in “platformio.ini” // Resolve #889
2017-03-29 17:49:01 +03:00
Ivan Kravets
571a52b432
Move core packages to the one place; Bump to 3.0.0a17
2017-03-11 23:28:55 +02:00
Ivan Kravets
fe1846c2e1
YAPF formatting
2017-03-02 17:09:22 +02:00
Ivan Kravets
2467d5a5d0
Do not overwrite project configuration variables when system environment variables are set
2017-02-18 18:28:05 +02:00
Ivan Kravets
a874db38be
Apply YAPF
2017-01-24 21:54:50 +02:00
Ivan Kravets
5d8a17ba6d
Fix issue with empty CPPPATH when processing a library
2017-01-23 14:24:34 +02:00
Ivan Kravets
ddd07138dd
Escape project path when Glob matching is used
2017-01-19 19:02:37 +02:00
Xose Pérez
1a4c5df14d
Added support for templated methods in InoToCPPConverter ( #858 )
...
* Added support for templated methods in InoToCPPConverter
2016-12-22 02:15:01 +02:00
Ivan Kravets
c09649c996
Change default LDF Mode from “chain+” to “chain”
2016-12-07 23:49:38 +02:00
Ivan Kravets
9483c0c51f
Export libsource_dirs for IDE data
2016-12-06 13:25:03 +02:00
Ivan Kravets
2a5d686d5a
Use unified link to docs pages
2016-12-05 21:25:10 +02:00