Ivan Kravets
|
d0b3c5ee86
|
Switch between Build Configurations (release and debug) with a new project configuration option build_type // Resolve #2184
|
2019-06-02 14:11:31 +03:00 |
|
Ivan Kravets
|
23a2022f04
|
Add support for PLATFORMIO_DEFAULT_ENVS system environment variable // Resolve #1967
|
2019-06-01 22:43:44 +03:00 |
|
Ivan Kravets
|
6257480d0d
|
Print platform package details, such as version, VSC source and commit // Resolve #2155
|
2019-06-01 19:44:45 +03:00 |
|
Ivan Kravets
|
c038074489
|
Override default development platform upload command with a custom // Resolve #2599
|
2019-06-01 14:36:07 +03:00 |
|
Ivan Kravets
|
5011e47709
|
Added support for "shared_dir"
|
2019-05-31 21:18:37 +03:00 |
|
Ivan Kravets
|
5f9fd9260e
|
New project configuration parser with a strict options typing
|
2019-05-31 14:45:01 +03:00 |
|
Ivan Kravets
|
5999bcee3f
|
Update history
|
2019-05-27 18:45:24 +03:00 |
|
Ivan Kravets
|
3f96dc1432
|
Fixed an issue when package cache (Library Manager) expires too fast // Resolve #2559
|
2019-05-27 12:24:20 +03:00 |
|
Ivan Kravets
|
6e87089ded
|
Add support for Unix shell-style wildcards for "monitor_port" option // Resolve #2541
|
2019-05-25 22:14:38 +03:00 |
|
Ivan Kravets
|
a84195bb5a
|
Add user-definable monitor options to platformio.ini // Resolve #2165
|
2019-05-25 21:49:51 +03:00 |
|
Ivan Kravets
|
fea7e97112
|
Fix an issue with hardcoded C stadard version when generating project for CLion IDE // Resolve #2527
|
2019-05-25 20:47:39 +03:00 |
|
Ivan Kravets
|
7beb332b31
|
Support custom CMake configuration for CLion IDE using `CMakeListsUser.txt` file
|
2019-05-25 20:46:56 +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
|
2baea815fe
|
Update history
|
2019-05-24 15:06:33 +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
|
70a5d32925
|
Add "--save" flag to "platformio lib install" command // Resolve #1028
|
2019-05-23 19:39:04 +03:00 |
|
Ivan Kravets
|
c2a549b0c2
|
Install all project dependencies declared via "lib_deps" option using "platformio lib install" command // Resolve #2147
|
2019-05-23 18:37:08 +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
|
c46643f0fd
|
Custom project "***_dir" options declared in “platformio” section of “platformio.ini” have higher priority than Environment variables
|
2019-05-20 17:07:59 +03:00 |
|
Ivan Kravets
|
5fe4de626b
|
Implement unified project workspace storage ".pio" // Resolve #1778
|
2019-05-20 17:01:54 +03:00 |
|
Ivan Kravets
|
f844d9cb47
|
Remove line-buffering from "platformio run" command which was leading to omitting progress bar from upload tools // Resolve #856, Resolve #857
|
2019-05-17 12:53:51 +03:00 |
|
Ivan Kravets
|
aaf61082c1
|
Replace "--only-check" CLI option by "--dry-run"
|
2019-05-16 20:02:45 +03:00 |
|
Ivan Kravets
|
c79b3ff7f1
|
Override default “platformio.ini” with a custom using "-c, --project-conf" option // Resolve #1913
|
2019-05-10 00:01:10 +03:00 |
|
Ivan Kravets
|
62b80c396b
|
Added support for the latest Python "Click" package (CLI Builder) // Resolve #349
|
2019-05-09 00:51:28 +03:00 |
|
Ivan Kravets
|
4f98a3fd42
|
Share common (global) options between declared build environments using "[env]" section // Resolve #1643 Resolve #790
|
2019-05-08 20:19:39 +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
|
8e55c9e4d0
|
Include external configuration files with "extra_configs" option // Resolve #1590
|
2019-05-03 21:03:36 +03:00 |
|
Ivan Kravets
|
48c1aeae03
|
Fix "systemd-udevd" warnings in 99-platformio-udev.rules // Resolve #2442
|
2019-05-03 13:11:03 +03:00 |
|
Ivan Kravets
|
a59efc2fc0
|
Update history with upcoming 3.6.7 release
|
2019-04-23 12:29:16 +03:00 |
|
Ivan Kravets
|
d3c3491a91
|
Fix links in changelog
|
2019-04-23 01:07:21 +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
|
3d96e584fb
|
Fix an issue when invalid "env_default" results into unhandled errors // Resolve #2265
|
2019-04-18 14:17:22 +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
|
e089c4a546
|
Project Generator: fixed a VSCode C/C++'s "Cannot find" warning when CPPPATH folder does not exist
|
2019-03-29 21:26:45 +02:00 |
|
Ivan Kravets
|
0c76116948
|
Merge tag 'v3.6.6' into develop
|
2019-03-29 12:44:54 +02:00 |
|
Ivan Kravets
|
8cd35fb537
|
Bump version to 3.6.6
|
2019-03-29 12:43:16 +02:00 |
|
Ivan Kravets
|
00b162608e
|
Fix an issue with incorrect order of project "include" and "src" paths in `CPPPATH` // Resolve #1914
|
2019-03-23 17:45:28 +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
|
e33b0fe291
|
Fix an issue when PlatformIO Build System does not pick up "mbed_lib.json" files from libraries // Resolve #2164
|
2019-03-23 14:33:34 +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
|
9c1cc97776
|
Project Generator: fixed a warning "Property !!! WARNING !!! is not allowed" for VSCode // Resolve #2243
|
2019-03-22 21:17:26 +02:00 |
|
Ivan Kravets
|
4ca71e7df1
|
Project Generator: fixed a warning "Property !!! WARNING !!! is not allowed" for VSCode // Resolve #2243
|
2019-03-22 21:16:02 +02:00 |
|
Ivan Kravets
|
d7e2d05f60
|
Fix error with conflicting declaration of a prototype (Arduino sketch preprocessor)
|
2019-03-20 18:58:06 +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
|
326eb4a681
|
Fix "FileExistsError" when "platformio ci" command is used in pair with "--keep-build-dir" option
|
2019-03-14 20:14:55 +02:00 |
|
Ivan Kravets
|
0d904ad1cc
|
Fix "FileExistsError" when "platformio ci" command is used in pair with "--keep-build-dir" option
|
2019-03-14 20:12:18 +02:00 |
|
Ivan Kravets
|
775797b4e5
|
Merge tag '3.6.5' into develop
|
2019-03-07 14:02:35 +02:00 |
|
Ivan Kravets
|
b562541f20
|
Bump version to 3.6.5
|
2019-03-07 13:57:32 +02:00 |
|
Ivan Kravets
|
9639626ab3
|
Fix an issue when `$PROJECT_HASH template was not expanded for the other directory ***_dir` options in "platformio.ini" // Resolve #2170
|
2019-03-07 12:54:40 +02:00 |
|