Skip to content
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

Hmm, I also found this [Stackoverflow Answer](https://electronics.stackexchange.com/a/390541) which might give a good base: #387

Closed
lemurcina opened this issue Dec 30, 2022 · 1 comment

Comments

@lemurcina
Copy link

    Hmm, I also found this [Stackoverflow Answer](https://electronics.stackexchange.com/a/390541) which might give a good base:

"4" The last digit marks the series of chips. Within a series they are often pin-compatible and share a similar set of features. Some prominent series are:

  • 'no digit' - these are the first generation chips with 8 to 128 kiB Flash
  • '8' - a series from 4 to 32 kiB Flash, all in the same housing. More or less an improved version of the original chips
  • '4' similar to '8', but in larger packages with more pins (~40 instead of ~30) and up to 128 kiB Flash
  • '5' similar to '4', but with more timers and PWM channels
  • '0','1' rather old family with large packages (60 - 100 pins) and up to 256 kiB Flash.
  • '9' with integrated LCD controller
  • 'U2', 'U4' are the two sizes of USB-enabled controllers
  • '08', '09' newest family with additional configurable logic and more CPU-bypassing features
  • '50', '90' the largest chips with 100 pins, but few peripherals

I think we can group some of them even more. For a start, I'd (without looking deeper) group the ATmega devices like this:

  • no digit
  • 8, 4, 5
  • 0, 1
  • U*

for the others, we don't currently have any devices supported, so we can take care of them later. For the ATtiny devices, I think we can try to merge the info from your link with this kind of 'generation' numbering scheme, to derive a sensible partitioning.

What also needs to be evaluated is how to name those crates ... Not sure what would be intuitive.

Originally posted by @Rahix in #94 (comment)

@Rahix
Copy link
Owner

Rahix commented Jan 3, 2023

Sorry, can you elaborate what you created this issue for? Maybe I am missing something?

@Rahix Rahix closed this as completed Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants