-
Notifications
You must be signed in to change notification settings - Fork 1.4k
manifest: Upmerge sdk-zephyr and sdk-mcuboot repositories #23979
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
Conversation
|
The following west manifest projects have changed revision in this Pull Request:
Additional metadata changed:
⛔ DNM label due to: 2 projects with metadata changes Note: This message is automatically posted and updated by the Manifest GitHub Action. |
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:trusted-firmware-m: PR head: 3e12b0cc27d828d7ec04c4ac62ad45a9a905573e more detailstrusted-firmware-m:
sdk-nrf:
mcuboot:
mbedtls:
openthread:
hostap:
zephyr:
Github labels
List of changed files detected by CI (14431)Outputs:ToolchainVersion: 2b2cd9579a Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
778749a to
c64a304
Compare
67762e2 to
aefaddb
Compare
aefaddb to
53408f0
Compare
3d377e5 to
39ff801
Compare
The BT_RPC uses dynamic callbacks for serialization and it always requres it. This commit contains Kconfig changes that enables BT_CONN_DYNAMIC_CALLBACKS always when BT_RPC is enabled. Jira: NCSDK-35443 Signed-off-by: Dominik Kilian <[email protected]>
Some test configurations report FLASH overflow. This change adds these for qurantine. Signed-off-by: Katarzyna Giądła <[email protected]>
The separate main_mode_type and sub_mode_type fields in the CS configuration have been replaced by a single mode field. Updates the logging in the config_create_cb callback to reflect this change. This aligns the sample with the updated API. Signed-off-by: Aleksandr Mirlenko <[email protected]>
Required by upstream Zephyr. Signed-off-by: Carles Cufi <[email protected]>
The board overlay in bootloader/mcuboot for the nrf54h20dk/nrf54h20/cpuapp platform is required, but ignored as FILE_SUFFIX="requests" matches the mcuboot_requests.overlay in this sample instead. Copy the missing contents of the board overlay from bootloader/mcuboot to mcuboot_requests.overlay Signed-off-by: Artur Hadasz <[email protected]>
Some test configurations report FLASH overflow. This change adds these for qurantine. Signed-off-by: Jukka Rissanen <[email protected]>
Aling properly to the rest. Signed-off-by: Carles Cufi <[email protected]>
See 12c4d7661ade1fb0a6be3af705da63ffcbd37851 upstream. Signed-off-by: Carles Cufi <[email protected]>
f9eb432 to
ee295f1
Compare
ee295f1 to
1473d01
Compare
See upstream commit 6de770291092178058bf3652a5221d32b4e8e078. Signed-off-by: Carles Cufi <[email protected]>
See upstream commit 047c9f58d8e5026c57bf50c54978501b53caa9d6. Signed-off-by: Carles Cufi <[email protected]>
Remove remaining refenrences to an obsolete board. Signed-off-by: Jukka Rissanen <[email protected]>
1473d01 to
ba02135
Compare
| * The nRF5 MBR partition (``nrf5_mbr``) added by the ``nrf52840dongle/nrf52840`` board is not used. | ||
| It is statically defined with address and size both set to zero to prevent Partition Manager from trying to place it dynamically. | ||
| The application did not switch to the ``bare`` board variant to keep backwards compatibility. |
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.
@MarekPieta no, this needs to switch to the bare variant, the non bare variant is with nRF5 bootloader
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.
This was added to fix the issue during the upmerge. I am discussing the way of moving forward with @pdunaj. If necessary, we will revert the commit and switch to the bare variant after the upmerge is done.
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.
I fully agree that bare variant is better for new applications. In case of nRF Desktop, we need to take into account backwards compatibility and consistency with nRF52820dongle and nRF52833dongle (app-specific boards).
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.
Needs to be done as a follow-up PR @nordicjm and @MarekPieta
| Enable functionality required for internal purposes e.g. testing. | ||
|
|
||
| config BT_CONN_DYNAMIC_CALLBACKS | ||
| bool |
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.
| bool |
do not redeclare variables @doki-nordic
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.
in fact the whole thing can go, it already defaults to y: https://github.com/jukkar/sdk-zephyr/blob/meta-upmerge/subsys/bluetooth/Kconfig#L141
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.
Needs to be done as a follow-up PR @nordicjm and @doki-nordic
Update sdk-zephyr, sdk-mbedtls and sdk-mcuboot SHAs, switching to the new rebased histories. Signed-off-by: Jukka Rissanen <[email protected]>
Memory footprint analysis revealed the following potential issuesapplications.nrf_desktop.zdebug[nrf52dmouse/nrf52832]: ROM size increased by 732[B] in comparison to the main[ef7a690] branch. - link (cc: @nrfconnect/ncs-si-bluebagel) Note: This message is automatically posted and updated by the CI (latest/sdk-nrf/PR-23979/34) |
These have been removed from NCS in upmerge PR nrfconnect/sdk-nrf#23979 with commits 8d20bfd49634888a6dedba33bee8466658f4b5fe and e2da1010c8fa5c5a4d6ab778f372f37ee90ded6d Signed-off-by: Tommi Rantanen <[email protected]>
Fixed a compilation warning from configure_power_pin_interrupt(). This have been fixed in NCS in upmerge PR nrfconnect/sdk-nrf#23979 with commit 3260559eeb5f4810f09f45bc124cc142f971f67b. Signed-off-by: Tommi Rantanen <[email protected]>
These have been removed from NCS in upmerge PR nrfconnect/sdk-nrf#23979 with commits 8d20bfd49634888a6dedba33bee8466658f4b5fe and e2da1010c8fa5c5a4d6ab778f372f37ee90ded6d Signed-off-by: Tommi Rantanen <[email protected]>
Fixed a compilation warning from configure_power_pin_interrupt(). This have been fixed in NCS in upmerge PR nrfconnect/sdk-nrf#23979 with commit 3260559eeb5f4810f09f45bc124cc142f971f67b. Signed-off-by: Tommi Rantanen <[email protected]>
Regular upmerge.
test_rs: PR-1744
test_fem: PR-1744
test-sdk-nrf: sdk-nrf-pr-23979
test_secdom_samples_public: NCSDK-NONE_fix_uicr_path
test_sdk_mcuboot: pr-23979
test_sdk_dfu: upmerge_08_08_2025
test_crypto: PR-851
test_tfm: PR-204
test_proprietary: PR-113
test_thread: PR-1431