-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
manifest: Update upmerged respositories #12619
Conversation
Test specificationCI/Jenkins/NRF
CI/Jenkins/integration
test-ci-nrfconnect-boot-fw-update: added because there was no .github/test-spec.yml in 'mcuboot' Detailed information of selected test modules Note: This message is automatically posted and updated by the CI |
fe5db81
to
7ad83d6
Compare
f319a28
to
c69f343
Compare
c69f343
to
39b125f
Compare
39b125f
to
c7006cc
Compare
Fixes an issue by adding a zephyr include with the internal sockets path Signed-off-by: Jamie McCrae <[email protected]>
Fixes some issues which are present as a result of the zephyr upmerge Signed-off-by: Jamie McCrae <[email protected]>
Prevents PM being enabled when it should be disabled in zephyr tests by disabling child image Kconfigs that enable the PM Kconfig option Signed-off-by: Jamie McCrae <[email protected]>
Disables configuration options for child/parent images Signed-off-by: Jamie McCrae <[email protected]>
Leave the default zephyr signing script if partition manager is not enabled when using sysbuild Signed-off-by: Jamie McCrae <[email protected]>
Removes the sysbuild test from the quarantine list as this has been fixed Signed-off-by: Jamie McCrae <[email protected]>
Adds additional LVGL applications to the quarantine list due to lack of sdl2 Signed-off-by: Jamie McCrae <[email protected]>
The upstream Zephyr commit 9c47eb9 does some code refactoring and replaces bt_audio_codec_cfg_get_frame_duration_us with codec_cfg_get_frame_duration_us Signed-off-by: Dominik Ermel <[email protected]>
Adds a bluetooth tester file to the apache 2.0 license allowed list Signed-off-by: Jamie McCrae <[email protected]>
Fixes a compliance issue by replacing space indents with tabs Signed-off-by: Jamie McCrae <[email protected]>
Updates the release details with the current zephyr commit Signed-off-by: Jamie McCrae <[email protected]>
Renames the folder as the underlying application has been renamed Signed-off-by: Jamie McCrae <[email protected]>
The underlying application name has changed Signed-off-by: Jamie McCrae <[email protected]>
Add new requirements brought by Zephyr. Signed-off-by: Gerard Marull-Paretas <[email protected]>
Table cells were not aligned. Signed-off-by: Gerard Marull-Paretas <[email protected]>
So that it can be used in sample tables. Signed-off-by: Gerard Marull-Paretas <[email protected]>
Update some references with their new id. Note that most samples now require the usage of the Zephyr Sphinx domain, enabled in this patch as well. Signed-off-by: Gerard Marull-Paretas <[email protected]>
All warnings are gone. Signed-off-by: Gerard Marull-Paretas <[email protected]>
2d52f1a
to
831395f
Compare
applications/nrf5340_audio/src/bluetooth/bt_stream/unicast/Kconfig.defaults
Show resolved
Hide resolved
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.
Audio is good.
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.
Almost good for audio test, but there is a minor discrepancy in the kconfig for one setting in one particular build-condfiguration of the audio application.
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.
Ok, CONFIG_NCS_INCLUDE_RPMSG_CHILD_IMAGE may still be called as such and not CONFIG_NCS_INCLUDE_IPC_CHILD_IMAGE, but we have decided that this is not a blocker for the Audio project as of now.
Upmerging:
test-sdk-nrf: test_upmerge_nov_23