-
There are a couple of ..._write_byte() routines that contain code for writing the signature page, eg,
https://github.com/avrdudes/avrdude/blob/cbac6349b02ae72ec3ed2b345efe8f121d846547/src/jtagmkII.c#…
-
This issue lists the status of all tests for the [Release Candidate 1 of the 2024.10](https://github.com/RIOT-OS/RIOT/releases/tag/2024.10-RC1) release.
Specs tested:
- [ ] [01-ci](https://github.…
-
There isn't really a good authority how the memory should be called that houses the lock bits. Neither the data sheets nor the atdf files have a systematic way of naming. AVRDUDE calls these memories …
-
I get the following error when I try to follow the instructions for using Doxygen to generate the documentation.
```
Executing "make doxygen" on all LUFA library elements.
/Library/Developer/Co…
-
Just a quick thought: Let the computer do this nasty work of aligning parameter strings. Could a format like this:
```c
const int msg_space = 21;
msg_info("%s%-*s : 0x%02x\n", p, msg_space, "ICE …
Ho-Ro updated
11 months ago
-
My main concerns with the current implementations are
1. Naming conflicts for structures in global namespace. `RF24_arduino_wrappers::SPI` is better than `::SPI`.
2. Indicate (in source code) that o…
-
The terminal `part` command outputs information about the connected part. This command, however, was developed when there were only "classic" AVRs, but now we got "modern ones" (with UPDI) and Xmegas.…
-
avrdude is slow when is flashes files that have pages that consist only of 0xff.
Such pages can be skipped which speeds up flashing. This applies independent of whether an erase is performed.
T…
-
For XMEGA(256A3).
From: https://github.com/NationalSecurityAgency/ghidra/blob/master/Ghidra/Processors/Atmel/data/languages/avr8.sinc
```
# AVR processors with more than 64 KiB of RAM make use of…
-
As the title suggests, after one hardship, another one.
This issue currently occurs when the following combinations are met:
- git main
- Use "jtagmkii_updi". (Is it just jtag2updi?)
- Target …