Ivan Kravets
fcba901611
Bump version to 6.1.14
2024-03-21 21:11:15 +02:00
Ivan Kravets
c01ef88265
Upgraded the build engine to the latest version of SCons (4.7.0)
2024-03-18 14:27:45 +02:00
Ivan Kravets
32991356f3
Enhanced Static Code Analysis to accommodate scenarios where custom src_dir or include_dir are located outside the project folder // Issue #4874
2024-03-16 14:07:01 +02:00
Ivan Kravets
d36e39418e
Corrected the validation of `symlink://` package specifications // Issue #4870
2024-03-16 13:45:21 +02:00
Ivan Kravets
621b24b665
Introduced the `--json-output option to the pio test` command // Resolve #4740
2024-02-16 17:08:03 +02:00
Ivan Kravets
aa06d21abe
Resolved an issue with the hexlify filter in the device monitor command // Resolve #4732
2024-02-15 22:28:09 +02:00
Ivan Kravets
e1ff9a469d
Resolved an issue where the LDF selected an incorrect library version // Resolve #4860
2024-02-13 19:32:57 +02:00
Ivan Kravets
353f440335
Addressed an issue where passing a relative path to the pio project init // Resolve #4847
2024-02-07 13:36:21 +02:00
Ivan Kravets
e3e08d9691
Resolved an issue related to the relative package path in the pio pkg publish
2024-01-22 22:57:07 +02:00
Ivan Kravets
a75da327d0
Broadened version support for the pyelftools dependency // Resolve #4834
2024-01-17 12:45:33 +02:00
Ivan Kravets
1fe806269d
Start 6.1.14a1
2024-01-12 12:53:51 +02:00
Ivan Kravets
700c705317
Bump version to 6.1.13
2024-01-12 12:51:49 +02:00
Ivan Kravets
adab425c6d
Expanded support for SCons variables declared in the legacy format `${SCONS_VARNAME}` // Resolve #4828
2024-01-11 19:23:26 +02:00
Ivan Kravets
aabbbef944
Start 6.1.13
2024-01-10 16:39:38 +02:00
Ivan Kravets
a2f3e85760
Bump version to 6.1.12
2024-01-10 16:17:02 +02:00
Ivan Kravets
ba58db3079
Introduced the capability to launch the debug server in a separate process // Resolve #4722
2024-01-09 21:00:42 +02:00
Ivan Kravets
41bd751ec2
Implemente automatic installation of missing dependencies when utilizing a SOCKS proxy // Resolve #4822
2024-01-06 17:48:18 +02:00
Ivan Kravets
c74c9778a1
Enhance PIP dependency declarations // Resolve #4819
2024-01-06 16:24:01 +02:00
Ivan Kravets
f2d16e7631
Bump version to 6.1.12b1
2023-12-31 14:56:39 +02:00
Ivan Kravets
b181406a1f
Resolve an issue where custom debug configurations were being inadvertently overwritten in VSCode's `launch.json` // Resolve #4810
2023-12-31 14:54:57 +02:00
Ivan Kravets
195304bbea
Implemented a fail-safe mechanism to terminate a debugging session if an unknown CLI option is passed // Resolve #4699
2023-12-09 15:27:06 +02:00
Ivan Kravets
e4c4f2ac50
Resolved an issue where native debugging failed on the host machine // Resolve #4745
2023-12-09 15:12:16 +02:00
Ivan Kravets
998da59f7c
Add support for Python 3.12
2023-12-08 20:18:29 +02:00
Ivan Kravets
127b422d25
Rectified an issue where ${platformio.name} erroneously represented None as the default project name // Resolve #4717
2023-12-08 19:38:50 +02:00
Ivan Kravets
8c61f0f6b6
Enhanced the handling of built-in variables during interpolation // Resolve #4695
2023-12-08 19:12:00 +02:00
Ivan Kravets
984d63983d
Upgrade the build engine to the latest version of SCons (4.6.0) // Resolve #4789
2023-12-01 20:28:25 +02:00
Ivan Kravets
11df021750
Resolve an issue where running pio project metadata resulted in duplicated include entries // Resolve #4723
2023-12-01 19:38:25 +02:00
Ivan Kravets
b238c55e53
Introduced a warning during the verification of MCU maximum RAM usage // Resolve #4791
2023-11-28 18:15:16 +02:00
valeros
961ab6b35e
Properly handle the check_src_filters option per environment
...
Resolves #4788
2023-11-17 13:12:40 +02:00
Ivan Kravets
e1f34c7ea0
Drastically enhanced the speed of project building when operating in verbose mode // Resolve #4783
2023-11-16 20:05:44 +02:00
Ivan Kravets
540465291a
Resolved an issue where `get_systype()` inaccurately returned the architecture // Resolve #4777
2023-11-16 19:01:24 +02:00
Ivan Kravets
7ab27ddf9d
Resolved an issue where the `COMPILATIONDB_INCLUDE_TOOLCHAIN` setting was not correctly applying to private libraries // Resolve #4762
2023-11-16 18:54:45 +02:00
Ivan Kravets
f1c445be15
Bump version to 6.1.11
2023-08-31 17:54:11 +03:00
Ivan Kravets
a0f8def616
Resolved a regression issue with Memory Inspection in PIO Home
2023-08-14 19:02:58 +03:00
valeros
2ee8214485
Use CC location for resolving toolchain path in VSCode template
...
VSCode uses the "packagetoolchainBinDir" option to find the objdump
binary and if GDB is shipped separately from the toolchain package then
VSCode will fail to launch a debug session due to missing objdump
2023-08-14 15:57:00 +03:00
Ivan Kravets
532759c0c6
Bump version to 6.1.11a1
2023-08-11 13:21:44 +03:00
Ivan Kravets
8b6a4b8ce8
Bump version to 6.1.10
2023-08-11 13:18:41 +03:00
Ivan Kravets
a733f3c868
Update slogan
2023-08-11 12:07:16 +03:00
Ivan Kravets
9170eee6e4
Resolved an issue with "ModuleNotFoundError: No module named 'chardet'" on macOS ARM // Resolve #4702
2023-07-29 16:03:14 +03:00
valeros
5c9b373b65
Update Cppcheck to v2.11
2023-07-17 14:12:52 +03:00
Ivan Kravets
0fe6bf262e
Ensure that the `monitor` target is not executed if any of the preceding targets encounter failures
2023-07-15 15:15:21 +03:00
Ivan Kravets
be4d016f61
Resolved an issue with "pio pkg exec" command on WIndows while executing Python scripts from a package
2023-07-11 14:23:05 +03:00
Ivan Kravets
ff221b103a
Resolved an issue that caused generated projects for PlatformIO IDE for VSCode to break when the `-iprefix` compiler flag was used
2023-07-07 22:36:43 +03:00
Ivan Kravets
646aa4f45b
Bump version to 6.1.10a1
2023-07-06 14:44:56 +03:00
Ivan Kravets
3d48f3ec04
Bump version to 6.1.9
2023-07-06 14:33:15 +03:00
Ivan Kravets
837ea85c3c
Resolved an issue that resulted in unresolved absolute toolchain paths when generating the "compile_commands.json" // Resolve #4684
2023-07-06 13:53:14 +03:00
Ivan Kravets
109c537d86
Fixed handling of `-include` flag // Resolve #4683
2023-07-06 11:40:30 +03:00
Ivan Kravets
8a38442bba
Bump version to 6.1.9a1
2023-07-05 15:13:22 +03:00
Ivan Kravets
3b3fbecbf3
c
2023-07-05 15:11:34 +03:00
Ivan Kravets
01ab1fa4c0
Resolved a critical issue related to the usage of the `-include` flag // Resolve #4682
2023-07-03 18:37:57 +03:00