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

Support ATmega168, ATmega168P, and ATmega328 #179

Merged

Conversation

DaAwesomeP
Copy link
Contributor

This adds support for the ATmega168, ATmega168P, and ATmega328 (currently only the ATmega328P is supported). These are all identical except:

  • The 168 variants have smaller RAM/flash/EEPROM
  • The P variants are lower power
  • All variants are encoded/treated as separate MCUs requiring recompilation for each target

This also technically adds support for the ATmega168A and ATmega168PA, which appear as ATmega168 to the compiler.

@gin66 gin66 merged commit 68d58fc into gin66:master Jun 15, 2023
13 checks passed
@gin66
Copy link
Owner

gin66 commented Jun 15, 2023

awesome

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

Successfully merging this pull request may close these issues.

2 participants