Ivan Kravets
Ivan Kravets
`library.json` is a library manifest file which can be used with different tools/managers to organise embedded libraries. Currently, only [PlatformIO](http://platformio.ikravets.com) uses it. How does this look from CLI: ``` bash...
[library.json](http://docs.platformio.ikravets.com/en/latest/librarymanager/config.html) is a library manifest file which can be used by the different tools/managers to organise embedded libraries. How does this look from CLI: ``` bash $ platformio lib search...
Guys, if you want to use single project's configuration for different embedded platforms and build it different operation systems without Git or Make dependencies – try [PlatformIO](https://github.com/ivankravets/platformio). P.S: @sudar, thanks...
@fusion809 1. What is the version of `platformio-ide-terminal`? Please install the latest version. 2. Did you set default shell? http://www.cyberciti.biz/faq/howto-change-linux-unix-freebsd-login-shell/
I see the screenshot that you have attached above and it's very old terminal (the buttons are not located in the status bar). Please go to `~/.atom/packages` and remove all...
Thanks! Could you share an output from the dev console? `View > Developer > Reload`
1. Install gcc compiler 2. `cd ~/.atom/packages/platformio-ide-terminal/node_modules/pty.js` 3. `npm install` 4. Check that `build/Release/pty.node` exists 5. Restart Atom.
1. Different headers 2. Different `npm` Where is located `npm` in Atom/Linux Arh? My Mac: `/Applications/Atom.app/Contents/Resources/app/apm/node_modules/npm/bin/npm`. Try to rebuilt `gyp` module using Atom's `npm`. I mean, in 3-rd step from...
1. This solution will work only for the people that have C/C++ compiler installed.2 2. In `platformio-ide-terminal` we have pre-built pty's backends for the most popular OS/Archs. 3. The 2...
Did you install PlatformIO for CLion plugin? See https://docs.platformio.org/en/latest/integration/ide/clion.html