Valerii Koval

Results 535 comments of Valerii Koval

Hi @thorrak ! Could you please explain what you mean by "unusable"? Are there any errors? > Is there any way under Platformio 4.3 to NOT use the plugin and...

If I'm not mistaken you need to manually load build environments as decribed [here](https://docs.platformio.org/en/latest/integration/ide/clion.html#clion-does-not-load-project-build-environments-from-platformio-ini) at least for the first time. > Is the plan going forward that the plugin is...

Hi @MikeMitterer ! Thanks for the FR. Could you please explain in more details how it works in your case? I tried your solution and it seems that renaming that...

Thanks, but that didn't help and it still doesn't work with the native CLion plugin for PlatformIO: ![image](https://user-images.githubusercontent.com/886732/110104075-5e504600-7daf-11eb-8af7-93e34d73dcae.png) Do you use that plugin, right? Based on your screenshot it seems...

I don't think we can properly overcome this limitation as the input size of WINAPI function `CreateProcess` is limited to 32767 characters. As a workaround, you can install packages somewhere...

There are plenty of includes in the framework itself so you need to move it to the root folder as well. Are you sure that `ArduinoCore-nRF528x-mbedos` can be used as...

@prostoAlexandr It's a known issue, try to use `packages_dir` option so the include paths will be shorter, for example: ``` [platformio] packages_dir = C:\\pio [env:nucleo_l152re] platform = ststm32 board =...

Hi @edgrin! Thanks for the report. Indeed, there is a limitation which relates to configuration of additional libraries from `mbed_app.json` file. The reason is that our build logic is slightly...

Hi @TaremAkabekov ! It's strange, but I cannot reproduce the issue even with your Dockerfile (although I needed to remove the `USER 1000` line, otherwise I got a `Permission Denied`...

I'll add support for ChibiOS, if finish the work on PlatformIO 2.0