-
Looks like I need to spend more time on this chip. Require probably same changes as in https://github.com/Rahix/avr-device/issues/26#issuecomment-679831658
@Rahix can you please advice which topic…
-
I'm able to burn a bootloader to an ATMEGA4809 (40 pin DIP) using jtag2updi, but when I try to upload a sketch I get the subject error:
```
avrdude: AVR Part "atmega4809{upload.workaround}" not foun…
-
Can you support the AVR128DA48 Curiosity Nano? The upload should work like the ATMEGA4809 Curiosity Nano, it is the same chip for UPDI Debug. Atmel nEDBG, see MegaCoreX.
-
Why are the pins D18 and D19 at the µC double assigned with PA2/PA3 and PF2/PF3?
When is Port.A and when is Port.F used on these pins?
-
Whenever I try to compile a file for the Arduino Nano Every which includes this library it won't compile, this code:
`#include `
gives this output:
`/home/builder/opt/arduino-builder/arduino-build…
ghost updated
3 years ago
-
- [x] I have read the Troubleshooting section of the ReadMe
## What type of issues is this?
- [ ] Request to support a new module
- [x] Bug or problem compiling the library
- [ ] Bug or is…
-
For integration with other tools that uses avr-gcc and Avrdude (Like Arduino IDE and PlatformIO) would be great if pyupdi supported the same target names as avr-gcc and Avrdude uses.
In other words…
-
**ERROR when compiling**
```
In file included from /home/ondra/Arduino/libraries/RadioLib/src/modules/HC05/HC05.h:4:0,
from /home/ondra/Arduino/libraries/RadioLib/src/RadioLib.h:65…
-
Great to have vl53l1x_uld support in Adding IDE but need support for Nano Every, one of the mega AVR boards. When could we expect this support?
-
Because FireBox is no longer with us, and I'm the only one that has any SAMC21 based hardware, it is best to remove the SAMC21 from the codebase to keep things simple.
Along the same lines, nobody …