vsch / CLionArduinoPlugin

A plugin for CLion that enables arduino-cmake integration.
Apache License 2.0
64 stars 11 forks source link

esp8266 #3

Open shelkovkin opened 5 years ago

shelkovkin commented 5 years ago

I'm not sure if this should work. But I tried to configure to work with esp8266. By changing the board.txt to the one that comes with "https://github.com/esp8266/Arduino". As a result, I was able to create a new project for the desired board (by selecting from the list when creating it). But in the build configuration window, the list of boards remained the same, and the project is loaded with an error. It would be great if it would be possible to work with esp8266. 01 02 03 05 06

vsch commented 5 years ago

@shelkovkin, I have not tried it so it probably does not work. The original intention for the customized boards.txt path to point it to a newer Arduino one. In this case it is a third party boards.txt file.

I will have to play with it and looks like the primitive parser in the plugin is not parsing the third party boards.txt correctly. I will try it out. There has to be a way to make it work with third party boards.

vsch commented 5 years ago

@shelkovkin, I will have to add third party specific boards project handling. As I got myself a few esp8266 arduinos I have ability to test the full cycle. The third party boards.txt has different settings options and these need to be handled with that in mind.

Janrupf commented 5 years ago

I also would like to have the ability to use esp8266 so I can use CLion for my projects.

Psychokiller1888 commented 5 years ago

Yeah, me too

PNixx commented 5 years ago

And me to

SingingBush commented 5 years ago

Any update on this? I'd like to deploy to a WeMos D1 Mini from CLion but even the settings was a problem. CLion-Arduino-esp8226-settings

Janrupf commented 5 years ago

Well, for now I would say use platform io, works pretty well and doesn't require any plugins

dwalker-uk commented 4 years ago

Did anyone manage to get this working, i.e. ESP8266-based Arduino code in CLion? I have the same issue as the originator of this thread, i.e. I can get the right boards.txt to appear when I create the project, but doesn't seem to be anywhere to update the list of boards that is used in the Build Settings.

Janrupf commented 4 years ago

Yeah, you can easily use platform io as I mentioned (it effectively is Arduino)

KamushekDev commented 4 years ago

Any updates?