-
Notifications
You must be signed in to change notification settings - Fork 8k
drivers: eeprom: fm25xxx: add support for infineon fm25xxx FRAM #94557
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
base: main
Are you sure you want to change the base?
drivers: eeprom: fm25xxx: add support for infineon fm25xxx FRAM #94557
Conversation
dc2c114
to
2472a8b
Compare
2472a8b
to
8ee9f03
Compare
|
8ee9f03
to
a396b5c
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.
Please remove the unnecessary locking around the single SPI transaction.
a396b5c
to
6351512
Compare
Done |
Please rebase on |
6351512
to
3738dc9
Compare
3738dc9
to
ce36c11
Compare
Done. Also removed a now unused variable |
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.
I just remembered - you need to add a build-only test to tests/drivers/build_all/eeprom/
as well.
What exactly needs to be added there? I don't see any other tests for specific FRAM/EEPROM chips in that directory |
You need to add an entry to https://github.com/zephyrproject-rtos/zephyr/blob/main/tests/drivers/build_all/eeprom/app.overlay to ensure the driver gets built in CI. |
ce36c11
to
ab3a052
Compare
ab3a052
to
476c663
Compare
This driver adds support for the Infineon FM25XXX series of chips. Has been tested on Infineon FM25CL64B-G. Signed-off-by: Luna Pes <[email protected]>
476c663
to
79a8d65
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.
Thanks!
This driver adds support for the Infineon FM25XXX series of FRAM chips.
Has been tested on Infineon FM25CL64B-G.