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

Upmerge 22-03-03 #7050

Merged
merged 45 commits into from
Mar 23, 2022
Merged

Upmerge 22-03-03 #7050

merged 45 commits into from
Mar 23, 2022

Conversation

gmarull
Copy link
Member

@gmarull gmarull commented Mar 3, 2022

test-sdk-nrf: upmerge-22-03-03

@github-actions github-actions bot added CI-all-test Run All integration tests CI-ble-test doc-required PR must not be merged without tech writer approval. manifest manifest-nrfxlib manifest-zephyr DNM labels Mar 3, 2022
@gmarull gmarull force-pushed the upmerge-22-03-03 branch 3 times, most recently from 81f8c1b to 29deb87 Compare March 3, 2022 15:36
@NordicBuilder
Copy link
Contributor

You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds.

Note: This comment is automatically posted by the Documentation Publishing GitHub Action.

grochu and others added 23 commits March 22, 2022 19:49
Aligning to the renamed NVS API: nvs_mount

Signed-off-by: Michał Grochala <michal.grochala@nordicsemi.no>
Substitute the deprecated iterable API with the new one.

Signed-off-by: Michał Grochala <michal.grochala@nordicsemi.no>
TOP_LEVEL wasn't defined in nrf_802154_configurator.c if the application
used the 802.15.4 nrf API directly and not through zephyr API. This
caused that the SYS_INIT macro was called without any arguments, thus
leading to an "Undefined initialization levels used" error when linking.

Signed-off-by: Artur Hadasz <artur.hadasz@nordicsemi.no>
time_t is long long int in the platform being compiled, so change to
%lld.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
The zephyr_include_directories_ifdef is used to modify the Zephyr
library target, not the application target.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
Used API previously found in <crypto/cipher.h> has been moved to
<crypto/crypto.h>.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
Used API previously found in <crypto/cipher.h> has been moved to
<crypto/crypto.h>

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
time_t is long long int, so use %lld.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
nvs_init has been deprecated, switch to nvs_mount.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
HEAP_LISTENER_DEFINE has been replaced by HEAP_LISTENER_RESIZE_DEFINE

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
Update ring_buf datatype to match updated ring_buf api.

Signed-off-by: Audun Korneliussen <audun.korneliussen@nordicsemi.no>
Update the kconfig landing page

Signed-off-by: Uma Praseeda <uma.praseeda@nordicsemi.no>
Update Find My revision to include a fix for the mcuboot partition
size in the ZDebug configuration.

Signed-off-by: Michał Grochala <michal.grochala@nordicsemi.no>
If before calling nrf_rpc_tr_init ipc_service_open_instance was called
by another function then ipc_service_open_instance returned -EALREADY
and RPC initialization failed. This should not happen as such situation
is possible when using two IPC endpoint and it is not an error.

Signed-off-by: Artur Hadasz <artur.hadasz@nordicsemi.no>
Change updates pm_policy_next_state defined by CAF to match current
Zephyr API and adds error log when pm_state_force fails. Forcing
active state right after initialization is removed, because it's
not needed.

Jira: NCSDK-14274
Jira: NCSDK-14286

Signed-off-by: Marek Pieta <Marek.Pieta@nordicsemi.no>
This commit enables the npm1100 PWM mode.

Signed-off-by: Czeslaw Makarski <czeslaw.makarski@nordicsemi.no>
OPENOCD_SUPPORT has been obsolete and need to be removed from sample
configuration overlay.
Setting INIT_STACKS here has no effect, it is enabled by default for
all Thread based sample in Kconfig.defconfig

Signed-off-by: Lukasz Maciejonczyk <lukasz.maciejonczyk@nordicsemi.no>
Without this fix variables with space in them will be incorrect
when evaluated.

Ref: NCSDK-14272
Signed-off-by: Håkon Øye Amundsen <haakon.amundsen@nordicsemi.no>
Pull latest homekit revision.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
Increased the SRAM size for nRF9160 for crypto RSA sample to 256kB.

Signed-off-by: Magne Værnes <magne.varnes@nordicsemi.no>
Avoid IRQs while booting.

Ref: NCSDK-14392
Signed-off-by: Håkon Øye Amundsen <haakon.amundsen@nordicsemi.no>
The default value of CONFIG_NRF_RTC_TIMER_USER_CHAN_COUNT
for nRF52 SOCs has been changed from 0 to 3, but it makes
MCUBoot get stuck on erasing flash pages. In fact, the RTC
timer doesn't seem to be used by MCUBoot in the case of
Matter samples, so simply disable it to avoid similar issues
in the future.

Signed-off-by: Damian Krolik <damian.krolik@nordicsemi.no>
OPENTHREAD_LOG_LEVEL_NOTE triggers a warning that leads to build errors.
Switch to INFO level until the issue is fixed upstream.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
@carlescufi carlescufi merged commit 037a1e7 into nrfconnect:main Mar 23, 2022
@gmarull gmarull deleted the upmerge-22-03-03 branch March 23, 2022 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet