-
Notifications
You must be signed in to change notification settings - Fork 1.4k
manifest: sdk-zephyr: [nrf noup] ci: enable custom base for manifest-PR
#18243
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: sdk-zephyr: [nrf noup] ci: enable custom base for manifest-PR
#18243
Conversation
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)
|
not needed. |
Memory footprint analysis revealed the following potential issuessample.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) Note: This message is automatically posted and updated by the CI (latest/sdk-nrf/PR-18243/2) |
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#2170