Ivan Kravets
|
3df01405a1
|
Remove unused Python imports
|
2019-05-27 22:25:22 +03:00 |
|
Ivan Kravets
|
19725fec04
|
Add options to override default locations used by PlatformIO Core // Resolve #1615
|
2019-05-24 20:49:05 +03:00 |
|
Ivan Kravets
|
a6e5a0c7f5
|
Fix an issue for Project Generator when include path search order is inconsistent to what passed to the compiler // Resolve #2509
|
2019-05-24 16:06:27 +03:00 |
|
Ivan Kravets
|
b38c57bcf9
|
Fix an issue when `-U in build_flags does not remove macro previously defined via -D` flag // Resolve #2508
|
2019-05-24 14:57:59 +03:00 |
|
Ivan Kravets
|
9a95b0df56
|
Fix handling custom includeDir and srcDir for library.json // Resolve #2518
|
2019-05-24 01:15:47 +03:00 |
|
Ivan Kravets
|
21e2ac6695
|
Use isolated library dependency storage per project build environment // Resolve #1696
|
2019-05-23 00:23:24 +03:00 |
|
Ivan Kravets
|
e7d75d1412
|
Remove debug code
|
2019-05-21 21:47:20 +03:00 |
|
Ivan Kravets
|
f29a74042f
|
Drop support for "lib_extra_dirs" in "platformio" section
|
2019-05-20 21:12:45 +03:00 |
|
Ivan Kravets
|
5fe4de626b
|
Implement unified project workspace storage ".pio" // Resolve #1778
|
2019-05-20 17:01:54 +03:00 |
|
Ivan Kravets
|
8643f0454e
|
Move "glob_escape" and "get_file_contents" helpers to "compat" module
|
2019-05-17 13:18:15 +03:00 |
|
Ivan Kravets
|
899de600e4
|
Fix broken "util.string_types"
|
2019-05-16 21:11:21 +03:00 |
|
Ivan Kravets
|
971049b41c
|
Move process related helpers to "proc" module
|
2019-05-16 21:03:15 +03:00 |
|
Ivan Kravets
|
5e1a931145
|
Switch Python or Platform dependent code to "compat" module
|
2019-05-10 17:50:08 +03:00 |
|
Ivan Kravets
|
834206ff20
|
Move Python or Platform dependent code to "compat" module
|
2019-05-10 17:26:10 +03:00 |
|
Ivan Kravets
|
07a2a49d93
|
Refactor project helpers
|
2019-05-07 22:13:21 +03:00 |
|
Ivan Kravets
|
7ddd22209f
|
Enable PyLint "import-error"
|
2019-05-07 21:16:42 +03:00 |
|
Ivan Kravets
|
94e580bf4e
|
Override default source and include directories for a library via "library.json" manifest using "includeDir" and "srcDir" fields
|
2019-05-04 13:36:27 +03:00 |
|
Ivan Kravets
|
137a5d1c42
|
Improve debugging in debug_load_mode = modified and fix an issue with useless project rebuilding
|
2019-04-23 00:49:53 +03:00 |
|
Ivan Kravets
|
21a36f8ee9
|
Fix UnicodeEncodeError when converting INO to CPP
|
2019-04-18 16:20:01 +03:00 |
|
Ivan Kravets
|
cf13ec4035
|
Fix an "IndexError: list index out of range" for Arduino sketch preprocessor // Resolve #2268
|
2019-04-01 18:50:40 +03:00 |
|
Ivan Kravets
|
c141189883
|
Append configuration settings from "mbed_lib.json" to "mbed_config.h" // Resolve #2164
|
2019-03-24 23:54:53 +02:00 |
|
Ivan Kravets
|
cae708f2d7
|
Fix an issue with incorrect order of project "include" and "src" paths in `CPPPATH` // Resolve #1914
|
2019-03-23 17:44:01 +02:00 |
|
Ivan Kravets
|
3a77bed0d4
|
Fix an issue when PlatformIO Build System does not pick up "mbed_lib.json" files from libraries // Resolve #2164
|
2019-03-23 14:24:43 +02:00 |
|
Ivan Kravets
|
d9e6111ac3
|
Fix error with conflicting declaration of a prototype (Arduino sketch preprocessor)
|
2019-03-20 18:49:20 +02:00 |
|
Ivan Kravets
|
3f52a6d5ba
|
YAPF 0.26.0
|
2019-03-07 12:36:17 +02:00 |
|
Ivan Kravets
|
aa2bc4a63b
|
Implement "get_file_contents" helper
|
2018-12-27 14:48:22 +02:00 |
|
Ivan Kravets
|
a60c57ac58
|
Initial support for Python 3.5+ // Resolve #895 Resolve #1365
|
2018-12-26 20:54:29 +02:00 |
|
Ivan Kravets
|
fabaadec60
|
Fix an issue with incorrect detecting of compatibility (LDF) between generic library and Arduino or ARM mbed frameworks
|
2018-12-22 22:30:23 +02:00 |
|
Ivan Kravets
|
b874359482
|
Ignore *.asm and *.ASM files when building Arduino-based library (compatibility with Arduino builder)
|
2018-12-12 02:49:42 +02:00 |
|
Ivan Kravets
|
4a17a9b5b3
|
Improved IntelliSense for PlatformIO IDE for VSCode via passing extra compiler information for C/C++ Code Parser
|
2018-11-21 15:00:13 +02:00 |
|
Ivan Kravets
|
a2b0b2893b
|
LDF: Stop handling "define" and "undef" when condition fails; handle CPP files in "chain+" and "deep+" modes // Resolve #1930
|
2018-11-21 00:52:34 +02:00 |
|
Ivan Kravets
|
23af9c9027
|
Fix an issue when Library Dependency Finder (LDF) finds spurious dependencies in `chain+ and deep+` modes // Resolve #1930
|
2018-11-19 22:29:53 +02:00 |
|
Ivan Kravets
|
7322df26ad
|
Fix an issue when Library Dependency Finder (LDF) does not handle project src_filter // Resolve #1905
|
2018-11-19 19:06:56 +02:00 |
|
Ivan Kravets
|
b22ca10f8c
|
Prepend CPPATH of library dependencies instead of appending // Resolve #1914
|
2018-11-19 17:45:53 +02:00 |
|
Ivan Kravets
|
7789e3bc62
|
Rename "System" to "Hardware" for board spec
|
2018-11-04 17:24:39 +02:00 |
|
Ivan Kravets
|
38fb5b2234
|
Typo fix
|
2018-10-30 06:40:11 +02:00 |
|
Ivan Kravets
|
ab6a323aca
|
Fixed an issue with VSCode IntelliSense warning about the missed headers located in "include" folder
|
2018-10-30 00:27:29 +02:00 |
|
Ivan Kravets
|
080369f597
|
Make "print" compatible between Py2 & Py3
|
2018-10-27 20:22:11 +03:00 |
|
Ivan Kravets
|
118f22bed3
|
PyLint fix
|
2018-10-26 01:27:57 +03:00 |
|
Ivan Kravets
|
2134022565
|
Print board's configuration URL
|
2018-10-26 01:27:06 +03:00 |
|
Ivan Kravets
|
8a1b94b48c
|
Process `build_unflags` for cloned environment when building a static library
|
2018-10-22 16:33:30 +03:00 |
|
Ivan Kravets
|
9c30472777
|
Generate "test" directory per project
|
2018-10-17 21:16:09 +03:00 |
|
Ivan Kravets
|
2b53ecb111
|
Improve PIO Unified Debugger for "mbed" framework and fix issue with missed local variables
|
2018-10-13 19:32:31 +03:00 |
|
Ivan Kravets
|
d4e553fb5a
|
Generate an "include" directory with a README file when initializing a new project
|
2018-10-12 21:49:02 +03:00 |
|
Ivan Kravets
|
ff8fefb797
|
Report about outdated 99-platformio-udev.rules // Resolve #1823
|
2018-10-12 19:35:58 +03:00 |
|
Ivan Kravets
|
00b173f13f
|
Fix an issue when dynamic build flags were not handled correctly // Resolve #1799
|
2018-10-12 15:09:54 +03:00 |
|
Ivan Kravets
|
e6fa8654ad
|
YAPF
|
2018-09-20 14:55:55 +03:00 |
|
Ivan Kravets
|
f54d32843a
|
Add "debug" target, update docs for "uploads" option // Resolve #1833
|
2018-09-06 02:25:28 +03:00 |
|
Ivan Kravets
|
d448a0ec5c
|
Switch docs to HTTPS
|
2018-08-15 19:44:02 +03:00 |
|
Ivan Kravets
|
df923bf17e
|
Add package "lib" folder to LD_PATH
|
2018-08-03 21:43:40 +03:00 |
|