Skip to content

Conversation

@NordicBuilder
Copy link
Contributor

Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#2170

jangalda-nsc and others added 30 commits October 24, 2024 18:01
Use CI_LIB and test-nrf from v2.8-branch

Signed-off-by: Jan Gałda <[email protected]>
Bump nrfutil device to version 2.7.2

Signed-off-by: Jan Gałda <[email protected]>
(cherry picked from commit 74ec8d2)
post-release doc update after 2.8 preview1

Signed-off-by: divya pillai <[email protected]>
(cherry picked from commit 824fee8)
Pull changes for Wi-Fi upmerge for 2.8.0.

Signed-off-by: Chaitanya Tata <[email protected]>
(cherry picked from commit 335b963)
The FW blobs have been updated for upmerge.

Signed-off-by: Chaitanya Tata <[email protected]>
(cherry picked from commit 298d20a)
Introduce a new overlay to build enterprise mode support.
Increase kernel heap to accommodate the enterprise mode
feature.

Signed-off-by: Ravi Dondaputi <[email protected]>
(cherry picked from commit 450896b)
Add enterprise mode support for twister runs.

Signed-off-by: Ravi Dondaputi <[email protected]>
(cherry picked from commit f5d0ef8)
Add support to configure EAP-TLS method in Wi-Fi credentials.
Add getopt support to `add` command to facilitate extending the
configuration options.

Signed-off-by: Ravi Dondaputi <[email protected]>
(cherry picked from commit 4112757)
Add support to read identity and private key password if
configured in Enterprise mode.

Signed-off-by: Ravi Dondaputi <[email protected]>
(cherry picked from commit 36aa13b)
This sample demonstrates the offloaded raw TX packet
functionality of the nRF70 device.

Signed-off-by: Kapil Bhatt <[email protected]>
(cherry picked from commit 76cbf64)
Add overlay to enable enterprise mode configs.

Signed-off-by: Ravi Dondaputi <[email protected]>
(cherry picked from commit d68350b)
This fixes a Kconfig warning as nRF70 by default uses variable buffer
sizes.

Signed-off-by: Chaitanya Tata <[email protected]>
(cherry picked from commit 49a6331)
These are now migrated upstream.

Signed-off-by: Chaitanya Tata <[email protected]>
(cherry picked from commit 9ed6ac2)
This is a newly added FW patch variant.

Signed-off-by: Chaitanya Tata <[email protected]>
(cherry picked from commit f3b5dfc)
With the recent changes to Wi-Fi shell to use the separate command
declaration so that Wi-Fi commands can be extended externally, this
causes some sort of conflict with wifi_cred, possibly because both
command parent names start with "wifi", few commands from "wifi" end up
wth "wifi_cred".

As we debug the root cause, temporarily renamed the parent to
"nwifi_cred" to avoid this mixup, the shell command is still
"wifi_cred", so, this is acceptable.

Signed-off-by: Chaitanya Tata <[email protected]>
(cherry picked from commit 43fc304)
Create documentation for enterprise mode and PSA. Add entry in migration
guide for the syntax change in `wifi_cred add` command.

Signed-off-by: Ravi Dondaputi <[email protected]>
(cherry picked from commit d73c385)
Shell with Wi-Fi needs higher stack size, at least 5200. This fixes a
crash seen during Wi-Fi connect on 54L15.

Signed-off-by: Chaitanya Tata <[email protected]>
(cherry picked from commit fb43be7)
During the renaming this was missed and none-of the modes work except
for the default mode "system", and we see build errors or memory
increase for other modes.

Signed-off-by: Chaitanya Tata <[email protected]>
(cherry picked from commit 755a521)
Using fully allowed lengths cause the settings subsystem maximum allowed
length overflow, so, as a temporary workaround limit the lengths, these
should be enough for typical usecases.

We need to relook at this approach esp. dealing with flash as we cannot
just increase maximum allowed lengths.

Signed-off-by: Chaitanya Tata <[email protected]>
(cherry picked from commit 7e17216)
Executing auto_connect from wifi_cred shell needs extra memory on stack.
Increase the shell stack size to accommodate this.

