-
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 19.06.2023 #11559
Upmerge 19.06.2023 #11559
Conversation
The following west manifest projects have been modified in this Pull Request: Note: This message is automatically posted and updated by the Manifest GitHub Action. |
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 |
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
7ec1ae6
to
10c232c
Compare
Configuration macro for TIMER takes as a parameter frequency of the timer that user wants to set. This patch align macro call to that. Signed-off-by: Adam Wojasinski <adam.wojasinski@nordicsemi.no>
GPIOTE driver has been complitely reworked in nrfx 3.0.0. Aligned code in a way that is suggested in migration notes from nrfx 2.11.0 to nrfx 3.0.0 that is available at https://github.com/NordicSemiconductor/nrfx/wiki/nrfx-2.11.0-to-3.0.0 Signed-off-by: Adam Wojasinski <adam.wojasinski@nordicsemi.no>
Change disables CONFIG_BOOT_SERIAL_IMG_GRP_HASH in MCUboot bootloader configuration of boards that use nRF52820 SoC. This is needed to reduce the memory consumption. Jira: NCSDK-21638 Signed-off-by: Marek Pieta <Marek.Pieta@nordicsemi.no>
SNTP library no longer relies on POSIX network APIs/headers, and there's no need for date_time lib to rely on them either. Therefore, make the library indifferent on POSIX configuration by using zsock APIs directly. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
Align zigbee codebase with upstream 15.4 API changes. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
Align NCS codebase with the new struct mgmt_callback format. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
sensor_read() is now a part of the public sensor AI, therefore need to use a different name in the sample to avoid conflict. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
Align with the upstream SPI CS API changes. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
Align bluetooth mesh tests with the upstream API changes. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
CONFIG_MINIMAL_LIBC_MALLOC_ARENA_SIZE was deprecated and should no longer be used. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
To reduce RAM usage, `SENSOR_SHELL` is disabled. Signed-off-by: Marcin Jelinski <marcin.jelinski@nordicsemi.no>
Required modules have been added to prj.conf. These were previously added by the shield defconfig but this has been deleted upstream. Signed-off-by: Andy Sinclair <andy.sinclair@nordicsemi.no>
CONFIG_BT_HOST_CCM, which is a dependency for CONFIG_BT_ENOCEAN is no longer enabled automatically by Zephyr, hence enable it manually in the project file. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
Decrease number of USBD endpoints in DTS to reduce FLASH consumption. The MCUboot uses USB only for serial recovery over CDC ACM class. Jira: NCSDK-22309 Signed-off-by: Marek Pieta <Marek.Pieta@nordicsemi.no>
Workaround for enabling the external flash on nRF9160 DK when using the nRF7002ek shield. Add external flash overlay to fix build failure. Signed-off-by: Gregers Gram Rygg <gregers.gram.rygg@nordicsemi.no>
High drive mode is now enabled on SPI3 for the board definitions in Zephyr. Clean up unnecessary enabling of high drive mode in overlays. Signed-off-by: Gregers Gram Rygg <gregers.gram.rygg@nordicsemi.no>
Change aligns the upload reset handling in the DFU MCUmgr application module to newly introduced public API of MCUmgr. Jira: NCSDK-21434 Signed-off-by: Marek Pieta <Marek.Pieta@nordicsemi.no>
nrfx UARTE driver renamed member of the configuration structure and added new parameter to driver API. Signed-off-by: Adam Wojasinski <adam.wojasinski@nordicsemi.no> Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
After the upmerge the sample no longer fit into FLASH on nrf5340dk_nrf5340_cpunet. Remove an obsolete workaround from the sample configuration to reduce sample FLASH footprint. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
This commit enables NRF_STORE_REBOOT_TYPE_GPREGRET Kconfig option for all Zigbee samples so the reset reason is stored between device reboot. Signed-off-by: Sebastian Draus <sebastian.draus@nordicsemi.no>
Update the Zephyr revision referenced in the release notes to align with the latest upmerge. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
Using new macro NRFX_MHZ_TO_HZ to describe 1MHz Signed-off-by: Magne Værnes <magne.varnes@nordicsemi.no>
CIS gateway application update for the discovery refactor and timer update. Signed-off-by: Graham Wacey <graham.wacey@nordicsemi.no> Signed-off-by: Alexander Svensen <alexander.svensen@nordicsemi.no>
bt_codec_cfg_get_chan_allocation_val() now expects a pointer to enum bt_audio_location. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
c71c583
to
dd3123d
Compare
All jobs passed after reruns, merging. |
Manual selection of integration branches:
test-sdk-nrf: sdk-nrf-PR-11559
test-ble: refs/pull-requests/4216/from