-
Notifications
You must be signed in to change notification settings - Fork 8.2k
drivers: fpga: Place API into iterable section #82176
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
Conversation
cfriedt
left a comment
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.
Looks good, but I would suggest holding off until @benediktibk 's ice40 PR is merged and then rebasing to avoid churn.
Sure, also note that the |
f4642e5 to
bef0872
Compare
drivers/flash/flash_sam.c
Outdated
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.
Doesn't belong to this commit :)
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.
Whoops
Add wrapper DEVICE_API macro to all fpga_driver_api instances. Signed-off-by: Pieter De Gendt <[email protected]>
bef0872 to
46d0cf0
Compare
|
Removed flash driver, rebased and added ice40 fpga drivers. |
Add wrapper DEVICE_API macro to all fpga_driver_api instances.