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 |
|
Ivan Kravets
|
ee7ea77fc3
|
Fixed an error "Unknown development platform" when running unit tests on a clean machine // Resolve #3901
|
2021-04-01 21:15:14 +03:00 |
|
Ivan Kravets
|
37e601e5b5
|
Ensure that a serial port is ready before running unit tests on a remote target // Resolve #3742
|
2021-03-24 19:07:40 +02:00 |
|
valeros
|
86db237e5d
|
Update Cppcheck and PVS-Studio packages // Resolve #3898
|
2021-03-23 21:17:32 +02:00 |
|
Ivan Kravets
|
34b4f8265a
|
Debug unit tests created with PlatformIO Unit Testing solution // Resolve #948
|
2021-03-19 20:25:30 +02:00 |
|
Ivan Kravets
|
887d46725b
|
Debug native (desktop) application on a host machine // Resolve #980
|
2021-03-19 17:02:11 +02:00 |
|
Ivan Kravets
|
c14b298cb9
|
Fixed an issue with silent hanging when a custom debug server is not found // Resolve #3756
|
2021-03-19 15:55:42 +02:00 |
|
Ivan Kravets
|
b0c3e22a52
|
Configure a custom pattern to determine when debugging server is started with a new debug_server_ready_pattern option
|
2021-03-19 12:30:16 +02:00 |
|
Ivan Kravets
|
c0357daf01
|
Remove Python 2 code
|
2021-03-17 21:08:06 +02:00 |
|
Ivan Kravets
|
064fa6027d
|
Bump version to 5.2.0a1
|
2021-03-17 20:07:26 +02:00 |
|
Ivan Kravets
|
18b18f1c3d
|
Bump version to 5.1.1
|
2021-03-17 18:17:40 +02:00 |
|
Valerii Koval
|
7f1f760645
|
Preserve user-specified debug configurations in VSCode integration (#3878)
* Preserve user-specified debug configurations in VSCode integration
Issue #3824
* Tidy up Python code
|
2021-03-10 14:54:52 +02:00 |
|
Ivan Kravets
|
ae26079e2e
|
Fixed an issue when code inspection fails with "Bad JSON" // Resolve #3790
|
2021-03-09 19:20:30 +02:00 |
|
valeros
|
3e993156f2
|
Suppress printing unnecessary info in silent mode // Resolve #3837
|
2021-03-08 12:16:53 +02:00 |
|
Ivan Kravets
|
7c8508b651
|
Fixed an issue with device monitor when the “send_on_enter” filter didn’t send EOL chars // Resolve #3787
|
2021-02-10 14:43:50 +02:00 |
|
Ivan Kravets
|
e63019c469
|
Fixed a "The command line is too long" issue with a linking process on Windows // Resolve #3827
|
2021-02-01 12:52:00 +02:00 |
|
Ivan Kravets
|
fd540148f3
|
Bump version to 5.1.0
|
2021-01-28 19:23:06 +02:00 |
|
Ivan Kravets
|
808ba603c5
|
Fixed an issue when "pio device monitor –eol" and “send_on_enter” filter do not work properly // Resolve #3787
|
2021-01-27 23:06:18 +02:00 |
|
Ivan Kravets
|
e2906e3be5
|
Refactored a workaround for a maximum command line character limitation // Resolve #3792
|
2021-01-27 16:10:13 +02:00 |
|
Ivan Kravets
|
0a8b66ee95
|
Configure a custom debug adapter speed using a new debug_speed option // Resolve #3799
|
2021-01-26 21:21:41 +02:00 |
|
Ivan Kravets
|
4012a86cac
|
Fixed a "ValueError: Invalid simple block" when uninstalling a package with a custom name and external source // Resolve #3816
|
2021-01-26 16:15:11 +02:00 |
|
Ivan Kravets
|
dd4fff3a79
|
Bump version to 5.1.0rc1
|
2021-01-25 23:50:41 +02:00 |
|
Ivan Kravets
|
0ed99b7687
|
Added a new `--session-id option to pio home` // Resolve #3397
|
2021-01-25 23:44:26 +02:00 |
|
Ivan Kravets
|
2c389ae11e
|
Added new check_prune_system_threshold setting
|
2021-01-24 17:21:22 +02:00 |
|
Ivan Kravets
|
bd4d3b914b
|
Revert "lib_compat_mode" changes // Resolve #3811 Resolve #3806
|
2021-01-24 15:49:56 +02:00 |
|