Mattia Pennasilico
Mattia Pennasilico
Hi @Frenzoid do you need more help or we can close it ?
rebased on master to fix m4 build ci error
Hi @chrisisbeef what do you think is missing or does not fit your needs in the Arduino_ConnectionHandler implementation?
Fixed typo in commit message
1 commit 3 typos :sob: thanks @per1234
Need to fix the failing test. Alarm set for monday morning :clock10:
Had the same issue fixed with your suggested link. http://stackoverflow.com/a/921762
Tested with a simple project with *.c *.o *.gcna *.gcno files all in the same directory and it works. I need some help to understand how to configure the project...
Another update if i change lcov-bat command from `%perl% %idir%lcov.perl -b . -d . -c -o gcov/lcov.info` to `%perl% %idir%lcov.perl -b . -d w:\custom\path\ -c -o gcov/lcov.info` i'm getting the...
Hi valbok, i've fixed this issue following this link http://stackoverflow.com/a/7410375. Option 2 worked for me. Now i will go on with the next issue. Thanks for your help