-
Notifications
You must be signed in to change notification settings - Fork 697
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
zephyr: Add NRF54L configuration #1892
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
michalek-no
force-pushed
the
l15-hello
branch
from
January 25, 2024 16:31
d50381c
to
358b8cc
Compare
nordicjm
reviewed
Jan 26, 2024
michalek-no
force-pushed
the
l15-hello
branch
2 times, most recently
from
January 31, 2024 10:25
c5200ce
to
1f21b6e
Compare
michalek-no
force-pushed
the
l15-hello
branch
from
February 2, 2024 13:30
1f21b6e
to
51f0e36
Compare
rebased |
nordicjm
reviewed
Feb 5, 2024
michalek-no
force-pushed
the
l15-hello
branch
from
February 5, 2024 11:23
51f0e36
to
94a94f9
Compare
nordicjm
approved these changes
Feb 5, 2024
nordicjm
reviewed
Feb 5, 2024
@@ -0,0 +1,12 @@ | |||
# Copyright (c) 2020 Nordic Semiconductor ASA |
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.
Year is wrong but not that important
Adds default Kconfig configuration that allows to build MCUboot for NRF54L. Currently this configuration turns off WDT and FPROTECT, which is TODO to fix. Signed-off-by: Dominik Ermel <[email protected]> Signed-off-by: Mateusz Michalek <[email protected]>
michalek-no
force-pushed
the
l15-hello
branch
from
February 5, 2024 11:46
94a94f9
to
ee5d8c2
Compare
nvlsianpu
approved these changes
Feb 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds default Kconfig configuration that allows to build MCUboot for NRF54L.
Currently this configuration turns off WDT and FPROTECT, which is TODO to fix.