Skip to content
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

[nrfconnect] Fixed compilation with dfu overlay error. #7418

Merged
merged 1 commit into from
Jun 7, 2021

Conversation

kkasperczyk-no
Copy link
Contributor

@kkasperczyk-no kkasperczyk-no commented Jun 7, 2021

Problem

Due to the latest nRF Connect SDK version update few config names related to Bluetooth changed. Device firmware upgrade overlay that is used optionally was not aligned to those changes and now target will not be built because of the compilation errors.

Change overview

Changed Bluetooth configs names in DFU overlay to be compatible with the new nRF Connect SDK version.

Testing

Verified that it is possible to successfully build target with the
-DOVERLAY_CONFIG=third_party/connectedhomeip/config/nrfconnect/app/overlay-dfu_support.conf option that enables using Device Firmware Upgrade in nrfconnect examples.

Due to the latest nRF Connect SDK version update few config names
related to Bluetooth changed. Device firmware upgrade overlay
that is used optionally was not aligned to those changes and now
target will not be build because of the compilation errors.

Changed Bluetooth configs names in DFU overlay to be compatible
with the new nRF Connect SDK version.
@andy31415 andy31415 merged commit 411b280 into project-chip:master Jun 7, 2021
nikita-s-wrk pushed a commit to nikita-s-wrk/connectedhomeip that referenced this pull request Sep 23, 2021
…7418)

Due to the latest nRF Connect SDK version update few config names
related to Bluetooth changed. Device firmware upgrade overlay
that is used optionally was not aligned to those changes and now
target will not be build because of the compilation errors.

Changed Bluetooth configs names in DFU overlay to be compatible
with the new nRF Connect SDK version.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants