Umberto Baldi
Umberto Baldi
The relevant patches have been ported to https://github.com/arduino/avrdude-packing/tree/main/patches or [have been upstreamed/replaced](https://github.com/avrdudes/avrdude/pulls?q=is%3Apr+is%3Aclosed+author%3Aumbynos). The plan is to archive this repo and use only [avrdude v7.1-arduino.1](https://github.com/arduino/avrdude-packing/releases/tag/7.1-arduino.1) in the avr and megaavr cores....
Seems a duplicate of #1208
The problem here is that we don't have a release distributed for linux-armv7 of arduino ctags.. This will be partially solved by arduino/arduino-cli#2285
Hi @dbhaig, at the moment, it could be created a pluggable discovery that does the discovery of the programmer/board, and it gives it an address to that object. Once this...
@dependabot rebase
@dependabot rebase
Hey @KurtE, you should be able to specify additional gdb commands creating `debug_custom.json` in the sketch folder: The IDE2 should allow the user to specify a set of configurations (full...
Hey @mcuee, a little late but the problem should be that the `upload-artifact` uses an old version of the action. To upgrade to a newer version I recommend using this...
Hello, I just tried on a Windows machine with [git bash](https://gitforwindows.org/) installed and everything seems to work just fine: ``` $ curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh Installing in /c/Users/Arduino/bin ARCH=64bit...
Which step of the installer requires admin rights? By searching in the installer configuration I see there are multiple occurrences of `0`, probably the default is `1` and we forgot...