-
Notifications
You must be signed in to change notification settings - Fork 621
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
sdk-zephyr-upmerge #1953
Merged
bjarki-andreasen
merged 7,155 commits into
nrfconnect:main
from
bjarki-andreasen:meta-upmerge
Oct 4, 2024
Merged
sdk-zephyr-upmerge #1953
bjarki-andreasen
merged 7,155 commits into
nrfconnect:main
from
bjarki-andreasen:meta-upmerge
Oct 4, 2024
Conversation
This file contains 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
NordicBuilder
added
manifest
manifest-tf-m-tests
manifest-tflite-micro
manifest-hal_nxp
manifest-hal_renesas
manifest-sof
manifest-edtt
manifest-hal_intel
manifest-mbedtls
manifest-mcuboot
manifest-hal_ti
manifest-libmetal
manifest-acpica
manifest-hal_microchip
manifest-littlefs
manifest-uoscore-uedhoc
manifest-percepio
manifest-hal_adi
manifest-hal_nordic
manifest-hal_espressif
manifest-hal_stm32
manifest-open-amp
manifest-nanopb
manifest-hostap
manifest-cmsis-nn
manifest-hal_infineon
manifest-hal_ambiq
manifest-hal_atmel
labels
Aug 12, 2024
Not all offloaded network stacks support this socket option. Go back to previous behavior that it is not used, but allow it to be enabled using CONFIG_COAP_CLIENT_TRUNCATE_MSGS. Signed-off-by: Pete Skeggs <[email protected]>
Fix the following compilation warning given when using newlibc: warning: 'response_truncated' may be used uninitialized [-Wmaybe-uninitialized] Issue is not seen with picolibc. The variable was introduced as part of PR #76257 Upstream PR: zephyrproject-rtos/zephyr#79186 Signed-off-by: Tommi Rantanen <[email protected]>
… default The external flash (mx25r64) was accidentally disabled during testing. The node should be enabled by default like its spi. This commit removes the status = "disabled"; Upstream PR: zephyrproject-rtos/zephyr#79191 Signed-off-by: Bjarki Arge Andreasen <[email protected]>
In case WPA supplicant disabled DPP, we need to compile out the corresponding DPP code in Wi-Fi shell too. Upstream PR: zephyrproject-rtos/zephyr#79224 Signed-off-by: Chaitanya Tata <[email protected]>
When an event is sent the receiver gets is asynchronously and hence is responsible for free the event, the sender should only free in case of error conditions i.e., unable to send. Else, this causes a tough to debug double-free. Upstream PR: zephyrproject-rtos/zephyr#79231 Signed-off-by: Chaitanya Tata <[email protected]>
…itions In case of error conditions post successfully sending the message, the event is already freed but we attempt to free it again. Rejig the labels to easily reflect thier purpose. Upstream PR: zephyrproject-rtos/zephyr#79231 Signed-off-by: Chaitanya Tata <[email protected]>
The module name is not modified in remove. Upstream PR: zephyrproject-rtos/zephyr#79231 Signed-off-by: Chaitanya Tata <[email protected]>
Using a separate workqueue causes issues without any special locking to synchronize with networking threads e.g., interface being removed while the workqueue is trying to synchronize with WPA supplicant. It's easier to use the net_mgmt thread which is in better sync with networking. Upstream PR: zephyrproject-rtos/zephyr#79231 Signed-off-by: Chaitanya Tata <[email protected]>
Since UDC buffers are allocated with `UDC_BUF_GRANULARITY` granularity, the `net_buf_tailroom` may no longer be equal to the HID report size. Use `setup->wLength` instead to ensure that proper HID report size is passed to the application's callback. (cherry picked from commit 88231b5) Signed-off-by: Marek Pieta <[email protected]>
fixup! [nrf noup] samples/tests: Disable PM for some sysbuild builds Disables partition manager when building some samples and tests which use sysbuild to prevent build issues Signed-off-by: Jamie McCrae <[email protected]>
…y code Pull in changes to pass country code as string to firmware. Upstream PR: zephyrproject-rtos/zephyr#79262 Signed-off-by: Bjarki Arge Andreasen <[email protected]>
* Wait for update when new object is created Sometimes our blockwise transfer starts before server have received an LwM2M Update. This causes Leshan to reject the SEND because is was not aware of object /19/0 * Wait "registered" message already in conftest.py. Sometimes Qemu boots faster, and the testcase don't see the log. Upstream PR: zephyrproject-rtos/zephyr#79261 Signed-off-by: Seppo Takalo <[email protected]>
This board just don't have enough RAM for all tests so it is just a maintenance headache without any benefits. Upstream PR: zephyrproject-rtos/zephyr#79261 Signed-off-by: Seppo Takalo <[email protected]>
The dispatcher table needs to be large enough to have support for all file descriptor values. Fixes #79042 (cherry picked from commit 077dd8f) Signed-off-by: Jukka Rissanen <[email protected]>
Add CHECKIF() checks that verify that dispatcher table is not overflowing. (cherry picked from commit 2ff2667) Signed-off-by: Jukka Rissanen <[email protected]>
…tors Make sure that CONFIG_ZVFS_OPEN_MAX in the tests and samples is at least the same value as CONFIG_NET_SOCKETS_POLL_MAX so that we cannot have more polled sockets than there are available file descriptors. (cherry picked from commit 759f3a0) Signed-off-by: Jukka Rissanen <[email protected]>
mbed TLS MD operations, used by IPv6 Privacy Extensions, require access to heap. This may vary depending on platform/mbed TLS variant used, hence enable CONFIG_MBEDTLS_ENABLE_HEAP in tests to ensure mbed TLS has always access to some heap memory. Upstream PR: zephyrproject-rtos/zephyr#79303 Signed-off-by: Robert Lubos <[email protected]>
This manifest update points open-amp to include a fix for unsafe use of strncpy by by replacing it with internal strlcpy. Upstream PR: zephyrproject-rtos/zephyr#79212 Signed-off-by: Torsten Rasmussen <[email protected]>
…rialized 802.15.4 Currently, the serialization module for 802.15.4 enabled the network core without giving it access to application core memory in trusted execution mode. This commit grands this access. Upstream PR: zephyrproject-rtos/zephyr#79316 Signed-off-by: Dominik Kilian <[email protected]>
This reverts commit ecb6d07. Signed-off-by: Bjarki Arge Andreasen <[email protected]>
bjarki-andreasen
force-pushed
the
meta-upmerge
branch
from
October 4, 2024 12:27
2753179
to
775af13
Compare
rlubos
approved these changes
Oct 4, 2024
miha-nordic
approved these changes
Oct 4, 2024
Vge0rge
approved these changes
Oct 4, 2024
shanthanordic
approved these changes
Oct 4, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approving from scope and test prespective
plskeggs
approved these changes
Oct 4, 2024
de-nordic
approved these changes
Oct 4, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Flash, VFS, Stream Flash looks ok.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
DNM
manifest
manifest-acpica
manifest-babblesim_ext_2G4_phy_v1
manifest-bsim
manifest-cmsis-nn
manifest-edtt
manifest-hal_adi
manifest-hal_altera
manifest-hal_ambiq
manifest-hal_atmel
manifest-hal_espressif
manifest-hal_infineon
manifest-hal_intel
manifest-hal_microchip
manifest-hal_nordic
manifest-hal_nuvoton
manifest-hal_nxp
manifest-hal_renesas
manifest-hal_silabs
manifest-hal_st
manifest-hal_stm32
manifest-hal_ti
manifest-hostap
manifest-libmetal
manifest-littlefs
manifest-lz4
manifest-mbedtls
manifest-mcuboot
manifest-nanopb
manifest-net-tools
manifest-nrf_hw_models
manifest-open-amp
manifest-percepio
manifest-picolibc
manifest-sof
manifest-tf-m-tests
manifest-tflite-micro
manifest-trusted-firmware-a
manifest-trusted-firmware-m
manifest-uoscore-uedhoc
manifest-zcbor
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.