Martino Facchin

Results 212 comments of Martino Facchin

@Rashantha it would be cool if you could tell me exactly which version of Windows10 you are running (OS name, version and build number, like "Windows10 S 1511 10586.29" )....

Hi @Rashantha, I installed your exact same version in a VM (both 32 and 64 bit) and couldn't reproduce the issue. I think it's related with some other program (antivirus)...

@bperrybap and @per1234 , I just checked with the provided sketch and indeed the issue is not solved in nightly. `ctags` reports the line of the function name, not the...

Will be fixed by merging https://github.com/arduino/arduino-builder/pull/182

Agree, the log level should be configurable (quiet by default and configurable via a flag). Since we are still under heavy development it's quite handy to have a very verbose...

Hi Paul, I think the main issue here is related to the 1200bps touch (not relevant on the Teensy). After the touch, the IDE waits for the serial port to...

No worries, I will remember this request as soon as we touch the builder (or the cli) again :wink:

Hi Paul, this is not intentional :smile: I'll take a closer look at which part is preventing this to happen. Thanks for spotting this !

I just tested with Wifi101 examples and it seems to parallelize also the library compilation. The logic is a bit convoluted (the workqueue is library and extension wise, so it...

As of today, all source files of a "submodule" are compiled in parallel with N threads (N = core number), while all submodules are compiled in order. A submodule can...