Signed-off-by: Ravi Dondaputi <[email protected]>
(cherry picked from commit 98ab1ae)
Add entries for phase2 certificates in connection parameters.

Signed-off-by: Ravi Dondaputi <[email protected]>
(cherry picked from commit d036325)
Commit removes unnecessary and wrong comments.

Signed-off-by: Aleksandr Khromykh <[email protected]>
(cherry picked from commit 124b2df)
Commit removes nrf54l15pdk/nrf54l15/cpuapp support.

Signed-off-by: Aleksandr Khromykh <[email protected]>
(cherry picked from commit f43fe95)
fix incorrect calculation of csl period

Signed-off-by: Maciej Baczmanski <[email protected]>
(cherry picked from commit b3ee5e3)
Add test methods for power consumption tests to allow setting individual
power consumption thresholds for each test.

Signed-off-by: Bartlomiej Buczek <[email protected]>
(cherry picked from commit 24aadff)
Updated 54H memory arch doc.

Signed-off-by: Francesco Domenico Servidio <[email protected]>
(cherry picked from commit 1db926c)
The sample application didn't build for both 54H20 and 54L15 SoCs.
There are different timer instances used by MPSL for new SoCs.
Also the logs ofload ISR in 54H/54L are done by different peripheral.

The commit fixes the build issues.

By the way the commit enables the sample to be run in CI and adds
missing information to the readme file.

Signed-off-by: Piotr Pryga <[email protected]>
(cherry picked from commit e9520fb)
JIRA: NCSDK-29918

Signed-off-by: Jan Zyczkowski <[email protected]>
(cherry picked from commit 95e5c94)
STA sample can be used by DK's and EK's.

Signed-off-by: Chaitanya Tata <[email protected]>
(cherry picked from commit f94bd7b)
Commit adds nfc rpc documentation page.

Signed-off-by: Aleksandr Khromykh <[email protected]>
(cherry picked from commit 39ac3fe)
@NordicBuilder NordicBuilder requested review from a team, rado17 and wentong-li as code owners October 28, 2024 11:41
@NordicBuilder NordicBuilder requested a review from a team October 28, 2024 11:41
@NordicBuilder NordicBuilder requested review from a team, FrancescoSer and annwoj as code owners October 28, 2024 11:41
@NordicBuilder NordicBuilder requested review from alexsven, divipillai, gWacey, rick1082 and umapraseeda and removed request for a team October 28, 2024 11:41
@github-actions github-actions bot added doc-required PR must not be merged without tech writer approval. and removed changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Oct 28, 2024
@thst-nordic
Copy link
Contributor

not needed.
this is byproduct of changing workflow with 'pull_request_target'

@NordicBuilder
Copy link
Contributor Author

Memory footprint analysis revealed the following potential issues

sample.matter.template.debug[nrf7002dk/nrf5340/cpuapp]: RAM size increased by 4664[B] in comparison to the main[1164518] branch. - link (cc: @kkasperczyk-no @ArekBalysNordic @markaj-nordic)
sample.matter.template.debug[nrf7002dk/nrf5340/cpuapp]: ROM size increased by 9168[B] in comparison to the main[1164518] branch. - link (cc: @kkasperczyk-no @ArekBalysNordic @markaj-nordic)
sample.matter.template.release[nrf7002dk/nrf5340/cpuapp]: High ROM usage: 812426[B] - link (cc: @kkasperczyk-no @ArekBalysNordic @markaj-nordic)
sample.matter.template.release[nrf7002dk/nrf5340/cpuapp]: RAM size increased by 4664[B] in comparison to the main[1164518] branch. - link (cc: @kkasperczyk-no @ArekBalysNordic @markaj-nordic)
sample.matter.template.release[nrf7002dk/nrf5340/cpuapp]: ROM size increased by 9152[B] in comparison to the main[1164518] branch. - link (cc: @kkasperczyk-no @ArekBalysNordic @markaj-nordic)

Note: This message is automatically posted and updated by the CI (latest/sdk-nrf/PR-18243/2)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc-required PR must not be merged without tech writer approval. manifest manifest-nrfxlib manifest-zephyr

Projects

None yet

Development

Successfully merging this pull request may close these issues.