Ivan Kravets
|
5534394b06
|
Fixed an issue with wrong detecting Windows architecture when Python 32bit is used // Resolve #4134
|
2021-12-08 18:40:07 +02:00 |
|
valeros
|
f13734dda4
|
Convert Home Directory path into a cmake-style path on Windows
Resolve #4071
|
2021-12-02 20:05:35 +02:00 |
|
Ivan Kravets
|
55f8471aff
|
Improved tab completion support for Bash, ZSH, and Fish shells // Resolve #4114
|
2021-12-02 16:34:05 +02:00 |
|
Ivan Kravets
|
90972e9ce0
|
Sync docs
|
2021-12-02 14:55:48 +02:00 |
|
Ivan Kravets
|
014090c407
|
Fixed an issue when referencing "*_dir" option from a custom project configuration environment // Resolve #4110
|
2021-12-02 14:19:54 +02:00 |
|
Ivan Kravets
|
e40b251c06
|
Fixed a bug when the system environment variable does not override a project configuration option // Resolve #4125
|
2021-12-02 13:13:07 +02:00 |
|
Ivan Kravets
|
68243aa95b
|
Added support for a new "headers" field in "library.json"
|
2021-11-18 17:55:35 +02:00 |
|
Ivan Kravets
|
1800c29b44
|
Upgraded build engine to the SCons 4.3
|
2021-11-18 13:17:26 +02:00 |
|
valeros
|
5cb5c9713e
|
Wrap the path to PlatformIO core in the NetBeans project template
This fixes a possible issue when the path to PlatformIO contains a whitespace
Resolve #4096
|
2021-11-15 19:22:41 +02:00 |
|
Ivan Kravets
|
4687665ff3
|
Improved support for projects located on a network share // Resolve #3417 , Resolve #3926 , Resolve #4102
|
2021-11-12 15:17:25 +02:00 |
|
Ivan Kravets
|
7d78e4a60a
|
Fixed an issue with the CLion project generator when a macro contains a space // Resolve #4102
|
2021-11-09 22:49:00 +02:00 |
|
Ivan Kravets
|
0919019123
|
Bump version to 5.2.4a1
|
2021-11-05 23:19:22 +02:00 |
|
Ivan Kravets
|
133fa1495b
|
Bump version to 5.2.3
|
2021-11-05 17:31:23 +02:00 |
|
Ivan Kravets
|
a24ec8b07a
|
Grammar fixes
|
2021-11-05 16:57:44 +02:00 |
|
Ivan Kravets
|
973f77012f
|
Fixed an issue when VSCode's debugger does not honor default environment // Resolve #4098
|
2021-11-05 14:46:57 +02:00 |
|
Ivan Kravets
|
ceb3a19b81
|
Automatically synchronize active projects between IDE and PlatformIO Home
|
2021-11-02 20:05:40 +02:00 |
|
Ivan Kravets
|
c835ce780a
|
Fixed "UnicodeEncodeError" when a build output contains non-ASCII characters // Resolve #3971
|
2021-10-25 22:01:11 +03:00 |
|
Ivan Kravets
|
6a70ab74bc
|
Update history
|
2021-10-25 15:24:24 +03:00 |
|
Ivan Kravets
|
852c252302
|
Added support for custom device monitor filters // Resolve #3924
|
2021-10-25 15:18:18 +03:00 |
|
Ivan Kravets
|
d01435f4f2
|
Bump version to 5.2.3b1
|
2021-10-25 13:28:57 +03:00 |
|
Ivan Kravets
|
f1638c9cd7
|
Fixed an issue when PIO Remote device monitor crashes on the first keypress // Resolve #3832
|
2021-10-25 13:24:36 +03:00 |
|
Ivan Kravets
|
7d7480c120
|
Show human-readable message when infinite recursion is detected while processing "Interpolation of Values" // Resolve #3883
|
2021-10-24 22:21:15 +03:00 |
|
Ivan Kravets
|
78182fea0a
|
Disabled resolving of SCons variables when preprocessing "Interpolation of Values" // Resolve #3933
|
2021-10-24 21:27:25 +03:00 |
|
Ivan Kravets
|
4839fe37a3
|
Improved PlatformIO directory interpolation (${platformio.***_dir}) in “platformio.ini” configuration file // Resolve #3934
|
2021-10-24 18:19:40 +03:00 |
|
Ivan Kravets
|
8d8b0807e2
|
Fixed an issue when the "$PROJECT_DIR" gets the full path to "platformio.ini", not the directory name // Resolve #4086
|
2021-10-22 19:13:24 +03:00 |
|
Ivan Kravets
|
2e2773fa6b
|
Bump version to 5.2.2
|
2021-10-20 18:44:20 +03:00 |
|
Ivan Kravets
|
5b091b602f
|
Fixed a “TypeError” issue when extending configuration option in “platformio.ini” with the multi-line default value // Resolve #4082
|
2021-10-20 15:35:01 +03:00 |
|
Ivan Kravets
|
39c93f6512
|
Override debugging firmware loading mode using `--load-mode option for pio debug` command
|
2021-10-19 18:20:01 +03:00 |
|
Ivan Kravets
|
c348fec609
|
Bump version to 5.2.1
|
2021-10-11 15:07:04 +03:00 |
|
Ivan Kravets
|
ee78496058
|
Clean a build environment and installed library dependencies using a new `cleanall` target // Resolve #4062
|
2021-10-08 19:02:45 +03:00 |
|
valeros
|
aa097f3fd6
|
Update Cppcheck to v2.6.0 // Resolve #3942
|
2021-10-07 16:43:06 +03:00 |
|
Ivan Kravets
|
e8769fff7d
|
Improved handling of a library root based on "Conan" or "CMake" build systems // Resolve #3887
|
2021-09-29 19:21:31 +03:00 |
|
Ivan Kravets
|
ed33652534
|
Handle "test" folder as a part of CLion project // Resolve #4005
|
2021-09-29 15:44:52 +03:00 |
|
Valerii Koval
|
6008275aae
|
Properly handle in-progress C++ standards when invoking Cppcheck // Resolve #3944 (#4070)
|
2021-09-29 14:46:02 +03:00 |
|
Ivan Kravets
|
b6f783674b
|
Allowed to override a default library builder via a new `builder field in a build group of library.json` // Resolve #3957
|
2021-09-26 15:27:41 +03:00 |
|
Valerii Koval
|
eab70fae3b
|
Properly handle "--keep-build-dir" option in platformio ci command (#4061)
This fixes #4011 and possible "FileExists" errors when the "platformio ci"
command by safely copying sources to the build folder
|
2021-09-23 23:26:42 +03:00 |
|
Ivan Kravets
|
27f326673c
|
Fixed a "KeyError: Invalid board option 'build.cpu'" when using a precompiled library with a board that does not have a CPU field in the manifest // Resolve #405
|
2021-09-16 21:13:54 +03:00 |
|
Ivan Kravets
|
e6fd766fff
|
Bump version to 5.2.1a1
|
2021-09-14 13:03:47 +03:00 |
|
Ivan Kravets
|
9528083a66
|
Bump version to 5.2.0
|
2021-09-13 18:59:53 +03:00 |
|
Ivan Kravets
|
dce5a39b10
|
Process "precompiled" and "ldflags" properties of the "library.properties" manifest // Resolve #3994
|
2021-09-13 14:48:48 +03:00 |
|
Ivan Kravets
|
03a23876a7
|
Fixed an issue when PlatformIO archives a library that does not contain C/C++ source files // Resolve #4019
|
2021-09-13 14:04:33 +03:00 |
|
Dmitry Antyneskul
|
d10cbb2823
|
Fix link to clang-tidy (#4049)
|
2021-09-13 12:36:56 +03:00 |
|
valeros
|
63a2465bac
|
Update check tools to the latest available // Resolve #4041
|
2021-09-10 18:11:48 +03:00 |
|
Ivan Kravets
|
f3489a3b01
|
Sync docs
|
2021-08-02 13:52:06 +03:00 |
|
Ivan Kravets
|
173dbeb24a
|
Bump version to 5.2.0b1
|
2021-08-02 13:11:23 +03:00 |
|
Ivan Kravets
|
b5b57790be
|
Validate package manifest when packing archive or publishing a package
|
2021-04-23 22:02:07 +03:00 |
|
Ivan Kravets
|
ad28d1906c
|
Improve a package publishing process
|
2021-04-21 20:51:54 +03:00 |
|
valeros
|
3823c22dad
|
Update Release Notes
|
2021-04-07 21:30:06 +03:00 |
|
Valerii Koval
|
551bd3dbfe
|
Explicitly specify PROGSUFFIX when compiling final binary (#3918)
Resolves #3906
|
2021-04-02 17:09:38 +03:00 |
|
Ivan Kravets
|
80c24a1993
|
Fixed an issue when "main.cpp" was generated for a new project for 8-bit development platforms // Resolve #3872
|
2021-04-02 15:19:18 +03:00 |
|