-
Notifications
You must be signed in to change notification settings - Fork 18
Add nxp frdm_rw612 #762
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 nxp frdm_rw612 #762
Conversation
Visit the preview URL for this PR (updated for commit 3c85ddd): https://golioth-firmware-sdk-doxygen-dev--pr762-szczys-add-nxp-ubf7gxcx.web.app (expires Wed, 23 Apr 2025 15:41:12 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: a9993e61697a3983f3479e468bcb0b616f9a0578 |
ed6d6ca
to
334b848
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅ |
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 great, thanks @szczys! Let's also update the README to list this as a CVB
Signed-off-by: Mike Szczys <[email protected]>
This board has a very large (64 MB) flash chip that takes between 4-8 minutes to fully erase. Because of this, the erase step in the HIL plugin has been removed. This is not an issue during sample tests as the erase is performed using JLinkExe and the limited memory range reduces erase time to <30 seconds. However, the pylink plugin we use for integration tests doesn't currently support erasing a memory range. Signed-off-by: Mike Szczys <[email protected]>
334b848
to
0b0b072
Compare
Add frdm_rw612 as a verified device. Signed-off-by: Mike Szczys <[email protected]>
Remove support for the mimxrt1024_evk. It has been replaced as a continuously verified board in the Golioth Firmware SDK by the NXP frdm_rw612. Signed-off-by: Mike Szczys <[email protected]>
0b0b072
to
3c85ddd
Compare
Considerations made for this board
This board has a very large flash chip that takes 4-8 minutes to fully erase. This is untenable for CI testing
resolves https://github.com/golioth/firmware-issue-tracker/issues/786