-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add GD55 QSPI NOR Flash support #15523
Add GD55 QSPI NOR Flash support #15523
Conversation
[Experimental Bot, please feedback here] Fill In The Commit Message: This PR contains a Commit with an Empty Commit Message. Please fill in the Commit Message with the PR Summary. The PR, as described, partially meets the NuttX requirements. While it provides a summary and some testing information, it lacks crucial details. Here's what's missing:
In short, the PR needs more detail to meet the NuttX requirements fully. Providing more context and specifics will greatly improve the review process and increase the likelihood of acceptance. |
52cf8db
to
3c511e7
Compare
b8dbdc7
to
b0b5d46
Compare
@TimJTi does it ready for review? |
@xiaoxiang781216 - just doing some final checks and adjustments as I found a few minor inconsistencies. Should be marking it as ready later today |
b0b5d46
to
c7a82d4
Compare
Summary
This adds support for the GigaDevice QSPI GD55 NOR Flash devices
Impact
None, other than adding new device support
Testing
On a custom board using SAMA5D27C-D1G with a single GD55B01G 1Gbit device. Device has been partioned, fully and partially erased, written to and protected in various ways and checked that the protected areas report as locked correctly. Some performance measruerments taken and it behaves well.
Support has been added for the 2Gbit device "in good faith" but I have no board with this device to hand to check it.