Ivan Kravets

Results 90 issues of Ivan Kravets

- This library in Web Registry: http://platformio.ikravets.com/#!/lib/show/66/HttpClient - Specification: [PlatformIO Library Manager](http://docs.platformio.ikravets.com/en/latest/librarymanager/index.html) - Integration: [IDE Integration](http://docs.platformio.ikravets.com/en/latest/ide.html)

Hi @ntruchsess, I see that your project contains the practical examples. All of us understand that it’s not easy to test them before each new commit to this repository. What...

- This library in Web Registry: http://platformio.ikravets.com/#!/lib/show/91/UIPEthernet - Specification: [PlatformIO Library Manager](http://docs.platformio.ikravets.com/en/latest/librarymanager/index.html) - Integration: [IDE Integration](http://docs.platformio.ikravets.com/en/latest/ide.html)

- This library in Web Registry: http://platformio.org/#!/lib/show/572/StandardCplusplus - Specification: [library.json](http://docs.platformio.org/en/latest/librarymanager/config.html) - Library Manager: http://docs.platformio.org/en/latest/librarymanager/index.html

Hi @apla, I'm an author of http://platformio.org project. The one thing that is missed in PlatformIO is own IDE. However, it can be easy [integrated to popular IDEs](http://docs.platformio.org/en/latest/ide.html). Are you...

A known issue when PlatformIO rebuilds the project every time when the user flashes the board in the release mode and later starts debugging. --- Replace ```python BUILD_DIR = os.path.join("$PROJECT_BUILD_DIR",...

feature
build system

See https://community.platformio.org/t/port-keil-project-to-platformio/7409 Implement `platformio project import` command. For example, ``` platformio project import [KEIL_PROJECT_DIR] -d,--destination-dir [WRITABLE_DIR] -t,--type [keil|...] ```

feature
integration
project