-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Terminal part
command could need an update
#1558
Comments
It would be really neat to have something like this. However, the table width has to be calculated by finding the longest memory name and memory size:
|
Great plans! I like the includion of the serial number (where available). How about a format such as 0001.0203.0405.0607.0809? I would defo include offset in hex for XMEGAs and modern parts as a wrong value could be the cause for trouble; also it gives you a sense that one memory (eg, boot or sernum) is part of another (flash or sigrow). What are your plans for order? I'd suggest offset order and if offset is the same then the order in which they appear in |
Is it big endian? Is it little endian? I think it needs annotation because it's not clear. Following general principles, the notation '00:01:02:03:04:05:06:07:08:09:0a:0b:0c:0d:0e:0f' is safe. |
One thing to consider is that the I just used the same order as the current implementation uses. And if it's difficult to determine if a memory is R/W, maybe it's best to no R/W to the table? |
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.This is the current output for a measly ATtiny13:
And this is the output for an ATmega4808:
Both contains tons of information, and most of it isn't really useful others than Avrdude developers that cares about chip erase delays and min/max write delays.
How about we redo the entire thing, and only prints "useful information" for the average enthusiast? If more detailed information are needed, use the developer options instead, or read the avrdude.conf.
Now I need to know what you guys think are "necessary information" for the
part
command.The text was updated successfully, but these errors were encountered: