-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[Backport v2.8-branch] manifest: sdk-zephyr: wifi: nrf70: Fix EAP AKM #18713
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
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
As hostap now uses k_heap, increase it by 30000 (same as previous libc_heap figure), there could be an optimization here depending on how much overalp (read concurrency) b/w hostap and nRF70 driver, but as seen from SnS tests, we need the older numbers to pass. Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit 904f51b)
Set APPLICATION_CONFIG_DIR in application's CMakeLists.txt (previously set through sysbuild). This is done to allow building application after copy-pasting the source directory to another location. Jira: NCSDK-29876 Signed-off-by: Marek Pieta <[email protected]> (cherry picked from commit 9069641)
Set APPLICATION_CONFIG_DIR in samples's CMakeLists.txt (previously set through sysbuild). This is done to allow building sample after copy-pasting the source directory to another location. Jira: NCSDK-29876 Signed-off-by: Marek Pieta <[email protected]> (cherry picked from commit 01262c7)
adds info regarding enabling and optimizing ZMS Signed-off-by: Anna Wojdylo <[email protected]> (cherry picked from commit 8ff112b)
Update SUIT documentation about firmware updates with external memory to match with the latest NCS codebase. Ref: NCSDK-29735 Signed-off-by: Tomasz Chyrowicz <[email protected]> (cherry picked from commit b5a6fde)
- To fit the dynamic name into the advertising data we need to put it in the scan response. - OCT-3068 Signed-off-by: Alexander Svensen <[email protected]> (cherry picked from commit dca02ac)
Removed stale note from docs as DFU is already supported in the locator_tag sample. Signed-off-by: Mateusz Kapala <[email protected]> (cherry picked from commit 8a409bb)
Adds 'west provision' command, that allows to upload up to 3 ED25519 keys meant to be used for signature verification by the bootloader. Signed-off-by: Mateusz Michalek <[email protected]> (cherry picked from commit d3a8699)
Missing entries in yml file. Signed-off-by: Piotr Kosycarz <[email protected]> (cherry picked from commit 689d4d6)
Extend snippet for nrf52840 and nrf52832. Signed-off-by: Piotr Kosycarz <[email protected]> (cherry picked from commit f65009c)
Adds option to lock across both regions. Signed-off-by: Mateusz Michalek <[email protected]> (cherry picked from commit 0114ef4)
Add Kconfig to skip SUIT DFU module initialization on system startup. Ref: NCSDK-NONE Signed-off-by: Tomasz Chyrowicz <[email protected]> (cherry picked from commit 57e1218)
Going through the configs and docs lead to the introducing of few fixes: * Removed enabling DAC migration, as it triggered warning for Wi-Fi that does not support PSA * Fixed nrf70eb mentions in docs * Added info about network commissioning cluster to the certification page * Added experimental for few bridge configurations Signed-off-by: Kamil Kasperczyk <[email protected]> (cherry picked from commit 02c4d92)
Synchronises this value to the existing MCUboot chunk size as the MCUboot value has been set to mirror this value Signed-off-by: Jamie McCrae <[email protected]> (cherry picked from commit 567bdcc)
Fixes an issue with decompression caused by a buffer size not matching the nRF compression chunk size Signed-off-by: Jamie McCrae <[email protected]>
Adds some missing version rows to the table, and hides the table itself inside a toggle to make the protocol landing page less cluttered. Signed-off-by: Wille Backman <[email protected]> (cherry picked from commit a25a0d0)
Automatically created by Github Action Signed-off-by: Nordic Builder <[email protected]>
Migrate from the deprecated Kconfig option to configure regulators of the nRF52 SoC series to DTS description. This change aligns the sdk-nrf repository with the upstream changes that were introduced in the following commit: zephyrproject-rtos/zephyr@9097d5dac5a354c4fc0 Ref: NCSDK-29757 Signed-off-by: Kamil Piszczek <[email protected]> (cherry picked from commit fc95425)
The image name is hard coded for dependency configuration, but when using sysbuild the image name of the default image is based on the name of the folder. This means that if sample is copied elsewhere for local modification the hard coded name may no longer match the default image name. Improve this by using DEFAULT_IMAGE variable instead of hard coded name. Jira: NCSDK-28028 Signed-off-by: Torsten Rasmussen <[email protected]> (cherry picked from commit 53bebe9)
Automatically created by Github Action Signed-off-by: Nordic Builder <[email protected]>
Automatically created by Github Action Signed-off-by: Nordic Builder <[email protected]> (cherry picked from commit 932fa5d)
Automatically created by Github Action Signed-off-by: Nordic Builder <[email protected]>
`wifi_cred add` is modified now. Update the examples in samples and documentation to reflect the same. Signed-off-by: Ravi Dondaputi <[email protected]> (cherry picked from commit d05aa89)
There was mismatch between help screen and implementation. Signed-off-by: Jorgen Kvalvaag <[email protected]> (cherry picked from commit d9d598f)
`AT+CEREG` read return the unsolicited result code subscription as the first parameter, and network status as the second parameter. Signed-off-by: Stig Bjørlykke <[email protected]> (cherry picked from commit 5ea9e42)
Hand made. Signed-off-by: Nordic Builder <[email protected]>
Adds documentation describing this feature Signed-off-by: Jamie McCrae <[email protected]> (cherry picked from commit 3ab71f2)
- If a command fails in MCS, check conn status before printing error - OCT-3182 Signed-off-by: Alexander Svensen <[email protected]> (cherry picked from commit 315c56a)
Add MBOX improvements to ensuring that data has been read by the remote core. Add general structure code improvements to header files. Signed-off-by: Jakub Zymelka <[email protected]> (cherry picked from commit b9c115e)
add `nrf54l15dk_nrf54l15_cpuapp_and_cpuapp_ns` row to `sample_board_rows.txt` Signed-off-by: Maciej Baczmanski <[email protected]> (cherry picked from commit c000cef)
Sorry, wrong branch |
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:more detailsGithub labels
List of changed files detected by CI (0)
Outputs:ToolchainVersion: Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
ble mesh
Label for ble mesh PRbot. Add this if PR is related to ble mesh and you need to get review.
DNM
doc-required
PR must not be merged without tech writer approval.
manifest
manifest-dragoon
manifest-find-my
manifest-matter
manifest-mcuboot
manifest-nrf-802154
manifest-nrfxlib
manifest-sidewalk
manifest-soc-hwmv1
manifest-suit-generator
manifest-trusted-firmware-m
manifest-zephyr
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.