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
|
768681c4f2
|
Remove debugging code // Resolve #4083
|
2021-10-19 19:27:20 +03:00 |
|
Ivan Kravets
|
883187f9ac
|
Bump version to 5.2.2a1
|
2021-10-19 18:21:28 +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
|
4af17356f3
|
Handle ".hpp" files when looking for a library root
|
2021-10-11 15:01:42 +03:00 |
|
Ivan Kravets
|
384e5052bc
|
Bump version to 5.2.1rc2
|
2021-10-10 14:09:59 +03:00 |
|
Ivan Kravets
|
fe62b810db
|
Bump version to 5.2.1rc1
|
2021-10-08 19:03:12 +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 |
|
Ivan Kravets
|
8afe4bae87
|
Typo fix
|
2021-10-08 15:31:26 +03:00 |
|
Ivan Kravets
|
b04bb2b740
|
Fix Click's "DeprecationWarning: 'resultcallback' has been renamed to 'result_callback'" // Resolve #4075
|
2021-10-08 15:18:34 +03:00 |
|
Ivan Kravets
|
a65d973660
|
Extend library root signs with "include" and "src" dirs // Resolve #4073
|
2021-10-08 15:00:05 +03:00 |
|
Ivan Kravets
|
df83d90c06
|
Handle upper-cased "Include" & "Src" folders
|
2021-10-08 14:58:41 +03:00 |
|
Ivan Kravets
|
a1d55f2529
|
Ignore telemetry on "idedata" target
|
2021-10-08 14:40:23 +03:00 |
|
valeros
|
aa097f3fd6
|
Update Cppcheck to v2.6.0 // Resolve #3942
|
2021-10-07 16:43:06 +03:00 |
|
Ivan Kravets
|
e0b72202fd
|
Bump version to 5.2.1b4
|
2021-09-29 19:21:55 +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 |
|
cpavot
|
d1c1f972a6
|
Propagate agent option to remote device monitor command (#4065)
Signed-off-by: Christophe PAVOT <christophe.pavot@wiifor.com>
|
2021-09-29 14:47:11 +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
|
edf8bb3945
|
Bump version to 5.2.1b3
|
2021-09-27 22:59:58 +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
|
6d087f5a38
|
Bump version to 5.2.1b2
|
2021-09-16 22:07:01 +03:00 |
|
Ivan Kravets
|
443417b0f4
|
PyLint fix
|
2021-09-16 21:56:09 +03:00 |
|
Ivan Kravets
|
369e994b0d
|
Check for "build.mcu" and "build.cpu" when looking for precompiled library // Issue #405
|
2021-09-16 21:51:53 +03:00 |
|
Ivan Kravets
|
55469327c6
|
Bump version to 5.2.1b1
|
2021-09-16 21:16:21 +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
|
55408f6ccb
|
Fixed an issue when PlatformIO archives a library that does not contain C/C++ source files // Resolve #4019
|
2021-09-13 14:56:24 +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 |
|
Ivan Kravets
|
775357dd94
|
Better error handling if git is not installed // Resolve #4013
|
2021-09-13 13:31:53 +03:00 |
|
valeros
|
63a2465bac
|
Update check tools to the latest available // Resolve #4041
|
2021-09-10 18:11:48 +03:00 |
|
Ivan Kravets
|
55b786d9f0
|
Use byte-mode for writing binary file
|
2021-08-28 13:21:46 +03:00 |
|
Ivan Kravets
|
131f4be4ea
|
Fix PyLint's "use-dict-literal" and "use-list-literal"
|
2021-08-28 13:14:40 +03:00 |
|
Ivan Kravets
|
d819617d2b
|
Specify encoding for "open()" functions
|
2021-08-28 13:10:07 +03:00 |
|
Ivan Kravets
|
3ee281aaf9
|
Update SPDX License List to 3.14
|
2021-08-09 17:46:56 +03:00 |
|
Ivan Kravets
|
097b6d5097
|
PyLint fixes
|
2021-08-05 18:13:22 +03:00 |
|
Ivan Kravets
|
173dbeb24a
|
Bump version to 5.2.0b1
|
2021-08-02 13:11:23 +03:00 |
|
Ivan Kravets
|
0607b86818
|
Upgraded build engine to the SCons 4.2
|
2021-08-02 13:10:37 +03:00 |
|
Ivan Kravets
|
51b790b767
|
Bump version to 5.2.0a9
|
2021-07-12 15:06:42 +03:00 |
|
Ivan Kravets
|
ac84431361
|
Take into account package's "system" when checking for duplicates
|
2021-07-12 15:06:06 +03:00 |
|
Mikhail
|
7dc8463da9
|
Fix charmap error (#3998)
* Fix charmap error
Fix charmap error on cyrilic in platformio.ini file #3493
* Update config.py
Co-authored-by: Ivan Kravets <me@ikravets.com>
|
2021-07-07 18:25:55 +03:00 |
|
Ivan Kravets
|
ff6d169862
|
Fix PyLint for v2.9.3
|
2021-07-05 13:30:37 +03:00 |
|
Ivan Kravets
|
72cc23ef46
|
Fix PyLint warning with "No exception type(s) specified (bare-except)"
|
2021-06-29 18:25:20 +03:00 |
|
Ivan Kravets
|
5c3b5be613
|
Fix TypeError: 'NoneType' object is not callable
|
2021-06-29 18:07:45 +03:00 |
|
Ivan Kravets
|
5ab7769745
|
Bump version to 5.2.0a8
|
2021-06-24 16:43:00 +03:00 |
|
Ivan Kravets
|
05374d1145
|
Match buffered data from debugging server
|
2021-06-24 16:42:45 +03:00 |
|