-
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
Upmerge 16.05.2024 #15351
Upmerge 16.05.2024 #15351
Commits on May 28, 2024
-
manifest: Pull upmerged repositories
Pull upmerged sdk-zephyr and sdk-mcuboot repositories. Pull fixes in matter and find-my, sidewalk, trusted-firmware-m. Signed-off-by: Robert Lubos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ca49f68 - Browse repository at this point
Copy the full SHA ca49f68View commit details -
doc: mcuboot: Make sure PORTING.md is visible
PORTING.md is now referenced by other docs, hence make sure it's visible during doc build. Signed-off-by: Robert Lubos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a6b21d7 - Browse repository at this point
Copy the full SHA a6b21d7View commit details -
bluetooth: Don't reference removed Kconfig symbols
Specifically NET_L2_BT and NET_L2_BT_SHELL. Signed-off-by: Robert Lubos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ae5208f - Browse repository at this point
Copy the full SHA ae5208fView commit details -
bluetooth: Remove CONFIG_BT_HCI_RAW_RESERVE
d590bcb removed the CONFIG_BT_HCI_RAW_RESERVE Kconfig option. Align NCS to the change. Jira: NCSDK-27508 Signed-off-by: Marek Pieta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3dbff88 - Browse repository at this point
Copy the full SHA 3dbff88View commit details -
sample: wifi: ble_coex: Ignore zperf periodic results
A new calblack event (ZPERF_SESSION_PERIODIC_RESULT) has been added to zperf, just ignore it int the sample for now to prevent build warnings. Signed-off-by: Robert Lubos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f2e2c53 - Browse repository at this point
Copy the full SHA f2e2c53View commit details -
net: lwm2m: Align with lwm2m_engine_set_data_cb_t API change
lwm2m_engine_set_data_cb_t callback signaure now has an additional offset parameter. Signed-off-by: Robert Lubos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bf2a4f6 - Browse repository at this point
Copy the full SHA bf2a4f6View commit details -
kernel: Remove NCS boot banner dependency
NCS boot banner has to be standalone entity from Zephyr boot banner. Signed-off-by: Robert Lubos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c2066c7 - Browse repository at this point
Copy the full SHA c2066c7View commit details -
nrf_security: Fix incompatibility with MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG
MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG symbol has been added as an choice option in upstream Zephyr, which is not compatible with how nrf_security interprets the symbol. Try to fix this on the nrf_security side. Signed-off-by: Robert Lubos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 38517da - Browse repository at this point
Copy the full SHA 38517daView commit details -
samples: net: mqtt: Align with SFM_CREATE_STATE API changes
From the upstream migration guide: The SMF_CREATE_STATE macro now always takes 5 arguments. The amount of arguments is now independent of the values of CONFIG_SMF_ANCESTOR_SUPPORT and CONFIG_SMF_INITIAL_TRANSITION. If the additional arguments are not used, they have to be set to NULL Signed-off-by: Robert Lubos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2ad82ec - Browse repository at this point
Copy the full SHA 2ad82ecView commit details -
bluetooth: Remove bt_read_static_addr() "hack"
Align code after 484fe3f was added to Zephyr. Jira: NCSDK-27508 Signed-off-by: Marek Pieta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 86b881c - Browse repository at this point
Copy the full SHA 86b881cView commit details -
bluetooth: controller: Merge BT_HCI_VS_EXT into BT_HCI_VS
18c23da removes CONFIG_BT_HCI_VS_EXT. Align BLE controller configuration with the changes. Jira: NCSDK-27508 Signed-off-by: Marek Pieta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f3ddf95 - Browse repository at this point
Copy the full SHA f3ddf95View commit details -
lib: fatal_error: Don't enable fatal handler by default globally
Enabling custom fatal error handler globally can be problematic for sdk-zephyr samples built in NCS context, as they may define their own handlers, causing linker error. As there's no elegant way to handle that on the sample side, other than noup patches in sdk-zephyr, disable the RESET_ON_FATAL_ERROR config by default. As an alternative for NCS, the config will now be implied by NCS_SAMPLES_DEFAULTS config, which is exclusive for NCS samples only. Additionally, enable CONFIG_REBOOT in a few samples, which rely on reboot functionality but did not enable config explicitly. Signed-off-by: Robert Lubos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6aafb28 - Browse repository at this point
Copy the full SHA 6aafb28View commit details -
applications: nrf_desktop: Disable NCS boot banner
nRF Desktop application does not use boot banners provided by Zephyr and NCS. Jira: NCSDK-27508 Signed-off-by: Marek Pieta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 956e61f - Browse repository at this point
Copy the full SHA 956e61fView commit details -
modules: memfault: Override MEMFAULT_HTTP_USES_MBEDTLS config default
Having mbed TLS enabled in the system does not automatically mean it's used for HTTPS communication in memfault. If offloaded sockets are used, it's not the case regardless of mbed TLS configurations. Override the default value for MEMFAULT_HTTP_USES_MBEDTLS config in case NRF_MODEM_LIB is enabled to n. This config simply enables some extra checks for mbed TLS configuration (whether it fits memfault needs), but since it's not really used for offloaded sockets, it can generate false errors. By default, the config is set to y whenever mbed TLS is enabled, which is oversimplified condition for our case. Signed-off-by: Robert Lubos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d1b0c9f - Browse repository at this point
Copy the full SHA d1b0c9fView commit details -
samples: matter: Renamed rram0 label for nRF54l15pdk
Changed rram0 dts label name to the cpuapp_rram for nrf54l15pdk board. Signed-off-by: Kamil Kasperczyk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5027929 - Browse repository at this point
Copy the full SHA 5027929View commit details -
boards: shields: disable NCS_BOOT_BANNER for nRF22xx shields
Boot banner must be disabled for nRF2220 and nRF2240 front-end modules to avoid conflicts between TWIM and UART instances on initialization. Signed-off-by: Jędrzej Ciupis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8734032 - Browse repository at this point
Copy the full SHA 8734032View commit details -
debug: etb_trace: Covert SOC_ON_EXIT_CPU_IDLE handler to C
Upstream commit 4760aad changed CPU idle handler from asm to C, so align with that change. Signed-off-by: Robert Lubos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c6ebff7 - Browse repository at this point
Copy the full SHA c6ebff7View commit details -
samples: wifi: sta: Fix RAM overflow for nRF52840
Reduce WPA supplicant stack size to accommodate RAM requirements for nRF52840. Signed-off-by: Chaitanya Tata <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 80db85c - Browse repository at this point
Copy the full SHA 80db85cView commit details -
scripts: Quarantine Wi-Fi on nRF54L15
nRF54L15 has low RAM, so, till we optimize Wi-Fi RAM requirements, temporarily quarantine this twister combination. Signed-off-by: Chaitanya Tata <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 62b36e8 - Browse repository at this point
Copy the full SHA 62b36e8View commit details -
applications: nrf_desktop: Align RRAM configuration for nRF54L15 PDK
Change aligns RRAM configuration for nRF54L15 PDK. The application does not use cpuflpr core, so whole memory can be used by cpuapp. Jira: NCSDK-27508 Signed-off-by: Marek Pieta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 44b6c2a - Browse repository at this point
Copy the full SHA 44b6c2aView commit details -
Applications: nrf5340_audio: Upmerge fixes
OCT-3020 Resolved build issues Signed-off-by: Kristoffer Rist Skøien <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c052a60 - Browse repository at this point
Copy the full SHA c052a60View commit details -
scripts: Extend Zephyr tests/samples quarantine
See comments along the quarantine entries for reasoning. Signed-off-by: Robert Lubos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8d3647f - Browse repository at this point
Copy the full SHA 8d3647fView commit details -
samples: wifi: shell: Increase net management buffers
Despite increasing the timeout, sometimes we still see failures in pushing a net management event, so, increase the queue size to fix such scenarios. Fixes SHEL-2773. Signed-off-by: Chaitanya Tata <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 50b0fed - Browse repository at this point
Copy the full SHA 50b0fedView commit details -
boards: 54l: ns: Delete the deprecated nrf54l15_cpuapp_ns.dtsi
After some reorganization this file is no longer in use. Signed-off-by: Sebastian Bøe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3fedac2 - Browse repository at this point
Copy the full SHA 3fedac2View commit details -
Applications: nrf5340_audio: Upmerge fixes2
OCT-3020 Resolved BIS+ACL tester upmerge issues Signed-off-by: Kristoffer Rist Skøien <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 88b4d53 - Browse repository at this point
Copy the full SHA 88b4d53View commit details -
requirements: Updated pylint version
Pylint requires min version 3 to work Signed-off-by: Maciej Perkowski <[email protected]> Signed-off-by: Robert Lubos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 48493db - Browse repository at this point
Copy the full SHA 48493dbView commit details -
samples: cellular: fmfu_smp_svr: Enable CRC in the sample
Enable CONFIG_CRC, which is a dependency for mcumgr UART transport. Signed-off-by: Robert Lubos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a55423b - Browse repository at this point
Copy the full SHA a55423bView commit details -
samples: Use default nrf54l15pdk/nrf54l15/cpuapp revision in twister
Revision 0.3.0 is now the default revision of nrf54l15pdk/nrf54l15/cpuapp board, hence no longer recognisable by twister if provided explicitly. Update yaml files accordingly to reflect that. Signed-off-by: Robert Lubos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8ea9e77 - Browse repository at this point
Copy the full SHA 8ea9e77View commit details -
applications: nrf_desktop: Change watchdog instance for nrf54l15
The default watchdog instance for nrf54l15 is now wdt31. Signed-off-by: Robert Lubos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 72d9ef5 - Browse repository at this point
Copy the full SHA 72d9ef5View commit details -
scripts: Qurantine nRF54H Wi-Fi test
This needs a revised memory layout for Wi-Fi to easily extend RAM and FLAH, so, on hold for now to unblock upmerge. Fixes SHEL-2777. Signed-off-by: Chaitanya Tata <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6c477e0 - Browse repository at this point
Copy the full SHA 6c477e0View commit details -
lib: net: softap_wifi_provision: Align with SFM API changes
From the upstream migration guide: The SMF_CREATE_STATE macro now always takes 5 arguments. The amount of arguments is now independent of the values of CONFIG_SMF_ANCESTOR_SUPPORT and CONFIG_SMF_INITIAL_TRANSITION. If the additional arguments are not used, they have to be set to NULL Signed-off-by: Robert Lubos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c30ea28 - Browse repository at this point
Copy the full SHA c30ea28View commit details -
suit: flash_companion: Adjust minimal configuration
Adjust Kconfigs to match the new set of options and dependencies. Ref: NCSDK-NONE Signed-off-by: Tomasz Chyrowicz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ec5957f - Browse repository at this point
Copy the full SHA ec5957fView commit details -
samples: matter: Disabled NCS boot banner in the sysbuild mcuboot
Disabled NCS boot banner for the sysbuild mcuboot config to decrease the flash usage and fit the assumed partition size. Signed-off-by: Kamil Kasperczyk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 540f98f - Browse repository at this point
Copy the full SHA 540f98fView commit details -
samples: Don't use deprecated NET_SOCKETS_POSIX_NAMES
Switch to POSIX_API instead. Fix build issues corresponding to this change. Signed-off-by: Robert Lubos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a50bde9 - Browse repository at this point
Copy the full SHA a50bde9View commit details -
samples: fast_pair: input_device: Fix build failures on nRF5340 DK
Change brings back hci_ipc configuration used for child images to fix build errors on nRF5340 DK. Jira: NCSDK-27508 Signed-off-by: Marek Pieta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 24ddd07 - Browse repository at this point
Copy the full SHA 24ddd07View commit details -
samples: bluetooth: Remove uses of auto name in advertising
The adv options to automatically add the name in the advertising and scan response data are deprecated. Update the samples that used those options to explicitly include the name in the advertising and scan response data. Signed-off-by: Michał Grochala <[email protected]> Signed-off-by: Robert Lubos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a76b81c - Browse repository at this point
Copy the full SHA a76b81cView commit details -
doc: release-notes-changelog: Update Zephyr SHAs used in the upmerge
Update upstream Zephyr SHA to ea02b93. Signed-off-by: Robert Lubos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 38309fe - Browse repository at this point
Copy the full SHA 38309feView commit details -
scripts: Quarantine iso_time_sync on nrf54l15pdk
GPIOTE cannot be used with LED0 on nrf54l15pdk/nrf54l15/cpuapp in version 0.3.0. Signed-off-by: Robert Lubos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cf31f50 - Browse repository at this point
Copy the full SHA cf31f50View commit details -
samples: bluetooth: connection_event_trigger: Increase BT_RX_STACK_SIZE
The stack size needs to be increased after the upmerge, as the sample reports stack overflow when printing logs. Signed-off-by: Robert Lubos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0d202c3 - Browse repository at this point
Copy the full SHA 0d202c3View commit details