Ivan Grokhotkov
Ivan Grokhotkov
@ahojnnes perhaps you can consider using the `direnv` tool. You can then place an .envrc file into the project directory and define project-specific environment variables there (such as CCACHE_CONFIGPATH). The...
Hi, I'd like to mention that for the ESP-specific plugins, we are open to rewriting them in any language required for integration with Arduino IDE v2.0. We are also open...
@ubidefeo @per1234 Congrats on reaching the Arduino IDE 2.0 release milestone! I wanted to check if you could give any direction with regards to this issue? As I mentioned in...
Yes there is! http://www.esp8266.com/wiki/doku.php?id=arduino-docs
We have some success with Doxygen + Breathe + Sphinx/readthedocs setup, i think it can be replicated here. The only (obvious) thing is that all header files need to receive...
Not usage examples, just what Doxygen normally produces from header file comments. E.g. http://esp-idf.readthedocs.io/en/latest/api-reference/system/log.html#api-reference On Sun, Oct 22, 2017, 19:51 Julian Davison wrote: > Presumably we're thinking more basic api...
I guess this is more of an IDE issue than ESP8266 then? I.e. it applies to any board which uses mDNS for OTA, not just the ESP8266. On Fri, Oct...
@N3xed Would you consider using `configure_file(src dest COPY_ONLY)` instead of `file(COPY)`? I think file(COPY) has two downsides: 1. It will update the destination file modification time if CMake configure stage...
> I've opted not to do this since this would complicate it even more and the current implementation already works. I could implement that as well, though, if requested. Thant...
Looks like this version passed CI, so at least it doesn't break anything it seems. From the perspective of the esp-idf project where the issue was originally reported, this change...