-
Notifications
You must be signed in to change notification settings - Fork 8k
test: drivers: flash: common: Add sfdp case for nrf54l15 tests. #97495
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?
Conversation
b8ad7c6
to
7fac306
Compare
Add case for using flash with some parameters read with runtime sfdp instead of dt declarations. Signed-off-by: Bartlomiej Buczek <[email protected]>
Extend jesd216 sample with nrf54l15dk cases. These platforms have jesd216 compatible flash memories on board. Signed-off-by: Bartlomiej Buczek <[email protected]>
7fac306
to
6975ee3
Compare
|
- nrf54l15dk/nrf54l10/cpuapp | ||
- nrf54l15dk/nrf54l15/cpuapp | ||
harness_config: | ||
fixture: external_flash |
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.
The board has ext Flash permanently attached to it, it's always available, no need for a fixture.
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.
- It is a copy form above scenario - thus please keep fixture.
- Fixture in above scenario is to distinguish between boards which indeed have ext flash mounted permanently and those which use those pins for different purpose (they have other fixture). Without fixture, this test can be executed on non default boards too.
Add case for using flash with some parameters read with runtime sfdp instead of dt declarations.