Skip to content
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

Remove legacy storage.hex generation #106

Closed
wants to merge 1 commit into from

Conversation

ahasztag
Copy link
Collaborator

Currently multiple storage_.hex files are
created and flashed, a single storage.hex is deprecated.

Currently multiple storage_<domain>.hex files are
created and flashed, a single storage.hex is deprecated.

Signed-off-by: Artur Hadasz <[email protected]>
@ahasztag ahasztag requested review from tomchy, e-rk and robertstypa April 15, 2024 13:30
@ahasztag ahasztag requested a review from adsz-nordic as a code owner April 15, 2024 13:30
@ahasztag ahasztag marked this pull request as draft April 15, 2024 14:45

ENVELOPE_SLOT_VERSION = 1
ENVELOPE_SLOT_VERSION_KEY = 0
ENVELOPE_SLOT_CLASS_ID_OFFSET_KEY = 1
ENVELOPE_SLOT_ENVELOPE_BSTR_KEY = 2

_LAYOUT = [
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it would be better to leave it empty, but at least leave it defined.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

EnvelopeStorage is a parrent class for EnvelopeStorageNrf54h20 class and uses _LAYOUT variable in some methods so it would be good to leve it empty or assign None value.


ENVELOPE_SLOT_VERSION = 1
ENVELOPE_SLOT_VERSION_KEY = 0
ENVELOPE_SLOT_CLASS_ID_OFFSET_KEY = 1
ENVELOPE_SLOT_ENVELOPE_BSTR_KEY = 2

_LAYOUT = [
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

EnvelopeStorage is a parrent class for EnvelopeStorageNrf54h20 class and uses _LAYOUT variable in some methods so it would be good to leve it empty or assign None value.

@ahasztag ahasztag closed this Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants