-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 25-03-2024 #14626
Merged
Merged
Upmerge 25-03-2024 #14626
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
github-actions
bot
added
manifest
changelog-entry-required
Update changelog before merge. Remove label if entry is not needed or already added.
labels
Mar 25, 2024
Test specificationCI/Jenkins/NRF
CI/Jenkins/integration
test-sdk-find-my: added because there was no .github/test-spec.yml in 'find-my' Detailed information of selected test modules Note: This message is automatically posted and updated by the CI |
gmarull
force-pushed
the
upmerge-25032024
branch
from
March 25, 2024 10:51
76811fe
to
149bcac
Compare
github-actions
bot
added
the
doc-required
PR must not be merged without tech writer approval.
label
Mar 25, 2024
gmarull
force-pushed
the
upmerge-25032024
branch
from
March 25, 2024 12:29
13b453e
to
849d0ed
Compare
gmarull
force-pushed
the
upmerge-25032024
branch
from
March 26, 2024 08:31
849d0ed
to
050c071
Compare
gmarull
force-pushed
the
upmerge-25032024
branch
from
March 26, 2024 11:54
a49245b
to
6fe2116
Compare
gmarull
requested review from
frkv,
Vge0rge,
vili-nordic,
SebastianBoe,
mswarowsky,
stephen-nordic,
magnev,
milewr,
pdunaj,
hakonfam,
sigvartmh and
tony-le-24
as code owners
March 26, 2024 11:54
So that the build target is printed (includes soc, core). Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
Zephyr has deprecated net_if_ipv4_get_netmask and net_if_ipv4_set_netmask functions which cause compilation errors for net_if mock. Signed-off-by: Tommi Rantanen <tommi.rantanen@nordicsemi.no>
Prevents using the nano version of the newlib lirary when building for qemu or virtual platforms Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
"hostent" struct is now defined in zephyr: zephyr/include/zephyr/posix/netdb.h Redefinition of the struct causes compilation error with samples like modem_shell, where curl is included. Therefore remove the redefinition from curl source. Signed-off-by: Matti Oksanen <matti.oksanen@nordicsemi.no>
Fixes b0 image when building for the nRF52840 mouse board which would wrongly enable USB Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
Update the BIS sink to use the new BAP broadcast sink is syncable API. Signed-off-by: Graham Wacey <graham.wacey@nordicsemi.no>
Adds a missing include which is needed to use the random zephyr functions Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
Disables the Kconfig enabling SPI NOR flash on the nrf54l15pdk as this is not needed Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
Adds a missing include which is needed to use the random zephyr functions Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
Fixes include paths so that the files can be found Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
Fixes builds for this board by disabling USB support, which is not needed Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
Disables the Kconfig enabling SPI NOR flash on the nrf54l15pdk as this is not needed Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
Fixes the USB build of this sample for the nrf52833dk which was missing the MCUboot file suffix Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
Fixes a missing arpa include which provides the prototype for a posix function that is used Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
Renames files from using revision 0.2.0 to 0.2.1 as that is the real revision of the board Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
Disables the Kconfig enabling SPI NOR flash on the nrf7002dk as this is not needed Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
Fixes a build warning by defining the POSIX C source define Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
As NET_SOCKETS_POSIX_NAMES option was deprecated, switch to use zsock_ prefixed socket APIs. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
To avoid dependencies to any POSIX configuration, use zsock_inet_pton(), instead of inet_pton(). Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
Change switches to using system workqueue as Bluetooth RX context for memory limited devices. This is needed to decrease RAM usage. System workqueue stack size is increased to prevent stack overflows. Jira: NCSDK-27242 Signed-off-by: Marek Pieta <Marek.Pieta@nordicsemi.no>
Change aligns CONFIG_BOARD Kconfig option handling with new convention. Jira: NCSDK-27242 Signed-off-by: Marek Pieta <Marek.Pieta@nordicsemi.no>
This is now required when using POSIX API. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
Signed-off-by: Aleksander Strzebonski <aleksander.strzebonski@nordicsemi.no> (cherry picked from commit d2a9c07)
Fix include path of device tree file. Signed-off-by: Tommi Rantanen <tommi.rantanen@nordicsemi.no>
Update Direct Test Mode sample to support HWMv2 This update includes removing custom board handlig, as this is no longer feasible considered the possibilities of using shortened board qualifiers as well as legacy board names. Instead the config fragments and overlay files has been reorganized to take advantage of FILE_SUFFIX feature. A custom handling for shield overlay had to be made, because Zephyr does not support application specific board with shield overlay files. However, this custom handling has been made so that it does not require custom handling of HWMv2 board names. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
gmarull
force-pushed
the
upmerge-25032024
branch
from
April 30, 2024 14:54
92beca9
to
8da8102
Compare
thst-nordic
approved these changes
Apr 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
changelog-entry-required
Update changelog before merge. Remove label if entry is not needed or already added.
CI-force-downstream
doc-required
PR must not be merged without tech writer approval.
manifest
manifest-bsim
manifest-find-my
manifest-hostap
manifest-mcuboot
manifest-nrfxlib
manifest-sidewalk
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.
test-sdk-nrf: sdk-nrf-pr-14626