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

manifest: Update upmerged respositories #12619

Merged
merged 91 commits into from
Jan 10, 2024

Conversation

de-nordic
Copy link
Contributor

@de-nordic de-nordic commented Oct 10, 2023

Upmerging:

  • sdk-mcuboot to 0c0470e294dcfb52aab92299356a5f3caa0aa52b
  • sdk-zephyr to 23cf389

test-sdk-nrf: test_upmerge_nov_23

@github-actions github-actions bot added changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. manifest labels Oct 10, 2023
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Oct 10, 2023

Test specification

CI/Jenkins/NRF

  • Integration Platforms

CI/Jenkins/integration

Test Module File based changes Manually selected West overwrite
desktop52_verification X
test-ci-nrfconnect-boot-fw-update X
test-fw-nrfconnect-apps X
test-fw-nrfconnect-ble_mesh X
test-fw-nrfconnect-ble_samples X
test-fw-nrfconnect-chip X
test-fw-nrfconnect-fem X
test-fw-nrfconnect-nrf-iot_cloud X
test-fw-nrfconnect-nrf-iot_libmodem-nrf X
test-fw-nrfconnect-nrf-iot_lwm2m X
test-fw-nrfconnect-nrf-iot_mosh X
test-fw-nrfconnect-nrf-iot_nrf_provisioning X X
test-fw-nrfconnect-nrf-iot_positioning X
test-fw-nrfconnect-nrf-iot_samples X
test-fw-nrfconnect-nrf-iot_serial_lte_modem X
test-fw-nrfconnect-nrf-iot_thingy91 X
test-fw-nrfconnect-nrf-iot_zephyr_lwm2m X
test-fw-nrfconnect-nrf_crypto X
test-fw-nrfconnect-proprietary_esb X
test-fw-nrfconnect-rpc X
test-fw-nrfconnect-rs X
test-fw-nrfconnect-tfm X
test-fw-nrfconnect-thread X
test-fw-nrfconnect-zigbee X
test-sdk-audio X
test-sdk-find-my X
test-sdk-sidewalk X
test-sdk-wifi X

test-ci-nrfconnect-boot-fw-update: added because there was no .github/test-spec.yml in 'mcuboot'
test-fw-nrfconnect-chip: added because there was no .github/test-spec.yml in 'matter'
test-sdk-find-my: added because there was no .github/test-spec.yml in 'find-my'
test-sdk-sidewalk: added because there was no .github/test-spec.yml in 'sidewalk'
test-sdk-wifi: added because there was no .github/test-spec.yml in 'hostap'
All integration tests: null

Detailed information of selected test modules

Note: This message is automatically posted and updated by the CI

@de-nordic de-nordic changed the base branch from upmerge-tmp to main October 31, 2023 11:00
nordicjm and others added 18 commits January 10, 2024 10:50
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]>
@koffes koffes self-requested a review January 10, 2024 12:12
Copy link
Contributor

@koffes koffes left a comment

Choose a reason for hiding this comment

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

Audio is good.

Copy link
Contributor

@Frodevan Frodevan left a 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.

@Frodevan Frodevan self-requested a review January 10, 2024 14:11
Copy link
Contributor

@Frodevan Frodevan left a 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.

@nordicjm nordicjm merged commit 11a9037 into nrfconnect:main Jan 10, 2024
41 of 42 checks passed
@de-nordic de-nordic deleted the upmerge-20231010 branch March 4, 2024 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.