-
Notifications
You must be signed in to change notification settings - Fork 722
DNM USB testing #2089
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
Closed
nordic-segl
wants to merge
1,613
commits into
nrfconnect:main
from
nordic-segl:NRFX-6514_USB-on-Daylight-FPGA
Closed
DNM USB testing #2089
nordic-segl
wants to merge
1,613
commits into
nrfconnect:main
from
nordic-segl:NRFX-6514_USB-on-Daylight-FPGA
Conversation
This file contains hidden or 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
…eration." This reverts commit 5cf176e.
…p for cases when clock_control is not available." This reverts commit 447372a.
This reverts commit 90eb290.
… service lib is used" This reverts commit 25c7897.
…ude path" This reverts commit 13df1dd.
…te cb is set" This reverts commit 01e0f7d.
This reverts commit 2a78f1d.
…s map for ns" This reverts commit 6145e18.
…n-secure domain" This reverts commit 371f757.
…on-secure domain" This reverts commit 36ff72f.
…verlays" This reverts commit 7d674e8.
This reverts commit 3045b24.
This reverts commit 78d1819.
… BT_LL_SW_SPLIT only" This reverts commit 335ed9e.
This reverts commit e014330.
This reverts commit 15532d4.
…nse" This reverts commit 6b33424.
This reverts commit 01c1752.
This reverts commit 1351b7f.
… test_plan.py script" This reverts commit 70b2886.
This reverts commit 1404fdc.
This reverts commit 249a7ad.
This reverts commit d49407f.
This reverts commit 80f445f.
This reverts commit eac356d.
…support" This reverts commit 2dfa0f5.
This reverts commit ec3b301.
…r GRTC" This reverts commit d89bc2f.
…mpty gcda files" This reverts commit bc6eb9e.
Signed-off-by: Bjarki Arge Andreasen <[email protected]>
Fixes wrongly returning an SMP version 2 error code as an SMP version 1 error code instead of adding it as an error Signed-off-by: Jamie McCrae <[email protected]> (cherry picked from commit ddad1e6)
…ER_CONNECTION Removed the experimental status from the BT_BONDABLE_PER_CONNECTION Kconfig option used in the Bluetooth Host SMP layer. This feature has been present in Zephyr for over a year without any issue reports or API modifications. Signed-off-by: Kamil Piszczek <[email protected]> (cherry picked from commit a743dd6)
…RIZATION_CUSTOM Removed the experimental status from the BT_GATT_AUTHORIZATION_CUSTOM Kconfig option used in the Bluetooth Host GATT layer. This feature has been present in Zephyr for almost a year without any issue reports or API modifications. Signed-off-by: Kamil Piszczek <[email protected]> (cherry picked from commit f17431e)
…ssion levels Added new Kconfigs for defining permission level of GATT characteristics that are part of the Bluetooth SMP service in the MCUmgr subsys. Removed the CONFIG_MCUMGR_TRANSPORT_BT_AUTHEN as the new Kconfig options are mutually exclusive and need to be groupa as the Kconfig choice option. Signed-off-by: Kamil Piszczek <[email protected]> (cherry picked from commit 8c0bc54)
Add definition of low power states 'idle' and 's2ram' for nrf54h20/cpuapp. manifest-pr-skip Signed-off-by: Sebastian Głąb <[email protected]> (cherry picked from commit 5b607ed)
…M_MANAGED When PM_DEVICE_SYSTEM_MANAGED is enabled (and that's the default) all devices are suspended when device go to idle state (through pm subsystem and not through just cpu_idle). In this test we are manually controlling PM of the DUT so we don't want that. Additionally, suspend action is taking a semaphore and it is illegal in idle thread (where system managment operates) which causes assert in kernel scheduler. Removed for nrf54h20 as it applies only there. Signed-off-by: Krzysztof Chruściński <[email protected]> Signed-off-by: Sebastian Głąb <[email protected]> (cherry picked from commit cbe0abf)
Signed-off-by: Sebastian Głąb <[email protected]>
nordic-segl
added a commit
to nordic-segl/sdk-nrf
that referenced
this pull request
Oct 9, 2024
Include: nrfconnect/sdk-zephyr#2089 Signed-off-by: Sebastian Głąb <[email protected]>
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.
manifest-pr-skip