-
Notifications
You must be signed in to change notification settings - Fork 626
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
boards: nrf54l15pdk: set default pdk to 0.7.0 #1845
Closed
Closed
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
This reverts commit b3ec345. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit 4dd0af5. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit da1af7e. Signed-off-by: Robert Lubos <[email protected]>
…ct` command" This reverts commit 73bef57. Signed-off-by: Robert Lubos <[email protected]>
… get opt parsing" This reverts commit 08dee4b. Signed-off-by: Robert Lubos <[email protected]>
… platform allow" This reverts commit 51c8066. Signed-off-by: Robert Lubos <[email protected]>
…ccess" This reverts commit 2d2a2e0. Signed-off-by: Robert Lubos <[email protected]>
…ement API" This reverts commit 955ca26. Signed-off-by: Robert Lubos <[email protected]>
…gement" This reverts commit 4fa036e. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit 1758a32. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit ffbf62c. Signed-off-by: Robert Lubos <[email protected]>
…_posix" This reverts commit 1552882. Signed-off-by: Robert Lubos <[email protected]>
…ore samples" This reverts commit cce7219. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit 634bfae. Signed-off-by: Robert Lubos <[email protected]>
…n nRF54L" This reverts commit b320a9e. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit 2ef7c81. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit 570c8c2. Signed-off-by: Robert Lubos <[email protected]>
… devices" This reverts commit f50ad41. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit 253ee08. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit 63c8c9d. Signed-off-by: Robert Lubos <[email protected]>
…dc_api test" This reverts commit 2da6498. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit 51f7968. Signed-off-by: Robert Lubos <[email protected]>
…54L15 device" This reverts commit 57de7d1. Signed-off-by: Robert Lubos <[email protected]>
…s output set high" This reverts commit 3733e70. Signed-off-by: Robert Lubos <[email protected]>
…54 TWIS" This reverts commit 28e2f57. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit f706d53. Signed-off-by: Robert Lubos <[email protected]>
…54h20" This reverts commit 5660de7. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit a412cab. Signed-off-by: Robert Lubos <[email protected]>
…n call" This reverts commit 8e66a57. Signed-off-by: Robert Lubos <[email protected]>
…ting" This reverts commit f5c0d31. Signed-off-by: Robert Lubos <[email protected]>
…ith J-Links The nrfutil runner calls "nrfutil --json device list" which outputs information about all connected serial ports. The list includes not only actual boards but also any ttyACM instance. If the ttyACM instance does not have serial number, then the nrfutil runner will fail on matching serial number regexp on NoneType. Fix the issue by limiting nrfutil runner board output to only devices that have trait jlink set. Signed-off-by: Tomasz Moń <[email protected]> (cherry picked from commit e136f02)
…lized drivers/serial/uart_async_to_irq.c: In function 'get_rx_timeout': drivers/serial/uart_async_to_irq.c:51:26: warning: 'cfg.baudrate' may be used uninitialized 51 | baudrate = cfg.baudrate; | ~~~~~~~~~^~~~~~~~~~~~~~ drivers/serial/uart_async_to_irq.c:45:28: note: 'cfg' declared here 45 | struct uart_config cfg; Upstream PR: zephyrproject-rtos/zephyr#74530 Signed-off-by: Piotr Kosycarz <[email protected]>
In order for the --recover option to work properly on the nRF54H20, it requires executing it for both cores, the radio and the application one. Extend the recover_target() function so that it does so for both 53 and 54H20. Upstream PR: zephyrproject-rtos/zephyr#74489 Signed-off-by: Carles Cufi <[email protected]>
This is implementation of ICBMsg endpoint deregistration. The underlying ICMsg instance and blocks are not affected by deregistration, so it is possible to reuse the same address during the re-registration of the same endpoint. Upstream PR: zephyrproject-rtos/zephyr#74243 Signed-off-by: Dominik Kilian <[email protected]>
NordicBuilder
requested review from
anangl,
jaz1-nordic,
kl-cruz,
magp-nordic,
masz-nordic and
nika-nordic
June 21, 2024 08:20
magp-nordic
reviewed
Jun 21, 2024
jaz1-nordic
reviewed
Jun 25, 2024
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.
Please correct the commit name to:
[nrf noup] boards: nrf54l15pdk: set default pdk to 0.7.0
Replace default pdk board from 0.3.0 to 0.7.0 Signed-off-by: Bartosz Sokolski <[email protected]>
magp-nordic
approved these changes
Jun 25, 2024
jaz1-nordic
approved these changes
Jun 26, 2024
anangl
requested review from
carlescufi,
de-nordic,
nordic-krch and
a team
as code owners
July 3, 2024 09:06
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.
Replace default pdk board from 0.3.0 to 0.7.0