-
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
[DNM] Upmerge 20231208 #13400
[DNM] Upmerge 20231208 #13400
Conversation
Upmerging: - sdk-mcuboot to 212997395ed34ff1721f5f4461b800e81abeb68d - sdk-zephyr to 0880dbe Updating: - sdk-nrfxlib - sdk-connectedhomeip - find-my - hostap - memfault - sidewalk Signed-off-by: Dominik Ermel <[email protected]>
Fix required by introduction of upstream Zephyr commit 6ee650a. Signed-off-by: Dominik Ermel <[email protected]>
The new API is default now and the symbol does not exist anymore. Signed-off-by: Dominik Ermel <[email protected]>
The Zephyr commit 104ea2c removed: CONFIG_CMSIS_DSP_FASTMATH CONFIG_CMSIS_DSP_TABLES Signed-off-by: Dominik Ermel <[email protected]>
Upstream Zephyr commit e7bd10a renamed the file from rand32.h to random.h. Signed-off-by: Dominik Ermel <[email protected]>
The k_mem_block_id has been removed with 8a6aee9 and it is replaced with k_heap * in similar way as in the commit 9413922 Signed-off-by: Dominik Ermel <[email protected]>
Toolchain header has been replaced with utilities.h. Fix required by introduction of upstream Zephyr commit 6ee650a Signed-off-by: Dominik Ermel <[email protected]>
Block size has been moved under k_mem_slab_info type info pointer within k_mem_slab structure by Zephyr commit: 2f003e5 Signed-off-by: Dominik Ermel <[email protected]>
Use time definitions from Zephyr. Signed-off-by: Dominik Ermel <[email protected]>
Updates the hci_rpmsg application name with hci_ipc, which was updated in zephyr Signed-off-by: Jamie McCrae <[email protected]>
Allows fetching the cmsis-dsp and cmsis-nn modules, as these are now split from cmsis Signed-off-by: Jamie McCrae <[email protected]>
Fixes wrongly using work items as delayable work items Signed-off-by: Jamie McCrae <[email protected]>
Fixes wrongly using work items as delayable work items Signed-off-by: Jamie McCrae <[email protected]>
Enables the optional module group filter so that modules that zephyr no longer includes by default can be fetched Signed-off-by: Jamie McCrae <[email protected]>
Updates macro usage to fix a compilation error Signed-off-by: Jamie McCrae <[email protected]>
Fixes usage of the CONTAINER_OF macro Signed-off-by: Jamie McCrae <[email protected]>
Fixes an issue with how CONTAINER_OF was used Signed-off-by: Jamie McCrae <[email protected]>
Updates the name of a changed define in zephyr Signed-off-by: Jamie McCrae <[email protected]>
Fixes an issue with the usage of this macro Signed-off-by: Jamie McCrae <[email protected]>
Fixes an issue with the usage of this macro Signed-off-by: Jamie McCrae <[email protected]>
Fixes a rename HOUR_PER_DAY macro which has changed in zephyr Signed-off-by: Jamie McCrae <[email protected]>
Fixes a rename HOUR_PER_DAY macro which has changed in zephyr Signed-off-by: Jamie McCrae <[email protected]>
Fixes an issue with the usage of this macro Signed-off-by: Jamie McCrae <[email protected]>
Removes a new private zephyr header from the include list Signed-off-by: Jamie McCrae <[email protected]>
Updates Kconfig to replace a now removed option Signed-off-by: Jamie McCrae <[email protected]>
Fixes a missing include of the pinctrl file which would cause use of this to fail on the nrf5340dk Signed-off-by: Jamie McCrae <[email protected]>
Fixes an issue with the usage of this macro Signed-off-by: Jamie McCrae <[email protected]>
Updates the application to work in the upmerge version of zephyr Signed-off-by: Jamie McCrae <[email protected]>
Prevents a Kconfig loop by making this option just depend upon COAP being enabled Signed-off-by: Jamie McCrae <[email protected]>
The header file has moved in zephyr, add the new location as a local library include Signed-off-by: Jamie McCrae <[email protected]>
Updates west from version 1.0.0 to 1.2.0 and zephyr sdk-ng from version 0.16.1 to 0.16.4 Signed-off-by: Jamie McCrae <[email protected]>
The header file has moved in zephyr, add the new location as a local library include Signed-off-by: Jamie McCrae <[email protected]>
Fixes misusing the wrong zephyr directory variable Signed-off-by: Jamie McCrae <[email protected]>
Selects the LwM2M version 1.0.0 Kconfig in this test Signed-off-by: Jamie McCrae <[email protected]>
Updates linux/windows toolchain builds to the latest minor releases that are available, Signed-off-by: Jamie McCrae <[email protected]>
Updates the minor version of cryptograph to fix a security issue, also updates west to the version used in the toolchain Signed-off-by: Jamie McCrae <[email protected]>
Fixes a renamed function from a zephyr upmerge Signed-off-by: Jamie McCrae <[email protected]>
Fixes a Kconfig which has been renamed for the remote core board Signed-off-by: Jamie McCrae <[email protected]>
Prevents use of partition manager when an en external (i.e. zephyr bluetooth) application selects the externally configured network core image Kconfig Signed-off-by: Jamie McCrae <[email protected]>
2df5f54
to
1d5cb5d
Compare
The current nRF21540 GPIO+SPI driver implicitly depends on PINCTRL and relies on the end user application to configure it appropriately. This commit makes the dependency explicit: the nRF21540 GPIO+SPI driver selects CONFIG_PINCTRL and throws a build error if that Kconfig option is not set. Code executed when pin controller was disabled was removed. Signed-off-by: Jędrzej Ciupis <[email protected]>
1d5cb5d
to
130adfd
Compare
Test specificationCI/Jenkins/NRF
CI/Jenkins/integration
test-ci-nrfconnect-boot-fw-update: added because there was no .github/test-spec.yml in 'mcuboot' Detailed information of selected test modules Note: This message is automatically posted and updated by the CI |
It has been decided that the upmerge will not be updated to the latest sha, closing. |
No description provided.