Umberto Baldi
Umberto Baldi
Here's my contribution: CPU temperature runchart: ```runcharts: - title: CPU Temp rate-ms: 1000 # sampling rate, default = 1000 scale: 0 # number of digits after sample decimal point, default...
> Maybe we can ask the users @mcuee Where should this action take place? If you mean [here](https://forum.arduino.cc/t/usbtinyisp-from-ide/263885), that post is from 2014. BTW here's another report https://learn.adafruit.com/introducing-trinket/programming-with-avrdude
Hi @dl8dtl, sorry for the delay, finally I had some time to carry on some tests. I tried uploading to an Arduino Gemma with our patched version of the `avrdude.conf`...
Nope, with `hip_erase_delay = 100000;` won't work, it seems to be the same error as with the default unpatched avrdude config: [out.txt](https://github.com/avrdudes/avrdude/files/9113668/out.txt)
> @umbynos Do you want to change your PR that way, or do you want me to suggest a new one instead? Since I don't know the codebase that well,...
Hello guys, @arduino maintainer here, I'm the guy responsible for https://github.com/arduino/avrdude-packing. I would like to answer [the questions](https://github.com/arduino/avrdude-packing/issues/4#issue-1265854377) posted by @kristofmulier here for completeness. > I assume this new repository...
> hidapi I was using 0.11.2 I'm currently trying to update libusb to 1.0.26, libusb-compat to 0.1.7, libftdi to 1-1.5 and hidapi to 0.12.0 I'll keep you posted. PS since...
In the end I managed to: - bump libusb-compat to 0.1.7 - bump libusb to 1.0.26 - bump hidapi to 0.12.0 libftdi1-1.5 was a pain to update and I gave...
>Just wondering why you prefer to use cross-compiler. Because we cannot build natively on GitHub actions CI, or at least we could, but the VMs GitHub offers are pretty updated...
Ps I just opened the repo we used to build https://github.com/arduino/crossbuild, if you want to give it an eye