-
Notifications
You must be signed in to change notification settings - Fork 133
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
SAMx7x I2C driver + more I2C EEPROM support #954
SAMx7x I2C driver + more I2C EEPROM support #954
Conversation
chris-durand
commented
Feb 3, 2023
•
edited
Loading
edited
- SAMx7x I2C driver
- Add support for I2C EEPROMs with 8-bit addressing (from [driver] Add support for I2C eeproms with 8 bit addressing #783)
- Add AT24MAC402 EEPROM driver with support of special functions
- Add I2C EEPROM examples
- Test in hardware with SAMV71 Xplained Pro and on board I2C EEPROM
- Add SAMV71 Xplained Pro I2C / EEPROM hardware unit test
a55da9e
to
f6d2e00
Compare
f6d2e00
to
8e6bdb2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice! Including the platform test!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! 👌
8e6bdb2
to
d1938eb
Compare
I'd like to merge soon. Any objections? |
I'm happy with it! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Go!