-
Notifications
You must be signed in to change notification settings - Fork 671
[nrf fromlist] tests/flash_map: Allow custom maps to opt out from some scenarios #2908
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
2d77a99
to
0fcfa82
Compare
/* Partition Manager does not have concept of disabled devices | ||
* and so does not generate entries for them, into flash map. | ||
*/ | ||
#if USE_PARTITION_MANAGER == 0 |
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.
this is very yucky, I really don't think we should be adding noups for things like this
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.
How do you propose fixing this? Make this part optional in upstream?
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 think I was able to weasel out of this with Kconfigs that automatically get disabled for us due to usage of custom flash map.
4f831a6
to
8209ab1
Compare
…e scenarios The commit modifies the Flash Map test, providing Kconfigs that allow to opt out from testing disabled partitions and testing DTS node access. Upstream PR #: 90678 Signed-off-by: Dominik Ermel <[email protected]>
8209ab1
to
bcf942d
Compare
|
The commit modifies the Flash Map test, providing Kconfigs that
allow to opt out from testing disabled partitions and testing
DTS node access.
Upstream PR #: 90678