Ivan Kravets

Results 655 comments of Ivan Kravets

> RAK811 See https://github.com/platformio/platform-ststm32/issues/86. It was already added to STM32Duino and will be available in PlatformIO after the final releases. Stay tuned with us on https://twitter.com/PlatformIO_Org > К1986 What is...

Please temporary use updated docs: http://docs.platformio.org/en/latest/plus/debugging.html#tools-debug-probes

1st request is implemented in https://platformio.org/boards Also, see new updated registry for platforms and frameworks

> If I configure with “d:\Test\Core” Could you build a project?

Hello, You are looking for `extends` option, see https://docs.platformio.org/en/latest/projectconf/section_env_advanced.html

See [Dynamic variables](https://docs.platformio.org/en/latest/projectconf/dynamic_variables.html): ``` [devices] build_flags = -D MAIN_DEFINE=2 [env:device1] extends = devices build_flags = -D OTHER_DEFINE=1 ${devices.build_flags} ```

Thanks, I moved to PlatformIO Core.

It looks like an issue in VSCode, see https://github.com/microsoft/vscode/issues/157814 Could you file a new issue in https://github.com/platformio/platformio-vscode-ide/issues ? We will make a hotfix to it and release a new version...

I see. How does `$` appear in Windows path? It can lead to a problem on SCons site (when building project) because SCons will try to substitute `$VARs` with their...