-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Upmerge 2021 10 20 #5895
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 2021 10 20 #5895
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. |
As per upstream commit f460848, the OpenThread UART instance is now configured with DT instead of Kconfig. Signed-off-by: Robert Lubos <[email protected]>
Align Zigbee samples with USB changes. Signed-off-by: Robert Lubos <[email protected]>
Align Bluetooth samples with USB changes. Signed-off-by: Robert Lubos <[email protected]>
Align connectivity bridge app with USB changes. Signed-off-by: Robert Lubos <[email protected]>
Align other apps with USB changes. Signed-off-by: Robert Lubos <[email protected]>
Configure console/shell with Device Tree instead of Kconfig. Add extra step for the CI to build the PPP configuration. Signed-off-by: Robert Lubos <[email protected]>
Rely on DT instead. Signed-off-by: Robert Lubos <[email protected]>
THe CMSIS DSP provided with edge impulse library does not seem to be compatible with recently introduced Zephyr CONFIG_FP16 option, it ends up in a compilation error: error: conflicting types for 'float_t' Disable the CONFIG_FP16 option in samples/apps using edge impulse. Signed-off-by: Robert Lubos <[email protected]>
"pixart" is not defined in the upstream vendor-prefixes.txt, therefore add it to a local file. Signed-off-by: Robert Lubos <[email protected]>
It's not correct to set `skip: true` together with `intergration_platform`, therefore remove it. Signed-off-by: Robert Lubos <[email protected]>
`nrf21540dk_nrf52840` was present in integration platforms but not in the platform allowlist, causing CI failue. Signed-off-by: Robert Lubos <[email protected]>
We need to add USB CDC node for mcuboot for devices that have USB. Signed-off-by: Robert Lubos <[email protected]>
We disable MBEDTLS_CTR_DRBG_C instead of MBEDTLS_HMAC_DRBG_C when building for TF-M. We have flash usage issues and HMAC uses much less flash. It is not clear if there are any users that require CTR and will be adversely affected by this. Signed-off-by: Sebastian Bøe <[email protected]>
CONFIG_LINKER_ORPHAN_SECTION_PLACE=y needs to be enabled in order to build event manager successfully. Signed-off-by: Robert Lubos <[email protected]>
The QDEC driver starts in active state, setting its state to active during module initialization returns -EALREADY. Jira: NCSDK-12129 Signed-off-by: Marek Pieta <[email protected]>
This commit aligns our usage of the sensor API to match changes i Zephyr. Jira: NCSDK-11602 Signed-off-by: Radoslaw Koppel <[email protected]>
It's now also needed to set the DTC_OVERLAY_FILE variable in order to enable USB support in certain samples. Signed-off-by: Robert Lubos <[email protected]>
Rephrase the sentences in nRF Desktop and CAF documentation where "whiltelist" term was still used. Signed-off-by: Robert Lubos <[email protected]>
e1822eb to
c857642
Compare
|
As for the CI, everything passed except for BLE Mesh. The failure doesn't seem to be related to the upmerge though - I saw similar failures in other PRs as well. @trond-snekvik Is there any known issue with the BLE Mesh CI right now? |
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.
From HomeKit perspective this upmerge PR looks good.
@rlubos Yes, this is a known issue that can be ignored. |
@carlescufi In that case I think we're good to merge. |
No description provided.